Replies: 1 comment 1 reply
-
Having the same issue. I'm quite new to all this but I think it's caused by the txt2vectorgfx script as this downloads potrace.exe to the scripts folder which then causes the webui to try to load the exe as a script. Removing potrace.exe from the scripts folder seems to fix this 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I run the webuUI,
Launching Web UI with arguments: --listen
Error loading script: potrace.exe
Traceback (most recent call last):
File "C:\Users\chana\Documents\A.I\stable-diffusion-webui\modules\scripts.py", line 66, in load_scripts
text = file.read()
File "C:\Users\chana\AppData\Local\Programs\Python\Python310\lib\codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
Spit out an error like the above. In the middle of solving it, I even reached the reinstallation of the python, but there was no solution, so I'm posting
Beta Was this translation helpful? Give feedback.
All reactions