Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 2.09 KB

File metadata and controls

52 lines (30 loc) · 2.09 KB

Nebius package for Stable Diffusion web UI

Description

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.

Short description

An easy-to-use interface to work with Kubernetes-hosted.

Tutorial

To install the product:

  1. Configure the application.

  2. Click Install.

  3. Wait for the application to change its status to Deployed.

Usage

To check that the Stable Diffusion Web UI is working:

  1. 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
  2. Go to http://localhost:8080 in your web browser to access the UI.

Use cases

  • Generating images from text or other images.
  • Creating artwork, graphics, and logos.
  • Creating video and animations.
  • Editing images.

Links

Legal

By using the application, you agree to their terms and conditions: the helm-chart and Stable Diffusion web UI.