Marketplace

Stable Diffusion web UI

Updated May 17, 2024

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.

You can deploy the Stable Diffusion web UI in your Nebius AI Managed Service for Kubernetes clusters using this Marketplace product.

Deployment instructions
  1. If you want to use InfiniBand networking for GPUs in your Kubernetes cluster, create a GPU cluster.

  2. Create a Kubernetes cluster and a node group with GPUs in it. If you have created a GPU cluster, select it when creating the node group.

  3. Install kubectl and configure it to work with the created cluster.

  4. Install the NVIDIA® GPU Operator Marketplace product on the cluster.

To install the product:

  1. Click the button in this card to go to the cluster selection form.

  2. Select your cluster and click Continue.

  3. Configure the application:

    • Namespace: Select a namespace or create a new one.
    • Application name: Enter an application name.
  4. Click Install.

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

  6. To check that the Stable Diffusion Web UI is working:

    1. Check that its pods are running:

      kubectl get pods -n <namespace> | grep "^stable-diffusion"
      
    2. Forward the port:

      export POD_NAME=$(kubectl get pods --namespace <namespace> -l "app.kubernetes.io/name=stable-diffusion,app.kubernetes.io/instance=stable-diffusion-webui" -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
      
    3. Go to http://localhost:8080 in your web browser to access the UI.

Billing type
Free
Type
Kubernetes® Application
Category
Inference
Publisher
Nebius
Use cases
  • Generating images from text or other images.
  • Creating artwork, graphics, and logos.
  • Creating video and animations.
  • Editing images.
Technical support

Nebius AI does not provide technical support for the product. If you have any issues, please refer to the developer’s information resources.

Product composition
Helm chartVersion
Pull-command
Documentation
cr.nemax.nebius.cloud/yc-marketplace/nebius/stable-diffusion-webui/chart/stable-diffusion0.3.0Open
Docker imageVersion
Pull-command
cr.nemax.nebius.cloud/yc-marketplace/nebius/stable-diffusion-webui/stable-diffusion-webui17083411915430836011421500509916739521622378601641.7.0
cr.nemax.nebius.cloud/yc-marketplace/nebius/stable-diffusion-webui/models17083411915430836011421500509916739521622378601641.7.0
Terms
By using this product you agree to the Nebius AI Marketplace Terms of ServiceGNU AGPL v3
Billing type
Free
Type
Kubernetes® Application
Category
Inference
Publisher
Nebius