Skip to content

lclalalalala/stable_diffusion_docker_deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy to deploy stable diffusion webUI on Linux Prerequisites:

  • docker with nvidia runtime
  • nvidia gpu driver
  • docker compose v2

How to use:

  1. Edit .env file and put it at root folder example:
SERVICE_PORT=0.0.0.0:7860
MODEL_PATH=$HOME/sd_models
USER_DATA_PATH=$HOME/sd_user_data
  1. Buld and run
docker compose up --build -d
  1. Update the image: rebuild the image again
docker-compose down
docker compose up --build -d

About

Just script to deploy automatic1111 with docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published