fix bug where when using prompt composition, hijack_comments generated before the final AND will be dropped

This commit is contained in:
MrCheeze
2022-10-07 17:48:34 -04:00
committed by AUTOMATIC1111
parent 32e428ff19
commit 5f85a74b00
2 changed files with 5 additions and 1 deletions

View File

@@ -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 = {}