mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-28 21:02:23 -08:00
enable compact view for train tab
prevent previews from ruining hypernetwork training
This commit is contained in:
parent
216f67ec7c
commit
78f59a4e01
3 changed files with 9 additions and 3 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue