ComfyUI/comfy_api_sealed_worker
John Pollock ace8e9fdbf feat(isolation): sealed worker data types and custom node serializers
Adds torch-free serializers for sealed workers: ndarray (base64), PLY
(point clouds), NPZ (depth frames), TRIMESH (meshes), SKELETON (geometry).
comfy_api_sealed_worker package for V1-style sealed node type definitions.
SaveNPZ/SavePLY nodes. comfy_api _ui.py child-process detection.
2026-04-07 11:17:14 -05:00
..
__init__.py feat(isolation): sealed worker data types and custom node serializers 2026-04-07 11:17:14 -05:00
npz_types.py feat(isolation): sealed worker data types and custom node serializers 2026-04-07 11:17:14 -05:00
ply_types.py feat(isolation): sealed worker data types and custom node serializers 2026-04-07 11:17:14 -05:00
trimesh_types.py feat(isolation): sealed worker data types and custom node serializers 2026-04-07 11:17:14 -05:00