Skip to content

Commit f25c3fc

Browse files
authored
fix sd_vae_explanation (AUTOMATIC1111#16748)
1 parent fc0952a commit f25c3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/shared_items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def ui_reorder_categories():
125125

126126
def callbacks_order_settings():
127127
options = {
128-
"sd_vae_explanation": OptionHTML("""
128+
"callbacks_order_explanation": OptionHTML("""
129129
For categories below, callbacks added to dropdowns happen before others, in order listed.
130130
"""),
131131

0 commit comments

Comments
 (0)