Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 669 Bytes

File metadata and controls

21 lines (13 loc) · 669 Bytes

Stable Diffusion 3 with StableSwarmUI

You can use already built Image: apipool/stable-diffusion-3-swarmui.

Self Build

  1. Stable Diffusion 3 is restericted on Hugging Face. So first go to stabilityai/stable-diffusion-3-medium and agree terms.

  2. Also you need to create an access token for READ permission on Token Settings.

  3. Build Docker Image.

docker build --build-arg HF_TOKEN=YOUR_HF_TOKEN -t YOUR_DOCKER_USERNAME/IMAGE_NAME:IMAGE_TAG .
  1. Push Image to Dokcer Hub
docker push YOUR_DOCKER_USERNAME/IMAGE_NAME:IMAGE_TAG