From df81de0d2f5977fb21a0c2064399ba00d9c761a2 Mon Sep 17 00:00:00 2001 From: jtkelm2 Date: Tue, 13 Sep 2022 21:15:37 -0500 Subject: [PATCH] Update ui.py --- modules/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui.py b/modules/ui.py index da481fbfc..2fdaa4228 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -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 = []