feat(api-nodes): add wan t2i, t2v, i2v nodes (#9996)

This commit is contained in:
Alexander Piskun
2025-09-23 18:36:47 +03:00
committed by GitHub
parent 145b0e4f79
commit e808790799
2 changed files with 603 additions and 0 deletions

View File

@@ -2361,6 +2361,7 @@ async def init_builtin_api_nodes():
"nodes_rodin.py",
"nodes_gemini.py",
"nodes_vidu.py",
"nodes_wan.py",
]
if not await load_custom_node(os.path.join(api_nodes_dir, "canary.py"), module_parent="comfy_api_nodes"):