mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-04 05:45:05 +08:00
6 lines
88 B
Python
6 lines
88 B
Python
import sys
|
|
|
|
|
|
if "xformers" not in "".join(sys.argv):
|
|
sys.modules["xformers"] = None
|