diff --git a/modules_forge/shared_options.py b/modules_forge/shared_options.py index f10c8f4b..2e6fce4d 100644 --- a/modules_forge/shared_options.py +++ b/modules_forge/shared_options.py @@ -1,5 +1,5 @@ def register(options_templates, options_section, OptionInfo): options_templates.update(options_section((None, "Forge Hidden options"), { - "forge_unet_storage_dtype": OptionInfo('Automatic'), + "forge_unet_storage_dtype": OptionInfo('None'), }))