how to run brinxai node only upscaler and rembg only
spesification :
Official and Source : BrinxAI Dasboard
Add your worker on dasboard
Port open : 5011
Delay need more than 10 minutes to show your node is active
copy and paste this command into your terminal:
wget https://github.com/rokipdj88/brinxai-upscaler-rembg/raw/main/brinxai.sh -O brinxai.sh && chmod +x brinxai.sh && ./brinxai.sh
Turn on manual node model
For 'text-ui' service
docker run -d --name text-ui --network brinxai-network --cpus=4 --memory=4096m -p 127.0.0.1:5000:5000 admier/brinxai_nodes-text-ui:latest
For 'stable-diffusion' service
docker run -d --name stable-diffusion --network brinxai-network --cpus=8 --memory=8192m -p 127.0.0.1:5050:5050 admier/brinxai_nodes-stabled:latest
For 'rembg' service
docker run -d --name rembg --network brinxai-network --cpus=2 --memory=2048m -p 127.0.0.1:7000:7000 admier/brinxai_nodes-rembg:latest
For 'upscaler' service
docker run -d --name upscaler --network brinxai-network --cpus=2 --memory=2048m -p 127.0.0.1:3000:3000 admier/brinxai_nodes-upscaler:latest
For 'Relay node' 1194/udp Port
sudo docker run -d --name brinxai_relay --cap-add=NET_ADMIN -p 1194:1194/udp admier/brinxai_nodes-relay:latest
The tool uses a variety of colors to make the output easy to read:
- π’ Green: Successful operations
- π΅ Blue: General information
- π‘ Yellow: Warnings or important notices
- π΄ Red: Errors or failed operations
- π£ Magenta: Highlighted information
- π Cyan: Balance information
Contributions, issues, and feature requests are welcome! Feel free to check issues page if you want to contribute.
Enjoy using the Automation installation! If you have any questions or run into any issues, please don't hesitate to reach out or open an issue on GitHub.! β¨