This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
stable-diffusion-webui
Watch
1
Star
0
Fork
0
You've already forked stable-diffusion-webui
mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced
2025-01-06 15:15:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
13e0295ab6
stable-diffusion-webui
/
modules
/
import_hook.py
6 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
fix: xformers
2022-12-16 20:43:09 +08:00
import
sys
if
"
xformers
"
not
in
"
"
.
join
(
sys
.
argv
)
:
fix: xformers use importlib
2022-12-24 11:17:21 +08:00
sys
.
modules
[
"
xformers
"
]
=
None
Reference in New Issue
Copy Permalink