ljleb / sd-webui-freeu

a1111 implementation of https://github.com/ChenyangSi/FreeU
MIT License
301 stars 16 forks source link

Extra-long, extra-long words when FreeU is enabled #43

Closed DELSAO6 closed 8 months ago

DELSAO6 commented 8 months ago

image

ljleb commented 8 months ago

It says "ACCESS_VIOLATION" at the end, which may be why the error message is wraping around and cut.

Unfortunately I don't really know what to do with this as the rest of the stacktrace is missing.

On line 44 of launch.py, it just calls modules.launch_utils.start() so I don't see why, how or even whether this is caused by the extension.

Some things to try:

DELSAO6 commented 8 months ago

Thanks for your reply, I downgraded from Torch 2.1.2+xFormers 0.0.23.post to Torch 2.0.1+xFormers 0.0.21 doesn't happen this comes up with an error, which could be the case.

ljleb commented 8 months ago

Do you mean that the error occurs on 0.0.23-post but does not happen on 0.0.21, so 0.0.23-post might be the culprit?