This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
stable-diffusion-webui
mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
Watch
1
Star
0
Fork
You've already forked stable-diffusion-webui
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5ee75e3c1e
stable-diffusion-webui
/
modules
/
import_hook.py
6 lines
88 B
Python
Raw
Normal View
History
Unescape
Escape
fix: xformers
2022-12-16 05:43:09 -07:00
import
sys
if
"
xformers
"
not
in
"
"
.
join
(
sys
.
argv
)
:
fix: xformers use importlib
2022-12-23 20:17:21 -07:00
sys
.
modules
[
"
xformers
"
]
=
None