mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-02 03:29:49 +00:00
two options for Forge canvas toolbar (#2613)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
def register(options_templates, options_section, OptionInfo):
|
||||
options_templates.update(options_section((None, "Forge Hidden options"), {
|
||||
"forge_unet_storage_dtype": OptionInfo('Automatic'),
|
||||
@@ -8,3 +7,7 @@ def register(options_templates, options_section, OptionInfo):
|
||||
"forge_preset": OptionInfo('sd'),
|
||||
"forge_additional_modules": OptionInfo([]),
|
||||
}))
|
||||
options_templates.update(options_section(('ui_alternatives', "UI alternatives", "ui"), {
|
||||
"forge_canvas_plain": OptionInfo(False, "ForgeCanvas: use plain background").needs_reload_ui(),
|
||||
"forge_canvas_toolbar_always": OptionInfo(False, "ForgeCanvas: toolbar always visible").needs_reload_ui(),
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user