Register nodes_number_convert.py in extras_files list

Without this entry in nodes.py, the Number Convert node file
would not be discovered and loaded at startup.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dante01yoon 2026-03-18 19:36:07 +09:00
parent 4ddc041ed9
commit 286469a63e

View File

@ -2452,6 +2452,7 @@ async def init_builtin_extra_nodes():
"nodes_nag.py", "nodes_nag.py",
"nodes_sdpose.py", "nodes_sdpose.py",
"nodes_math.py", "nodes_math.py",
"nodes_number_convert.py",
"nodes_painter.py", "nodes_painter.py",
] ]