From dacd0e9a59ac76a0201dae8793b410d74b19d498 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Thu, 24 Jul 2025 16:22:43 -0700 Subject: [PATCH] Complete merge - needed to expose some of the new classes in _io.py's _IO class --- comfy_api/v3/_io.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/comfy_api/v3/_io.py b/comfy_api/v3/_io.py index 332a257d2..cc15a1b06 100644 --- a/comfy_api/v3/_io.py +++ b/comfy_api/v3/_io.py @@ -1533,6 +1533,7 @@ class _IO: UploadType = UploadType RemoteOptions = RemoteOptions NumberDisplay = NumberDisplay + comfytype = staticmethod(comfytype) Custom = staticmethod(Custom) InputV3 = InputV3 @@ -1540,6 +1541,8 @@ class _IO: OutputV3 = OutputV3 ComfyTypeI = ComfyTypeI ComfyTypeIO = ComfyTypeIO + #--------------------------------- + # Supported Types Boolean = Boolean Int = Int Float = Float @@ -1579,6 +1582,8 @@ class _IO: FlowControl = FlowControl Accumulation = Accumulation Load3DCamera = Load3DCamera + Load3D = Load3D + Load3DAnimation = Load3DAnimation Photomaker = Photomaker Point = Point FaceAnalysis = FaceAnalysis @@ -1586,6 +1591,7 @@ class _IO: SEGS = SEGS AnyType = AnyType MultiType = MultiType + #--------------------------------- DynamicInput = DynamicInput DynamicOutput = DynamicOutput AutogrowDynamic = AutogrowDynamic