Not all AUTOMATIC have beard

This commit is contained in:
layerdiffusion
2024-08-15 01:25:47 -07:00
parent 32fab6e30d
commit a5f3a50d3f
2 changed files with 6 additions and 6 deletions

View File

@@ -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'),