Stable Diffusion WebUI on k8s
-
Nvidia GPU
-
Default StorageClass
-
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 .
-
Modifying the Helm value file
You'll have to adjust your Helm value file, particularly the image name.
-
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