mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-27 09:41:31 +00:00
Not all AUTOMATIC have beard
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
def register(options_templates, options_section, OptionInfo):
|
||||
options_templates.update(options_section((None, "Forge Hidden options"), {
|
||||
"forge_unet_storage_dtype": OptionInfo('Auto'),
|
||||
"forge_unet_storage_dtype": OptionInfo('Automatic'),
|
||||
"forge_inference_memory": OptionInfo(1024),
|
||||
"forge_async_loading": OptionInfo('Queue'),
|
||||
"forge_pin_shared_memory": OptionInfo('CPU'),
|
||||
|
||||
Reference in New Issue
Block a user