enable compact view for train tab

prevent  previews from ruining hypernetwork training
This commit is contained in:
AUTOMATIC
2023-01-21 23:40:13 +03:00
parent 216f67ec7c
commit 78f59a4e01
3 changed files with 9 additions and 3 deletions

View File

@@ -1259,7 +1259,7 @@ def create_ui():
with gr.Row().style(equal_height=False):
gr.HTML(value="<p style='margin-bottom: 0.7em'>See <b><a href=\"https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Textual-Inversion\">wiki</a></b> for detailed explanation.</p>")
with gr.Row().style(equal_height=False):
with gr.Row(variant="compact").style(equal_height=False):
with gr.Tabs(elem_id="train_tabs"):
with gr.Tab(label="Create embedding"):