mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-13 13:05:07 +00:00
V3: 7 more nodes
This commit is contained in:
@@ -439,6 +439,12 @@ class MultiCombo(ComfyTypeI):
|
||||
class Image(ComfyTypeIO):
|
||||
Type = torch.Tensor
|
||||
|
||||
|
||||
@comfytype(io_type="WAN_CAMERA_EMBEDDING")
|
||||
class WanCameraEmbedding(ComfyTypeIO):
|
||||
Type = torch.Tensor
|
||||
|
||||
|
||||
@comfytype(io_type="WEBCAM")
|
||||
class Webcam(ComfyTypeIO):
|
||||
Type = str
|
||||
|
Reference in New Issue
Block a user