1
0
Fork 0

Merge branch 'main' into main

This commit is contained in:
HoopyFreud 2023-07-09 14:13:54 -04:00 committed by GitHub
commit 75a22cc51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}, "