mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-07 02:50:58 -08:00
add textual inversion hashes to infotext
This commit is contained in:
parent
127635409a
commit
2b1bae0d75
6 changed files with 33 additions and 8 deletions
|
|
@ -732,9 +732,10 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
|
|||
|
||||
p.setup_conds()
|
||||
|
||||
if len(model_hijack.comments) > 0:
|
||||
for comment in model_hijack.comments:
|
||||
comments[comment] = 1
|
||||
for comment in model_hijack.comments:
|
||||
comments[comment] = 1
|
||||
|
||||
p.extra_generation_params.update(model_hijack.extra_generation_params)
|
||||
|
||||
if p.n_iter > 1:
|
||||
shared.state.job = f"Batch {n+1} out of {p.n_iter}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue