ComfyUI/comfy/isolation
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
..
proxies feat(isolation): singleton proxies for ComfyUI services 2026-04-07 08:02:37 -05:00
__init__.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
adapter.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
child_hooks.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
clip_proxy.py feat(isolation): advanced RPC proxies — ModelPatcher, CLIP, VAE, ModelSampling 2026-04-07 08:02:37 -05:00
custom_node_serializers.py feat(isolation): sealed worker data types and custom node serializers 2026-04-07 11:17:14 -05:00
extension_loader.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
extension_wrapper.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
host_hooks.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
manifest_loader.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
model_patcher_proxy_registry.py feat(isolation): advanced RPC proxies — ModelPatcher, CLIP, VAE, ModelSampling 2026-04-07 08:02:37 -05:00
model_patcher_proxy_utils.py feat(isolation): advanced RPC proxies — ModelPatcher, CLIP, VAE, ModelSampling 2026-04-07 08:02:37 -05:00
model_patcher_proxy.py feat(isolation): advanced RPC proxies — ModelPatcher, CLIP, VAE, ModelSampling 2026-04-07 08:02:37 -05:00
model_sampling_proxy.py feat(isolation): advanced RPC proxies — ModelPatcher, CLIP, VAE, ModelSampling 2026-04-07 08:02:37 -05:00
rpc_bridge.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
runtime_helpers.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
shm_forensics.py feat(isolation): core infrastructure and pyisolate integration 2026-04-07 08:02:37 -05:00
vae_proxy.py feat(isolation): advanced RPC proxies — ModelPatcher, CLIP, VAE, ModelSampling 2026-04-07 08:02:37 -05:00