mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-27 18:01:25 +00:00
restore nodes order as it in the V1 version for smaller git diff (1)
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user