Commit df81de0d authored by jtkelm2's avatar jtkelm2 Committed by AUTOMATIC1111

Update ui.py

parent 74c5f797
...@@ -79,10 +79,10 @@ def send_gradio_gallery_to_image(x): ...@@ -79,10 +79,10 @@ def send_gradio_gallery_to_image(x):
return image_from_url_text(x[0]) return image_from_url_text(x[0])
def save_files(js_data, images, index): def save_files(js_data, images, index):
import csv import csv
os.makedirs(opts.outdir_save, exist_ok=True) os.makedirs(opts.outdir_save, exist_ok=True)
filenames = [] filenames = []
......
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