Skip to content

trojblue/comfyui-router

Repository files navigation

comfyui-router

Distributed task dispatcher for comfyui clusters

(WIP)

Setup project

pip install -e .

Setup RabbitMQ

https://www.rabbitmq.com/docs/download

./setup/rabbitmq.sh
sudo systemctl status rabbitmq-server 

# ./cfed tunnel --url http://localhost:15672
# go to localhost:15672, or use tunnel to view admin panel

Setup project

git clone https://github.com/trojblue/comfyui-router && cd comfyui-router
pip install -e .

Starting Worker

celery -A comfyui_router.tasks worker --loglevel=info

About

Distributed task dispatcher for comfyui clusters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published