-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: All generated images are being saved in local/temp/gradio #11185
Comments
I think that's technically not a bug? since you need your pics actually being "generated" no matter you want to save or not. but anyway, you can try to make a nested folders in your webui root directory and name the inside folder "gradio". then in your webui-user.bat, do set the working path with your webui root directory to TEMP and TMP like this: |
I think this is still technically a bug as this should be handled by automatic1111. This issue started appearing to me as well after recent |
Before the recent change the images were saved under There's a few other posts asking about this for example
|
Server needs a way to send the file to the browser, it's how webapps work |
I think we all understand, that a temporary save location is necessary, but shouldn't it be, well, temporary? The temp folder should be cleaned on close or maybe on start and not to be cleaned manually. |
I looked into it and it seems that "gradio" is croatian for "built". I believe the files are generated by ControlNet. |
Is there an existing issue for this?
What happened?
Everytime I generate an image, its saved into /local/temp/gradio.
I have turned off save images in the settings but it still saves images there. How can I prevent this or auto delete images once I close Stable DIffusion?
Steps to reproduce the problem
What should have happened?
No images should be saved if I turn off the save images option.
Commit where the problem happens
baf6946
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
What browsers do you use to access the UI ?
Microsoft Edge
Command Line Arguments
set COMMANDLINE_ARGS=--xformers
List of extensions
open pose editor
sd-webui-controlnet
ultimate-upscale-for-automatic1111
LDSR
Lora
ScuNET
SwinIR
prompt-bracket-checker
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: