mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 18:51:31 +00:00
Update shared_options.py
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
def register(options_templates, options_section, OptionInfo):
|
def register(options_templates, options_section, OptionInfo):
|
||||||
options_templates.update(options_section((None, "Forge Hidden options"), {
|
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