Move node replacement registration for core nodes into nodes_replacements.py

This commit is contained in:
Jedrzej Kosinski
2026-02-12 22:23:26 -08:00
parent 14184a0918
commit 23338b5382
3 changed files with 104 additions and 97 deletions

View File

@@ -2435,6 +2435,7 @@ async def init_builtin_extra_nodes():
"nodes_lora_debug.py",
"nodes_color.py",
"nodes_toolkit.py",
"nodes_replacements.py",
]
import_failed = []