Skip to content

Commit

Permalink
Merge pull request #14884 from light-and-ray/ResizeHandleRow_png_info…
Browse files Browse the repository at this point in the history
…_and_train

ResizeHandleRow png_info and train
  • Loading branch information
AUTOMATIC1111 authored Feb 11, 2024
2 parents 440fff6 + 82e2e25 commit 5ddd5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def select_img2img_tab(tab):
ui_postprocessing.create_ui()

with gr.Blocks(analytics_enabled=False) as pnginfo_interface:
with gr.Row(equal_height=False):
with ResizeHandleRow(equal_height=False):
with gr.Column(variant='panel'):
image = gr.Image(elem_id="pnginfo_image", label="Source", source="upload", interactive=True, type="pil")

Expand Down Expand Up @@ -891,7 +891,7 @@ def select_img2img_tab(tab):
with gr.Row(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(variant="compact", equal_height=False):
with ResizeHandleRow(variant="compact", equal_height=False):
with gr.Tabs(elem_id="train_tabs"):

with gr.Tab(label="Create embedding", id="create_embedding"):
Expand Down

0 comments on commit 5ddd5d2

Please # to comment.