mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-13 18:02:31 +03:00
Fixed missing hydralit_components and no_rerun import error.
This commit is contained in:
parent
52910d483b
commit
fc65c05eb3
@ -16,6 +16,7 @@
|
||||
# base webui import and utils.
|
||||
# from webui_streamlit import st
|
||||
import hydralit as st
|
||||
import hydralit_components as hc
|
||||
|
||||
# streamlit imports
|
||||
from streamlit.runtime.scriptrunner import StopException
|
||||
@ -23,7 +24,9 @@ from streamlit.runtime.scriptrunner import StopException
|
||||
# from streamlit.runtime.scriptrunner import script_run_context
|
||||
|
||||
# streamlit components section
|
||||
from streamlit_server_state import server_state, server_state_lock
|
||||
from streamlit_server_state import server_state, server_state_lock, no_rerun
|
||||
import streamlit_nested_layout
|
||||
|
||||
|
||||
# from streamlitextras.threader import lock, trigger_rerun, \
|
||||
# streamlit_thread, get_thread, \
|
||||
|
Loading…
Reference in New Issue
Block a user