fix sd_vae_explanation (#16748)
Some checks are pending
Linter / ruff (push) Waiting to run
Linter / eslint (push) Waiting to run
Tests / tests on CPU with empty model (push) Waiting to run

This commit is contained in:
w-e-w
2024-12-25 05:43:55 +09:00
committed by GitHub
parent fc0952abb9
commit f25c3fc9cb

View File

@@ -125,7 +125,7 @@ def ui_reorder_categories():
def callbacks_order_settings():
options = {
"sd_vae_explanation": OptionHTML("""
"callbacks_order_explanation": OptionHTML("""
For categories below, callbacks added to dropdowns happen before others, in order listed.
"""),