To provide a reliable API interface for the comfystream BYOC container, we need to separate ComfyUI workflow execution by process
We'll leverage this ProcessPoolExecutor proof-of-concept to execute comfyui prompts in dedicated processes
Workers will be reused normally and restarted when necessary for unloading cached memory
To provide a reliable API interface for the comfystream BYOC container, we need to separate ComfyUI workflow execution by process
We'll leverage this ProcessPoolExecutor proof-of-concept to execute comfyui prompts in dedicated processes
Workers will be reused normally and restarted when necessary for unloading cached memory