You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|