mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 18:40:49 -08:00
5 lines
88 B
Python
5 lines
88 B
Python
import sys
|
|
|
|
|
|
if "xformers" not in "".join(sys.argv):
|
|
sys.modules["xformers"] = None
|