mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-11 11:02:38 +08:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| adapter.py | ||
| child_hooks.py | ||
| extension_loader.py | ||
| extension_wrapper.py | ||
| host_hooks.py | ||
| manifest_loader.py | ||
| rpc_bridge.py | ||
| runtime_helpers.py | ||
| shm_forensics.py | ||