mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-26 17:54:02 +00:00
6 lines
88 B
Python
6 lines
88 B
Python
import sys
|
|
|
|
|
|
if "xformers" not in "".join(sys.argv):
|
|
sys.modules["xformers"] = None
|