ComfyUI/comfy/isolation
John Pollock 94720c0c02 feat(isolation): singleton proxies for ComfyUI services
Adds proxy infrastructure for cross-process service access: BaseRegistry/
BaseProxy pattern, FolderPaths, ModelManagement, PromptServer, Progress,
Utils, HelperProxies, and WebDirectory proxies. These provide transparent
RPC access to host-side ComfyUI services from isolated child processes.
2026-04-07 08:02:37 -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
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