This website requires JavaScript.
Explore
Help
Sign In
sd-webui
/
stable-diffusion-webui
Watch
1
Star
1
Fork
0
You've already forked stable-diffusion-webui
mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced
2024-12-14 23:02:00 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
f39a6b726b
stable-diffusion-webui
/
scripts
History
ZeroCool940711
c0e02742e3
Added try and except block to handle basic errors like StopException which is raised by streamlit when you hit the stop button and KeyError which happens also when stopping the generation because it tries to check the model at the end which is not loaded at that time, this can be ignored and so thats the reason for the exception.
2022-09-07 18:03:39 -07:00
..
relauncher.py
Repo merge (
#712
)
2022-09-06 23:50:14 +01:00
webui_streamlit.py
Added try and except block to handle basic errors like StopException which is raised by streamlit when you hit the stop button and KeyError which happens also when stopping the generation because it tries to check the model at the end which is not loaded at that time, this can be ignored and so thats the reason for the exception.
2022-09-07 18:03:39 -07:00
webui.py
Merge branch 'master' into dev
2022-09-07 03:09:33 +01:00