Distributed task dispatcher for comfyui clusters
(WIP)
pip install -e .
./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
git clone https://github.com/trojblue/comfyui-router && cd comfyui-router
pip install -e .
celery -A comfyui_router.tasks worker --loglevel=info