mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-11-27 06:40:10 +08:00
[FEATURE REQUEST] Script settings should also be written to the text files #437
This commit is contained in:
parent
6bea45d495
commit
928b246c9e
@ -98,6 +98,12 @@ class Script(scripts.Script):
|
||||
|
||||
p.sample = sample_extra
|
||||
|
||||
p.extra_generation_params = {
|
||||
"Decode prompt": original_prompt,
|
||||
"Decode CFG scale": cfg,
|
||||
"Decode steps": st,
|
||||
}
|
||||
|
||||
processed = processing.process_images(p)
|
||||
|
||||
return processed
|
||||
|
Loading…
Reference in New Issue
Block a user