mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 01:05:13 +02:00
fix typo #137
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user