mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Update ui.py
This commit is contained in:
parent
74c5f7974c
commit
df81de0d2f
@ -79,10 +79,10 @@ def send_gradio_gallery_to_image(x):
|
||||
|
||||
return image_from_url_text(x[0])
|
||||
|
||||
|
||||
def save_files(js_data, images, index):
|
||||
import csv
|
||||
|
||||
|
||||
os.makedirs(opts.outdir_save, exist_ok=True)
|
||||
|
||||
filenames = []
|
||||
|
Loading…
Reference in New Issue
Block a user