Skip to content

Commit f2b9c2c

Browse files
committed
fix typo #137
1 parent e0d16e9 commit f2b9c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def create_ui():
560560
elif category == "batch":
561561
if not opts.dimensions_and_batch_together:
562562
#with FormRow(elem_id="txt2img_column_batch"):
563-
with gr.Row(id="txt2img_column_batch"):
563+
with gr.Row(elem_id="txt2img_column_batch"):
564564
batch_count = gr.Slider(minimum=1, step=1, label='Batch count', value=1, elem_id="txt2img_batch_count")
565565
batch_size = gr.Slider(minimum=1, maximum=8, step=1, label='Batch size', value=1, elem_id="txt2img_batch_size")
566566

0 commit comments

Comments
 (0)