refactor: use central flag for ControlNet image count

This commit is contained in:
Manuel Schmid
2024-01-29 14:27:51 +01:00
parent c3ab9f1f30
commit 20e53028a4
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ with shared.gradio_root:
ip_weights = []
ip_ctrls = []
ip_ad_cols = []
for _ in range(4):
for _ in range(flags.controlnet_image_count):
with gr.Column():
ip_image = grh.Image(label='Image', source='upload', type='numpy', show_label=False, height=300)
ip_images.append(ip_image)