Skip to content

Commit

Permalink
fix typo #137
Browse files Browse the repository at this point in the history
  • Loading branch information
anapnoe committed May 12, 2023
1 parent e0d16e9 commit f2b9c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui.py
Expand Up @@ -560,7 +560,7 @@ def create_ui():
elif category == "batch":
if not opts.dimensions_and_batch_together:
#with FormRow(elem_id="txt2img_column_batch"):
with gr.Row(id="txt2img_column_batch"):
with gr.Row(elem_id="txt2img_column_batch"):
batch_count = gr.Slider(minimum=1, step=1, label='Batch count', value=1, elem_id="txt2img_batch_count")
batch_size = gr.Slider(minimum=1, maximum=8, step=1, label='Batch size', value=1, elem_id="txt2img_batch_size")

Expand Down

0 comments on commit f2b9c2c

Please sign in to comment.