mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
remove restriction for maximum default_max_image_number value
This commit is contained in:
+2
-2
@@ -280,8 +280,8 @@ default_advanced_checkbox = get_config_item_or_set_default(
|
||||
)
|
||||
default_max_image_number = get_config_item_or_set_default(
|
||||
key='default_max_image_number',
|
||||
default_value=4,
|
||||
validator=lambda x: isinstance(x, int) and x >= 1 and x <= 32
|
||||
default_value=32,
|
||||
validator=lambda x: isinstance(x, int) and x >= 1
|
||||
)
|
||||
default_image_number = get_config_item_or_set_default(
|
||||
key='default_image_number',
|
||||
|
||||
Reference in New Issue
Block a user