浏览代码

fix sd_vae_explanation (#16748)

w-e-w 8 月之前
父节点
当前提交
f25c3fc9cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/shared_items.py

+ 1 - 1
modules/shared_items.py

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