Skip to content
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

Closed
siraxe opened this issue Mar 11, 2023 · 5 comments
Closed

Disabling xformers when using 3rd party venv #59

siraxe opened this issue Mar 11, 2023 · 5 comments

Comments

@siraxe
Copy link

siraxe commented Mar 11, 2023

Run into a slight issue using webui venv.
image
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 ?

@siraxe
Copy link
Author

siraxe commented Mar 11, 2023

Ah, maybe it's the python version ?
I have 3.10.7

@comfyanonymous
Copy link
Owner

Try to reinstall xformers:

pip uninstall xformers
pip install xformers

@patriciagomesoo
Copy link

patriciagomesoo commented Jul 28, 2023

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 :)

@robinjhuang
Copy link
Collaborator

@patriciagomesoo Try python main.py --disable-xformers

@hassandawa
Copy link

Edit run_cpu.bat add --disable-xformers at the end.

.\python_embeded\python.exe -s ComfyUI\main.py --cpu --windows-standalone-build --disable-xformers
pause

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants