This commit is contained in:
AUTOMATIC1111 2023-07-13 09:38:54 +03:00
parent ac4ccfa136
commit 21aec6f567

View File

@ -57,4 +57,4 @@ sgm.modules.encoders.modules.print = lambda *args: None
# this gets the code to load the vanilla attention that we override # this gets the code to load the vanilla attention that we override
sgm.modules.attention.SDP_IS_AVAILABLE = True sgm.modules.attention.SDP_IS_AVAILABLE = True
sgm.modules.attention.XFORMERS_IS_AVAILABLE = False sgm.modules.attention.XFORMERS_IS_AVAILABLE = False