Skip to content

This repository helps to create a Docker image for running Stable Diffusion 3 on different devices with StableSwarmUI, including GPU cloud platforms like Runpod and Vastai.

Notifications You must be signed in to change notification settings

API-POOL/stable-diffusion-3-swarmui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository helps to create a Docker image for running Stable Diffusion 3 on different devices with StableSwarmUI, including GPU cloud platforms like Runpod and Vastai.

Topics

Resources

Stars

Watchers

Forks