Skip to content

L3KTRO/stable_diffusion_deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Stable Diffusion Deployment

Requirements

  • Python 3.8+ + PiP
  • Docker (optional)

Installation

  1. Clone the repository

Running the application

Native

  1. Install the requirements
pip3 install -r requirements.txt
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
  1. Run the application
python3 main.py

Docker

  1. Build the docker image (It take a few minutes)
docker build -t simple-stable-diffusion .

1.1 Or just download it

docker pull ghcr.io/l3ktro/stable_diffusion_deployment:latest
  1. Run the docker image
docker run -p 5000:5000 simple-stable-diffusion

License

Use this repository and this code under the StabilityIA Acceptable Use Policy https://stability.ai/use-policy

About

An Stable Diffusion deployment server, simple and lightweight

Resources

Stars

Watchers

Forks

Packages

No packages published