aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
diff options
context:
space:
mode:
authorMrCheeze <fishycheeze@yahoo.ca>2022-10-07 21:48:34 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-08 12:48:04 +0000
commit5f85a74b00c0154bfd559dc67edfa7e30342b7c9 (patch)
tree8b89b19ce3c3b599376f6ff24490d73e83024932 /modules/processing.py
parent32e428ff19c28c87bb2ed362316b928b372e3a70 (diff)
downloadstable-diffusion-webui-gfx803-5f85a74b00c0154bfd559dc67edfa7e30342b7c9.tar.gz
stable-diffusion-webui-gfx803-5f85a74b00c0154bfd559dc67edfa7e30342b7c9.tar.bz2
stable-diffusion-webui-gfx803-5f85a74b00c0154bfd559dc67edfa7e30342b7c9.zip
fix bug where when using prompt composition, hijack_comments generated before the final AND will be dropped
Diffstat (limited to 'modules/processing.py')
-rw-r--r--modules/processing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/processing.py b/modules/processing.py
index d5162ddc..8240ee27 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -313,6 +313,7 @@ def process_images(p: StableDiffusionProcessing) -> Processed:
os.makedirs(p.outpath_grids, exist_ok=True)
modules.sd_hijack.model_hijack.apply_circular(p.tiling)
+ modules.sd_hijack.model_hijack.clear_comments()
comments = {}