mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-23 12:51:40 -08:00
fix bug where when using prompt composition, hijack_comments generated before the final AND will be dropped
This commit is contained in:
parent
32e428ff19
commit
5f85a74b00
2 changed files with 5 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue