Xformers issue #15490
Xformers issue
#15490
Replies: 1 comment
-
What i did wrong? I added to webui.bat instead of webui-user.bat🤮 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I was recently installing xformers for my SD,i installed from this website
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers
OS: Windows 11
Xformers: 0.0.25
Cuda: 11.3
Pytorch: 2.2.0
GPU: RTX 3060TI
All 11 steps followed & installed, still it shows the line, No module 'xformers'. Proceeding without it.
`` venv "D:\Workplace\AI\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.8.0
Commit hash: bef51ae
#######################################################################################################
Initializing Civitai Link
If submitting an issue on github, please provide the below text for debugging purposes:
Python revision: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Civitai Link revision: 115cd9c35b0774c90cb9c397ad60ef6a7dac60de
SD-WebUI revision: bef51ae
Checking Civitai Link requirements...
#######################################################################################################
Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
*** Error loading script: _mano.py
Traceback (most recent call last):
File "D:\Workplace\AI\stable-diffusion-webui\modules\scripts.py", line 527, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Workplace\AI\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "D:\Workplace\AI\stable-diffusion-webui\extensions\HandRefiner\scripts_mano.py", line 19, in
import src.modeling.data.config as cfg
ModuleNotFoundError: No module named 'src'
---``
Add set COMMANDLINE_ARGS=--xformers --reinstall-xformers, or
Add set COMMANDLINE_ARGS=--xformers
What is the place officially use to install xformers for stable diffusion🥹
Beta Was this translation helpful? Give feedback.
All reactions