mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-15 07:12:58 +03:00
Added info text to let the user now that the other setting pages are still under construction.
This commit is contained in:
parent
3816b28d2c
commit
23070de38d
@ -183,15 +183,19 @@ def layout():
|
||||
|
||||
with txt2img_tab:
|
||||
st.title("Text To Image")
|
||||
st.info("Under Construction. :construction_worker:")
|
||||
|
||||
with img2img_tab:
|
||||
st.title("Image To Image")
|
||||
st.info("Under Construction. :construction_worker:")
|
||||
|
||||
with txt2vid_tab:
|
||||
st.title("Text To Video")
|
||||
st.info("Under Construction. :construction_worker:")
|
||||
|
||||
with textual_inversion_tab:
|
||||
st.title("Textual Inversion")
|
||||
st.info("Under Construction. :construction_worker:")
|
||||
|
||||
# add space for the buttons at the bottom
|
||||
st.markdown("---")
|
||||
|
Loading…
Reference in New Issue
Block a user