You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Described in AUTOMATIC1111/stable-diffusion-webui#8752 (comment), every time a Gradio app is launched it creates multiple temporary folders, and a lot of them remain empty. This is somewhat important because a lot of webui users want to inspect intermediate outputs and it's hard to sift through dozens of temporary folders.
Even if there needs to be an autogenerated temp folder each startup, would be better to cut down on the number of temporary folders introduced
Is there an existing issue for this?
I have searched the existing issues
Reproduction
Just run a Gradio app with a large number of components and watch how many temporary folders are added
Screenshot
No response
Logs
N/A
System Info
3.23.0, Windows, Chrome
Severity
annoying
The text was updated successfully, but these errors were encountered:
Is this still an issue in the latest gradio release? All the files created by gradio should now be located in tempfile.gettempdir() / "gradio" by default and any subdirectories are created when postprocessing of a component is run, e.g. Gallery.postprocess, Video.postprocess. I can't see the empty directories created on launch.
If there is a repro we can run outside the sd web ui, that would be much appreciated!
Describe the bug
Described in AUTOMATIC1111/stable-diffusion-webui#8752 (comment), every time a Gradio app is launched it creates multiple temporary folders, and a lot of them remain empty. This is somewhat important because a lot of webui users want to inspect intermediate outputs and it's hard to sift through dozens of temporary folders.
Even if there needs to be an autogenerated temp folder each startup, would be better to cut down on the number of temporary folders introduced
Is there an existing issue for this?
Reproduction
Just run a Gradio app with a large number of components and watch how many temporary folders are added
Screenshot
No response
Logs
System Info
Severity
annoying
The text was updated successfully, but these errors were encountered: