mirror of
https://github.com/altoiddealer/--sd-webui-ar-plusplus.git
synced 2026-04-23 15:59:08 +00:00
Hide gradio updates for "Aspect Ratio" markdown
Css trick
This commit is contained in:
@@ -339,7 +339,7 @@ class AspectRatioScript(scripts.Script):
|
||||
arc_desired_height = gr.Number(label="Height 2")
|
||||
|
||||
with gr.Column(min_width=150):
|
||||
arc_ar_display = gr.Markdown(value="Aspect Ratio:")
|
||||
arc_ar_display = gr.Markdown(value="Aspect Ratio:", elem_id="arc_ar_display_text")
|
||||
with gr.Row(
|
||||
elem_id=f'{"img" if is_img2img else "txt"}2img_arc_tool_buttons'
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user