mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-08 06:32:54 +08:00
Fix save button
This commit is contained in:
parent
e643abda93
commit
dcb73d4373
@ -113,7 +113,7 @@ def save_files(js_data, images, do_make_zip, index):
|
|||||||
writer.writerow(fields)
|
writer.writerow(fields)
|
||||||
|
|
||||||
for image_index, filedata in enumerate(images, start_index):
|
for image_index, filedata in enumerate(images, start_index):
|
||||||
image = Image.open(filedata)
|
image = Image.open(filedata[0])
|
||||||
|
|
||||||
is_grid = image_index < p.index_of_first_image
|
is_grid = image_index < p.index_of_first_image
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user