Models Setup
1. Text Ui
# Use this command to start the model on the machine running the worker node.
docker run -d --name text-ui --restart=unless-stopped --network brinxai-network --cpus=4 --memory=4096m -p 127.0.0.1:5000:5000 admier/brinxai_nodes-text-ui:latest2. Rembg
# Use this command to start the model on the machine running the worker node.
docker run -d --name rembg --restart=unless-stopped --network brinxai-network --cpus=2 --memory=2048m -p 127.0.0.1:7000:7000 admier/brinxai_nodes-rembg:latest3. Upscaler
4. Stable Diffusion
📝 Notes
Last updated