save sd upscales as samples not grids
This commit is contained in:
parent
81d91cea29
commit
303b75c149
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ def img2img(prompt: str, negative_prompt: str, prompt_style: str, init_img, init
|
|||
result_images.append(combined_image)
|
||||
|
||||
if opts.samples_save:
|
||||
images.save_image(combined_image, p.outpath_samples, "", start_seed, prompt, opts.grid_format, info=initial_info)
|
||||
images.save_image(combined_image, p.outpath_samples, "", start_seed, prompt, opts.samples_format, info=initial_info)
|
||||
|
||||
processed = Processed(p, result_images, seed, initial_info)
|
||||
|
||||
|
|
Loading…
Reference in a new issue