You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed this happens on the latest commit
What happened?
error after starting, after every generation in console:
Traceback (most recent call last):
File "D:\SD\stable-diffusion-webui\extensions\sd-webui-stable-horde-worker\stable_horde\horde.py", line 202, in run
await self.handle_request(req)
File "D:\SD\stable-diffusion-webui\extensions\sd-webui-stable-horde-worker\stable_horde\horde.py", line 435, in handle_request
infotext = sub(
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\re.py", line 209, in sub
return _compile(pattern, flags).sub(repl, string, count)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\re.py", line 326, in _subx
template = _compile_repl(template, pattern)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\re.py", line 317, in _compile_repl
return sre_parse.parse_template(repl, pattern)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\sre_parse.py", line 1054, in parse_template
raise s.error('bad escape %s' % this, len(this)) re.error: bad escape \m at position 8
Steps to reproduce
just Enable
What did you expect to happen?
no errors in console and work
Stable Diffusion WebUI Commit SHA
22bcc7be428c94e9408f589966c2040187245d81
What operating system are you seeing the problem on?
Windows 11 / 10 / 8
What browsers are you seeing the problem on?
Chrome
Additional information
I managed to fix it just by commenting out these lines in horde.py:
Is there existing issue for this?
Does this happen on the latest commit?
What happened?
error after starting, after every generation in console:
Steps to reproduce
just Enable
What did you expect to happen?
no errors in console and work
Stable Diffusion WebUI Commit SHA
22bcc7be428c94e9408f589966c2040187245d81
What operating system are you seeing the problem on?
Windows 11 / 10 / 8
What browsers are you seeing the problem on?
Chrome
Additional information
I managed to fix it just by commenting out these lines in horde.py:
after that everything worked
The text was updated successfully, but these errors were encountered: