-
Notifications
You must be signed in to change notification settings - Fork 27k
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]: Commit 6095ade doesn't check for existing temporary folder #10787
Labels
bug-report
Report of a bug, yet to be confirmed
Comments
fabbarix
changed the title
[Bug]: Commit 6095ade doesn't check for existing temporaty folder
[Bug]: Commit 6095ade doesn't check for existing temporary folder
May 28, 2023
Oh,so this is a bug. I asked , no reply yet. |
Same issue on macos |
1 task
Closed
1 task
1 task
Same issue on Colab. I was training embeddings most of the day, testing them (so I did generate images), went away for a while, came back to this. Nothing changed, WebUI 1.4.0 before and after. No clue what to do. Colab deletes everything when I disconnect, so the folder wasn't there before and isn't there now. |
Fixed in #12717 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
What happened?
Commit 6095ade doesn't check for existing target folder, so if
/tmp/gradio
doesn't exist it will fail to show the final image.Note that
/tmp/gradio
is not there when images are saved.Steps to reproduce the problem
/tmp/gradio
- if it existsFileNotFoundError: [Errno 2] No such file or directory: '/tmp/gradio/xxxxxxxxxx.png'
What should have happened?
It should have created the image in the folder, after ensuring that the folder was there.
Commit where the problem happens
6095ade
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Linux
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
No
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: