fix sd_vae_explanation (#16748)

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.
"""),