restore nodes order as it in the V1 version for smaller git diff (1)

This commit is contained in:
bigcat88
2025-07-25 17:59:03 +03:00
parent 675e9fd788
commit 918ca7f2ea
13 changed files with 305 additions and 303 deletions

View File

@@ -212,6 +212,6 @@ class WanCameraEmbedding(io.ComfyNode):
return io.NodeOutput(control_camera_video, width, height, length)
NODES_LIST = [
NODES_LIST: list[type[io.ComfyNode]] = [
WanCameraEmbedding,
]