Unverified Commit 9cc48fee authored by byzod's avatar byzod Committed by GitHub

fix scripts ignores file format settings for grids

parent 4796db85
...@@ -393,6 +393,6 @@ class Script(scripts.Script): ...@@ -393,6 +393,6 @@ class Script(scripts.Script):
) )
if opts.grid_save: 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 return processed
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment