aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-11-19 10:26:03 +0000
committerGitHub <noreply@github.com>2022-11-19 10:26:03 +0000
commitfe03f9903c82da3fd4d079d219c3f561063f8278 (patch)
treed6c3f2621ff356186100439ce068f73a7fa2b937 /modules
parent617c5b486f42aa73062ee7699ee1147eb995c899 (diff)
parent17e44328204a09653bb89eea18b7b489cc118703 (diff)
downloadstable-diffusion-webui-gfx803-fe03f9903c82da3fd4d079d219c3f561063f8278.tar.gz
stable-diffusion-webui-gfx803-fe03f9903c82da3fd4d079d219c3f561063f8278.tar.bz2
stable-diffusion-webui-gfx803-fe03f9903c82da3fd4d079d219c3f561063f8278.zip
Merge pull request #4819 from killfrenzy96/master
Cleanly undo circular hijack to fix tiling getting stuck on #4818
Diffstat (limited to 'modules')
-rw-r--r--modules/sd_hijack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sd_hijack.py b/modules/sd_hijack.py
index 97979d05..eaedac13 100644
--- a/modules/sd_hijack.py
+++ b/modules/sd_hijack.py
@@ -96,8 +96,8 @@ class StableDiffusionModelHijack:
if type(model_embeddings.token_embedding) == EmbeddingsWithFixes:
model_embeddings.token_embedding = model_embeddings.token_embedding.wrapped
+ self.apply_circular(False)
self.layers = None
- self.circular_enabled = False
self.clip = None
def apply_circular(self, enable):