Skip to content
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

FileNotFoundError when trying to save images #61

Closed
VantomPayne opened this issue Sep 3, 2022 · 2 comments
Closed

FileNotFoundError when trying to save images #61

VantomPayne opened this issue Sep 3, 2022 · 2 comments

Comments

@VantomPayne
Copy link

Trying to save images using the "save" button gives FileNotFoundError: [Errno 2] No such file or directory: 'log/log.csv'

cmd writes Traceback (most recent call last):
File "C:\Users\admin\stable-diffusion-webui\modules\ui.py", line 116, in f
res = list(func(*args, **kwargs))
File "C:\Users\admin\stable-diffusion-webui\modules\ui.py", line 87, in save_files
with open("log/log.csv", "a", encoding="utf8", newline='') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'log/log.csv'

image

I'm using customized save directory but everything was working fine yesterday, the only difference is after the new install today I customized them without generating anything first, I also unchecked every other autosaving settings (girds & images) so it only saves single images when I choose to, hope these details help.

@AUTOMATIC1111
Copy link
Owner

made a fix, update and it should work

@VantomPayne
Copy link
Author

Thanks, fixed!

cabelo pushed a commit to cabelo/stable-diffusion-webui that referenced this issue Nov 29, 2023
…_single_file

change controlnet pipe to use from_single_file() instead of from_pretrained
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants