-
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]: issue with gradio version 3.32.0 that causes "FileNotFoundError: [Errno 2] No such file or directory:" #11040
Comments
this can be temporarily fixed by creating the "gradio" folder in user's temp directory. |
Can confirm the same happens on ubuntu ( |
I am having the same issue with the error message about |
Dunno why but without extensions (like controlnet) everything works fine (both 3.31.0 and 3.32.0 gradio versions). Nevertheless, people report that the same issue appears not only with controlnet extension. |
@AUTOMATIC1111 See also baf6946#r116673136 |
Getting the same issue, windows:
|
the same issue |
Creating a dir actually fixes it and it's probably more convenient. You do not have to look for some recently made images around your entire tmp folder |
In my case the issue was exactly as @7orbs said, the only difference being that the system that I work on is macOS Ventura 13.4. In the case of macOS, the |
I have the same issue too |
Can confirm it also happens on Debian 12 creating |
Incidentally, this follows the exported |
Yeah, I've been noticing this issue too. I created a |
Thanks; which folder would I put this file in? |
Hmm, code's not working for me. Am I supposed to do |
Not sure why @serakeri's answers have disappeared, but I think I managed to resolve this. I opened cmd in my Stable Diffusion directory and typed |
searched a lot, doubted sadtalker, and finally found right solution here. |
It works for me in linux, thank you very much
|
Hi I'm facing same issue now, |
I found it was a lot easier to define a new path for the temp folder, which you can set by going to |
Thxxx.....! now everything fine! |
have same issue on MAC ios |
Resolved by #12717 |
Is there an existing issue for this?
What happened?
In the most recent update when gradio was updated from 3.31.0 to 3.32.0 in order to fix a few issues relating to #10762 another issue popped up where if the %localappdata%/Temp/gradio" folder didn't exist SD would pop an "FileNotFoundError: [Errno 2] No such file or directory:" error
Steps to reproduce the problem
naturally happens if you don't have a custom temporary image folder defined and a '%localappdata%/Temp/gradio' folder doesn't exist.
can also happen if you delete your custom-defined folder, there seems to be no check to make sure either folder actually exists, and likly would be fixed if it was done so,
What should have happened?
likely there needs to be a check to make sure the folder '%localappdata%/Temp/gradio' or your custom-defined temp image folder actually exists on startup.
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?
No response
What browsers do you use to access the UI ?
No response
Command Line Arguments
List of extensions
no
Console logs
Additional information
apologies if this bug report is done wrong
The text was updated successfully, but these errors were encountered: