mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-29 19:01:27 +00:00
Renamed ComfyNodeV3 to ComfyNode, renamed ComfyNodeInternal to _ComfyNodeInternal
This commit is contained in:
@@ -135,7 +135,7 @@ def get_camera_motion(angle, T, speed, n=81):
|
||||
return RT
|
||||
|
||||
|
||||
class WanCameraEmbedding(io.ComfyNodeV3):
|
||||
class WanCameraEmbedding(io.ComfyNode):
|
||||
@classmethod
|
||||
def define_schema(cls):
|
||||
return io.Schema(
|
||||
|
||||
Reference in New Issue
Block a user