feat: count image count index from 1 (#3383)

* docs: update numbering of basic debug procedure in issue template
This commit is contained in:
Manuel Schmid
2024-07-27 23:07:44 +02:00
committed by GitHub
parent 3f25b885a7
commit a5040f6218
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -517,6 +517,7 @@ default_ip_weights = {}
default_ip_types = {}
for image_count in range(default_controlnet_image_count):
image_count += 1
default_ip_images[image_count] = get_config_item_or_set_default(
key=f'default_ip_image_{image_count}',
default_value=None,