fix scripts ignores file format settings for grids
This commit is contained in:
parent
4796db85b5
commit
9cc48fee48
|
@ -393,6 +393,6 @@ class Script(scripts.Script):
|
|||
)
|
||||
|
||||
if opts.grid_save:
|
||||
images.save_image(processed.images[0], p.outpath_grids, "xy_grid", prompt=p.prompt, seed=processed.seed, grid=True, p=p)
|
||||
images.save_image(processed.images[0], p.outpath_grids, "xy_grid", extension=opts.grid_format, prompt=p.prompt, seed=processed.seed, grid=True, p=p)
|
||||
|
||||
return processed
|
||||
|
|
Loading…
Reference in New Issue