1
0
Fork 0

fix(api): save prompt with wildcards replaced in EXIF data

This commit is contained in:
Sean Sube 2023-07-09 11:51:14 -05:00
parent 098873b89c
commit 2cc4feefe9
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ def str_params(
hash_map.update(dict(lora_pairs))
return (
f"{params.input_prompt or ''}\nNegative prompt: {params.input_negative_prompt or ''}\n"
f"{params.prompt or ''}\nNegative prompt: {params.negative_prompt or ''}\n"
f"Steps: {params.steps}, Sampler: {params.scheduler}, CFG scale: {params.cfg}, "
f"Seed: {params.seed}, Size: {size.width}x{size.height}, "
f"Model hash: {model_hash}, Model: {model_name}, "