mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-15 15:22:55 +03:00
Made sure the txt2vid tab shows a loading animation when the models are loading.
This commit is contained in:
parent
07d935b445
commit
ae263cb55e
@ -416,7 +416,7 @@ def txt2vid(
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
#st.session_state["progress_bar_text"].text("Loading models...")
|
||||
with st.session_state["progress_bar_text"]:
|
||||
with st.session_state["progress_bar_text"].container():
|
||||
with hc.HyLoader('Loading Models...', hc.Loaders.standard_loaders,index=[0]):
|
||||
try:
|
||||
if "model" in st.session_state:
|
||||
|
Loading…
Reference in New Issue
Block a user