-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabling xformers when using 3rd party venv #59
Comments
Ah, maybe it's the python version ? |
Try to reinstall xformers:
|
Hello, how do I disable xformers from ComfyUI? I find it inconsistent and as I don't use it with automatic1111 I wanted to be able to disable as well in ComfyUI. There's an argument --disable-xformers, but I don't know how to use it. Thank you :) |
@patriciagomesoo Try |
Edit run_cpu.bat add --disable-xformers at the end. .\python_embeded\python.exe -s ComfyUI\main.py --cpu --windows-standalone-build --disable-xformers |
Run into a slight issue using webui venv.
Xformers work in webui ,but here it doesn't as something might be not compatible
Is there a way to disable it when starting comfyUI ?
The text was updated successfully, but these errors were encountered: