Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
skyadmin
/
cog-webui-sd
like
0
Transformers
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
31f2f07
cog-webui-sd
/
modules
/
import_hook.py
wolverinn
upload lfs
9fd6393
over 1 year ago
raw
Copy download link
history
blame
Safe
204 Bytes
import
sys
# this will break any attempt to import xformers which will prevent stability diffusion repo from trying to use it
if
"--xformers"
not
in
""
.join(sys.argv):
sys.modules[
"xformers"
] =
None