mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-05 03:32:37 +00:00
Gen params paste improvement
This commit is contained in:
@@ -256,6 +256,9 @@ Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 965400086, Size: 512x512, Model
|
||||
if line.startswith("Hires prompt:"):
|
||||
res["Hires prompt"] = line[1:][:-1]
|
||||
|
||||
if line.startswith("Hires negative prompt:"):
|
||||
res["Hires negative prompt"] = line[1:][:-1]
|
||||
|
||||
if done_with_prompt:
|
||||
negative_prompt += ("" if negative_prompt == "" else "\n") + line
|
||||
else:
|
||||
|
Reference in New Issue
Block a user