mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-08 17:09:59 +00:00
Update shared_options.py
This commit is contained in:
@@ -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'),
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user