The Stable Diffusion web UI, developed by AUTOMATIC1111, is an easy-to-use browser interface for one of the most popular text-to-image deep learning models. Powered by Gradio, the UI features basic and advanced Stable Diffusion capabilities, such as original txt2img and img2img modes, outpainting, inpainting and upscaling, weighted prompts and prompt matrices, loopback, and many more.
An easy-to-use interface to work with Kubernetes-hosted.
To install the product:
-
Configure the application.
-
Click Install.
-
Wait for the application to change its status to
Deployed
.
To check that the Stable Diffusion Web UI is working:
-
Forward the port:
export POD_NAME=$(kubectl get pods --namespace <namespace> -l "app.kubernetes.io/name=stable-diffusion,app.kubernetes.io/instance=<application-name>" -o jsonpath="{.items[0].metadata.name}") export CONTAINER_PORT=$(kubectl get pod --namespace <namespace> $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") echo "Visit http://127.0.0.1:8080 to use your application" kubectl --namespace <namespace> port-forward $POD_NAME 8080:$CONTAINER_PORT
-
Go to http://localhost:8080 in your web browser to access the UI.
- Generating images from text or other images.
- Creating artwork, graphics, and logos.
- Creating video and animations.
- Editing images.
By using the application, you agree to their terms and conditions: the helm-chart and Stable Diffusion web UI.