Replies: 3 comments
-
ok, whatever updated this morning, it now works again. thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Whatever it is.... Its back, just started happening to me |
Beta Was this translation helpful? Give feedback.
0 replies
-
I hear somewhere on Internet that we should use Python 3.10.6 for stable usages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use a git pull command in my webui-user.bat file and tonight it won't launch. Using Python 3.10.8 and it was working yesterday.
Any ideas how to get it working again?
Traceback (most recent call last):
File "C:\Users\jeremy\stable-diffusion-webui\launch.py", line 206, in
start_webui()
File "C:\Users\jeremy\stable-diffusion-webui\launch.py", line 201, in start_webui
webui.webui()
File "C:\Users\jeremy\stable-diffusion-webui\webui.py", line 127, in webui
demo = modules.ui.create_ui(wrap_gradio_gpu_call=wrap_gradio_gpu_call)
File "C:\Users\jeremy\stable-diffusion-webui\modules\ui.py", line 1203, in create_ui
images_history = img_his.create_history_tabs(gr, opts, cmd_opts, wrap_gradio_call(modules.extras.run_pnginfo), images_history_switch_dict)
File "C:\Users\jeremy\stable-diffusion-webui\modules\images_history.py", line 420, in create_history_tabs
show_images_history(gr, opts, tab, run_pnginfo, switch_dict)
File "C:\Users\jeremy\stable-diffusion-webui\modules\images_history.py", line 298, in show_images_history
os.makedirs(dir_name)
File "C:\Users\jeremy\AppData\Local\Programs\Python\Python310\lib\os.py", line 225, in makedirs
mkdir(name, mode)
FileNotFoundError: [WinError 3] The system cannot find the path specified: ''
Press any key to continue . . .
Beta Was this translation helpful? Give feedback.
All reactions