worker-stable_diffusion_v1 icon indicating copy to clipboard operation
worker-stable_diffusion_v1 copied to clipboard

🖼️ | RunPod worker for all Stable Diffusion v1 endpoints.

Stable Diffusion v1.5 | Worker

Docker Image

RunPod Endpoint

This repository contains the worker for the SDv1 AI Endpoints. The following docs can be referenced to make direct calls to the running endpoints on runpod.io

Docker Image

The docker image requires two build arguments MODEL_URL and Model_TAG to build the image. The MODEL_URL is the url of the model repository and the Model_TAG is the tag of the model repository.

docker build --build-arg MODEL_URL=https://huggingface.co/runwayml/stable-diffusion-v1-5 --build-arg MODEL_TAG=runwayml/stable-diffusion-v1-5 -t runwayml/stable-diffusion-v1-5 .

Continuous Deployment

This worker follows a modified version of the worker template where the Docker build workflow contains additional SD models to be built and pushed.

🔗 | Links

🐳 Docker Container