generation_parameters_copypaste.py: fix indent

This commit is contained in:
Mackerel 2022-10-19 14:22:03 -04:00 committed by AUTOMATIC1111
parent 5d9e3acd4e
commit b748b583c0

@ -45,8 +45,8 @@ Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 965400086, Size: 512x512, Model
else:
prompt += ("" if prompt == "" else "\n") + line
res["Prompt"] = prompt
res["Negative prompt"] = negative_prompt
res["Prompt"] = prompt
res["Negative prompt"] = negative_prompt
for k, v in re_param.findall(lastline):
m = re_imagesize.match(v)