converted to V3 schema

This commit is contained in:
bigcat88
2025-07-23 16:32:26 +03:00
parent 941dea9439
commit 9208b4a7c1
10 changed files with 1105 additions and 0 deletions

View File

@@ -662,6 +662,12 @@ class Accumulation(ComfyTypeIO):
class Load3DCamera(ComfyTypeIO):
Type = Any # TODO: figure out type for this; in code, only described as image['camera_info'], gotten from a LOAD_3D or LOAD_3D_ANIMATION type
@comfytype(io_type="PHOTOMAKER")
class Photomaker(ComfyTypeIO):
Type = Any
@comfytype(io_type="POINT")
class Point(ComfyTypeIO):
Type = Any # NOTE: I couldn't find any references in core code to POINT io_type. Does this exist?