mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-03 08:47:56 +08: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