Update shared_options.py

This commit is contained in:
layerdiffusion
2024-08-06 16:49:53 -07:00
parent 71c94799d1
commit 78e25a8bae

View File

@@ -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'),
}))