Installing and running Stable Diffusion UI
Stable Diffusion UI is a browser interface based on Gradio library for Stable Diffusion.
Last updated
Stable Diffusion UI is a browser interface based on Gradio library for Stable Diffusion.
Last updated
For more information about Stable Diffusion UI, see this.
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
Follow this tutorial to RDP into your Cloud GPU.
On your Remote Desktop, perform the following:
Install Python 3.10.6 (Newer versions of Python do not support torch), and make sure to check "Add Python to PATH".
Install git.
Open Command Prompt from search bar, and type
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
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.