ComfyUI/comfy/isolation
John Pollock 0e990a31a6 feat(isolation): advanced RPC proxies — ModelPatcher, CLIP, VAE, ModelSampling
Adds complex model proxies that handle cross-process model operations:
ModelPatcherProxy/Registry with VRAM headroom pre-allocation, CLIPProxy
with tokenizer/cond-stage sub-proxies, VAEProxy with encode/decode,
ModelSamplingProxy with sigma conversion. Hook serialization for LoRA
and weight patches.
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
clip_proxy.py feat(isolation): advanced RPC proxies — ModelPatcher, CLIP, VAE, ModelSampling 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
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