diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-13 06:38:54 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-13 06:38:54 +0000 |
commit | 21aec6f567f52271efbbe33a2ab6561f9a47b787 (patch) | |
tree | 87aa8ac7d509231763ffb8e387f5ebb6f54af0db /modules/sd_models_xl.py | |
parent | ac4ccfa1369e74492b467294eab96c3f558b297b (diff) | |
download | stable-diffusion-webui-gfx803-21aec6f567f52271efbbe33a2ab6561f9a47b787.tar.gz stable-diffusion-webui-gfx803-21aec6f567f52271efbbe33a2ab6561f9a47b787.tar.bz2 stable-diffusion-webui-gfx803-21aec6f567f52271efbbe33a2ab6561f9a47b787.zip |
lint
Diffstat (limited to 'modules/sd_models_xl.py')
-rw-r--r-- | modules/sd_models_xl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sd_models_xl.py b/modules/sd_models_xl.py index 4d1aa497..1dd4459f 100644 --- a/modules/sd_models_xl.py +++ b/modules/sd_models_xl.py @@ -57,4 +57,4 @@ sgm.modules.encoders.modules.print = lambda *args: None # this gets the code to load the vanilla attention that we override
sgm.modules.attention.SDP_IS_AVAILABLE = True
-sgm.modules.attention.XFORMERS_IS_AVAILABLE = False
\ No newline at end of file +sgm.modules.attention.XFORMERS_IS_AVAILABLE = False
|