Skip to content

Part of the code for art installation for Fusion 2025 - containerised stable diffusion sdxl-turbo api.

Notifications You must be signed in to change notification settings

causeri3/sdxlturbo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion XL Turbo API

For an art installation, this is the main repo.


Deployment

It's deployed with Runpod and was impressively easy in contrast to your typical big clouds provider. I straight used Runpods image as base in my Dockerfile, knowing it works.

local

docker buildx build --platform linux/amd64 -t yourusername/sdxlturbo-api:latest .
docker login
docker push yourusername/sdxlturbo-api:latest

or just the one I pushed:

causeri3/sdxlturbo-api:latest

Runpod UI

  • choose the default RTX3090 Pod
  • in the settings:
    • put in the Docker image
    • expose port 8000
  • sweet: once its running, you can click on connect - it straight gives you a public url
  • optional: in your profile you can upload your public ssh key and it will automatically assign it to your pod

Performance

In case it helps anyone to make a decision, for comparison, the current setup:

Seconds GPU RAM GPU computing frameworks
24 RTX3090 125 GB cuda
210 M3 Pro 36 GB mps

Powered by Stability AI

This API uses the Stability AI model SDXL Turbo under the Stability AI Community License.

About

Part of the code for art installation for Fusion 2025 - containerised stable diffusion sdxl-turbo api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published