Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 9b59658

Browse files
committed
Update README.md
1 parent 0353638 commit 9b59658

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ The docker image requires two build arguments `MODEL_URL` and `Model_TAG` to bui
2222
```bash
2323
docker build --build-arg MODEL_URL=https://huggingface.co/runwayml/stable-diffusion-v1-5 --build-arg MODEL_TAG=main -t runwayml/stable-diffusion-v1-5 .
2424
```
25+
26+
## Continuous Deployment
27+
28+
This worker follows a modified version of the [worker template](https://github.com/runpod-workers/worker-template) where the Docker build workflow contains additional SD models to be built and pushed.

0 commit comments

Comments
 (0)