Merge pull request #9019 from bigcat88/v3/nodes/extras-8-files

[V3] next 8 converted files
This commit is contained in:
Jedrzej Kosinski
2025-07-23 14:26:30 -07:00
committed by GitHub
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?