Skip to content

memenow/stable-diffusion-webui-on-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stable-diffusion-webui-on-k8s

Stable Diffusion WebUI on k8s

Prerequisites

  • Nvidia GPU

  • Default StorageClass

  • Helm CLI

Setup

  1. Building the Container Image Navigate to the build folder and build your Docker image using the Docker build command, replacing 'YOUR_IMAGE_NAME' with your desired Docker image name.

    cd ./build && docker build -t YOUR_IMAGE_NAME .
  2. Modifying the Helm value file

    You'll have to adjust your Helm value file, particularly the image name.

  3. Installing the Helm Chart

    Install the chart into your desired namespace (replace 'NAMESPACE' with your desired namespace)

    helm install -n NAMESPACE stable-diffusion-webui-on-k8s ./stable-diffusion-webui-on-k8s

References

stable-diffusion-webui

About

stable diffusion webui on k8s

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors