hahaxi's picture
5ab7f213bec2f816f9c5644becb32eb72c8ffb89
0be8112
raw
history blame contribute delete
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