Register nodes_save_image_promotable.py in comfy_extras loader

comfy_extras uses an explicit allowlist (extras_files) rather than glob,
so new files must be listed there to be loaded at server startup.
Verified live via /object_info and end-to-end prompt execution.
This commit is contained in:
Glary-Bot
2026-05-16 03:13:49 +00:00
parent da90bc93e4
commit be9fd3545e

View File

@ -2397,6 +2397,7 @@ async def init_builtin_extra_nodes():
"nodes_fresca.py",
"nodes_apg.py",
"nodes_preview_any.py",
"nodes_save_image_promotable.py",
"nodes_ace.py",
"nodes_string.py",
"nodes_camera_trajectory.py",