Installing and running Stable Diffusion UI

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

For more information about Stable Diffusion UI, see this.

Step 1: Deploy your Cloud GPU

You can deploy a GPU on our Marketplace 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

Ensure that you have selected Windows 10 as your installation

Step 2: RDP into your instance

Follow this tutorial to RDP into your Cloud GPU.

Step 3: Install and run Stable Diffusion UI

On your Remote Desktop, perform the following:

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

  2. Install git.

  3. Open Command Prompt from search bar, and type

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

  4. 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.

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

Last updated

Was this helpful?