RealtimeSDWebRTC / README.md
Jon Taylor
updated README
2a610e2
|
raw
history blame
354 Bytes
---
title: Real-Time Stable Diffusion + WebRTC
emoji: ⚡⚡⚡
colorFrom: green
colorTo: indigo
sdk: docker
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
---
## Local docker build
docker build -t username/appname:0.0 .
docker run -p 8000:7860 --env-file .env username/appname:0.0