mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-03 15:52:44 -08:00
more fixes for gradio update
This commit is contained in:
parent
76f256fe8f
commit
b46b97fa29
2 changed files with 2 additions and 2 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue