TensorDock
  • Who we are
    • Welcome to TensorDock
    • Our Ethos and Commitment
  • Virtual Machines
    • How to SSH into your instance
    • How to RDP into your instance
    • Installing NVIDIA Drivers on Windows 10
    • Linux & NVIDIA Drivers
    • Cloud-init
    • File transferring with SCP and Rclone
    • Running Jupyter Notebook
    • SSH server hardening on Ubuntu
    • Running Stable Diffusion in Docker
    • Installing and running Stable Diffusion UI
    • Running Disco Diffusion on a Linux instance
    • Running Disco Diffusion on a Windows instance
    • Running SimpleTuner/Flux on a Linux instance
    • Using Parsec, Moonlight and Sunshine
  • Hosting
    • Installation Guide
  • Whitelabel
    • Overview
    • Setting Up a Storefront
    • Customization Overview
    • Customize Whitelabel Storefront
  • Legal Information
    • Company Information
    • Terms of Service (TOS)
    • Privacy Policy
    • Acceptable Use Policy (AUP)
    • Taxes, VAT, GST
    • Downtime Compensation
    • Supplier Hosting Agreement
  • Quick Links
    • Discord Server
    • TensorDock.com
    • Dashboard
    • API Documentation
Powered by GitBook
On this page
  • Step 1: Deploy your Cloud GPU
  • Step 2: RDP into your instance
  • Step 3: Install and run Stable Diffusion UI

Was this helpful?

  1. Virtual Machines

Installing and running Stable Diffusion UI

Stable Diffusion UI is a browser interface based on Gradio library for Stable Diffusion.

PreviousRunning Stable Diffusion in DockerNextRunning Disco Diffusion on a Linux instance

Last updated 9 months ago

Was this helpful?

For more information about Stable Diffusion UI, see .

Step 1: Deploy your Cloud GPU

You can deploy a GPU on our to your specific configurations based on cost, RAM, storage, and vCPUs. Select Windows 10 as your installation.

Stable Diffusion UI works with both NVIDIA and AMD GPUs, but NVIDIA is preferred

Step 2: RDP into your instance

Step 3: Install and run Stable Diffusion UI

On your Remote Desktop, perform the following:

  1. Open Command Prompt from search bar, and type

    git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui

  2. Double click the run.bat in your File Explorer to launch web UI, during the first launch it will download large amounts of files. After everything has been downloaded and installed correctly, you should see a message "Running on local URL: http://127.0.0.1:7860", opening the link will present you with the web UI interface.

Follow to RDP into your Cloud GPU.

Install (Newer versions of Python do not support torch), and make sure to check "Add Python to PATH".

Install .

this tutorial
Python 3.10.6
git
this
Marketplace
Ensure that you have selected Windows 10 as your installation
Double click on the webui-user bat file in your file explorer. No need to run as administrator.
After all the installations are finished, look for the URL that the Web UI will be run on, in this case http://127.0.0.1:7860
You can now open the URL in your web browser and use Stable Diffusion UI