aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_tempdir.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-01 08:38:17 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-01 08:38:17 +0000
commitb46b97fa297b3a4a654da77cf98a775a2bcab4c7 (patch)
treef23c2053396081fc955a290b838117509f2ae88b /modules/ui_tempdir.py
parent76f256fe8f844641f4e9b41f35c7dd2cba5090d6 (diff)
downloadstable-diffusion-webui-gfx803-b46b97fa297b3a4a654da77cf98a775a2bcab4c7.tar.gz
stable-diffusion-webui-gfx803-b46b97fa297b3a4a654da77cf98a775a2bcab4c7.tar.bz2
stable-diffusion-webui-gfx803-b46b97fa297b3a4a654da77cf98a775a2bcab4c7.zip
more fixes for gradio update
Diffstat (limited to 'modules/ui_tempdir.py')
-rw-r--r--modules/ui_tempdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui_tempdir.py b/modules/ui_tempdir.py
index 8d519310..363d449d 100644
--- a/modules/ui_tempdir.py
+++ b/modules/ui_tempdir.py
@@ -45,7 +45,7 @@ def on_tmpdir_changed():
os.makedirs(shared.opts.temp_dir, exist_ok=True)
- shared.demo.temp_dirs = shared.demo.temp_dirs | {os.path.abspath(shared.opts.temp_dir)}
+ shared.demo.temp_file_sets[0] = shared.demo.temp_file_sets[0] | {os.path.abspath(shared.opts.temp_dir)}
def cleanup_tmpdr():