fix sd_vae_explanation

This commit is contained in:
w-e-w 2024-12-25 05:31:38 +09:00
parent fc0952abb9
commit 8679f07bf6

View File

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