mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-23 07:49:27 +00:00
add forge opts section
This commit is contained in:
5
modules_forge/shared_options.py
Normal file
5
modules_forge/shared_options.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
def register(options_templates, options_section, OptionInfo):
|
||||
options_templates.update(options_section((None, "Forge Hidden options"), {
|
||||
"forge_unet_storage_dtype": OptionInfo('Automatic'),
|
||||
}))
|
||||
Reference in New Issue
Block a user