ComfyUI/comfy/isolation
John Pollock 7d512fa9c3 feat(isolation): core infrastructure and pyisolate integration
Adds the isolation system foundation: ComfyUIAdapter, extension loader,
manifest discovery, child/host process hooks, RPC bridge, runtime helpers,
SHM forensics, and the --use-process-isolation CLI flag.

pyisolate added to requirements.txt. .pyisolate_venvs/ added to .gitignore.
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
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
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