-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
[Bug]: xformers fails to import while module fails to be detected after force reinstall download #16712
Comments
You don't have xformers enabled. Add See also: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Optimizations |
Sorry here's the proper terminal output. ` ################################################################ ################################################################ ################################################################ ################################################################ ################################################################ [-] ADetailer initialized. version: 24.11.1, num models: 11 To create a public link, set ` Oh, fun fact! If I force xformers I dont get to generate anything at all apparently. I'll submit a new form later. |
Try |
Checklist
What happened?
User did a clean install on my Pop_OS machine after fully updating it. After a fresh install User added xformers to my starting arguments. Xformers module failed to be detected. User applied starting arguments to reinstall xfomers.
This gererated the following unusual text code:
Launching Web UI with arguments:
/home/user/Programs/A1111 WebUI/stable-diffusion-webui/venv/lib/python3.10/site-packages/timm/models/layers/init.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
warnings.warn(f"Importing from {name} is deprecated, please import via timm.layers", FutureWarning)
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
No module 'xformers'. Proceeding without it.
Loading weights [6ce0161689] from /home/user/Programs/A1111 WebUI/stable-diffusion-webui/models/Stable-diffusion/v1-5-pruned-emaonly.safetensors
Running on local URL: http://127.0.0.1:7860
There is a second outcome the prints errors in the program code but I cannot reproduce currently
Steps to reproduce the problem
1)User does a clean install on my Pop_OS machine after fully updating it.
2)After a fresh install User adds xformers to my starting arguments.
3)User applies starting arguments to reinstall xfomers.
What should have happened?
WebUI should detect and load xformers module
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
sysinfo-2024-12-09-03-30.json
Console logs
Additional information
There is a second outcome the prints errors in the programs code but I cannot reproduce this currently. I read thru it. xformers is failing to be imported as a library in one of the scripts.
The text was updated successfully, but these errors were encountered: