mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-27 11:29:46 +00:00
6 lines
206 B
Python
6 lines
206 B
Python
|
|
def register(options_templates, options_section, OptionInfo):
|
|
options_templates.update(options_section((None, "Forge Hidden options"), {
|
|
"forge_unet_storage_dtype": OptionInfo('None'),
|
|
}))
|