mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
feat: add config for default_developer_debug_mode_checkbox
This commit is contained in:
@@ -439,6 +439,12 @@ default_invert_mask_checkbox = get_config_item_or_set_default(
|
||||
validator=lambda x: isinstance(x, bool),
|
||||
expected_type=bool
|
||||
)
|
||||
default_developer_debug_mode_checkbox = get_config_item_or_set_default(
|
||||
key='default_developer_debug_mode_checkbox',
|
||||
default_value=False,
|
||||
validator=lambda x: isinstance(x, bool),
|
||||
expected_type=bool
|
||||
)
|
||||
default_max_image_number = get_config_item_or_set_default(
|
||||
key='default_max_image_number',
|
||||
default_value=32,
|
||||
|
||||
Reference in New Issue
Block a user