V3: 7 more nodes

This commit is contained in:
bigcat88
2025-07-18 05:20:25 +03:00
parent bc6b0113e2
commit 9eda706e64
9 changed files with 861 additions and 1 deletions

View File

@@ -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