A webrtc video interface to StableDiffusion pipelines. Built for https://backdropbuild.com/builds/v2/videosd
Check the youtube video below for a demo of how it works.
Live demo (1 old GPU): https://blendotron.art/
docker compose up -d
docker compose exec backend-dev bash
You can also attach vscode to the dev container by browsing remotes or using the docker vscode extension.
To start the server run python server.py
within the container.
root# python3 server.py
Set configuration in diffusert/config.yml
gpus: 4
Edit configs/turnserver.conf
docker compose --profile production up -d
App should be running on port 80. You will need an ssl connection, for convenience you can use the certbot container or use ngrok (ngrok http 80
)