ComfyUI/comfy/isolation
John Pollock e47cc074b3 feat(isolation): sandbox support — host policy and bwrap configuration
Adds host_policy.py for loading sandbox config from pyproject.toml:
sandbox_mode, network access, writable/readonly paths, node whitelist.
Sealed-worker RO import paths. Policy validation against forbidden
path set. pyproject.toml [tool.comfy.host] section with default policy.
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
host_policy.py feat(isolation): sandbox support — host policy and bwrap configuration 2026-04-07 11:17:14 -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