mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-28 10:21:27 +00:00
Renamed SchemaV3 to Schema
This commit is contained in:
@@ -138,7 +138,7 @@ def get_camera_motion(angle, T, speed, n=81):
|
||||
class WanCameraEmbedding(io.ComfyNodeV3):
|
||||
@classmethod
|
||||
def define_schema(cls):
|
||||
return io.SchemaV3(
|
||||
return io.Schema(
|
||||
node_id="WanCameraEmbedding_V3",
|
||||
category="camera",
|
||||
inputs=[
|
||||
|
||||
Reference in New Issue
Block a user