runpod-workers/worker-comfyui
A serverless API worker that deploys ComfyUI workflows on RunPod for generative image synthesis.

This project packages ComfyUI as a serverless endpoint on RunPod, allowing users to submit node-based diffusion workflows via API and receive generated images. It provides pre-built Docker images with various model configurations (SDXL, FLUX.1, SD3) pre-installed, handling the infrastructure complexity of running GPU-accelerated image generation at scale. Users configure their workflows in ComfyUI locally, submit JSON workflow definitions to the API, and receive outputs as base64 strings or S3 URLs.