mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 11:11:15 +00:00
typo
This commit is contained in:
@@ -48,6 +48,6 @@ def on_ui_tabs(callback):
|
|||||||
|
|
||||||
|
|
||||||
def on_ui_settings(callback):
|
def on_ui_settings(callback):
|
||||||
"""register a function to be called before UI settingsare populated; add your settings
|
"""register a function to be called before UI settings are populated; add your settings
|
||||||
by using shared.opts.add_option(shared.OptionInfo(...)) """
|
by using shared.opts.add_option(shared.OptionInfo(...)) """
|
||||||
callbacks_ui_settings.append(callback)
|
callbacks_ui_settings.append(callback)
|
||||||
|
|||||||
Reference in New Issue
Block a user