Metadata-Version: 2.1
Name: comfyui-parallelanything
Version: 1.0.0
Summary: This suite of nodes unlocks high-performance parallel processing in ComfyUI by utilizing **Model Replication**. Unlike standard offloading which moves a single model instance between devices, these nodes create independent replicas of the model on each selected GPU/CPU, allowing for true simultaneous batch processing.
Home-page: https://github.com/FearL0rd/ComfyUI-ParallelAnything
Requires-Python: >=3.10
Requires-Dist: types
Requires-Dist: gc
Requires-Dist: sys
Requires-Dist: copy
