mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-07 08:29:58 +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
|