
Example tutorial for learn how to install and use Massed Compute
(Starts at 12:58) : https://youtu.be/KW-MHmoNcqo?si=G1WbG-Qw4ujWvOtG&t=778

Register for Massed Compute using the following link I appreicate that a lot:
https://vm.massedcompute.com/signup?linkId=lp_034338&sourceId=secourses&tenantId=massed-compute

We have a special coupon for all GPUs : SECourses

If you want to learn more about GPUs and prices read this link : https://www.patreon.com/posts/126671823

Select RTX A6000 or Better GPU - like L40S or A6000 ADA or A100 or H100 or best one is RTX 6000 PRO with 96 GB VRAM

Use thinclient or login patreon on Massed Compute to download files on to your Massed Compute

Put everything into downloads folder and extract

Open a terminal in the folder where you did extracted the files

To install run below command

Installation:

Run the following commands in the terminal:

chmod +x Massed_Compute_Install.sh
./Massed_Compute_Install.sh

To download controlnet models after install (above command) run below on a new cmd

cd stable-diffusion-webui
source ./venv/bin/activate
cd ..
python3 download_ip_adapter_and_instantid.py
python3 control_net_downloader.py

Usage After Installation:

a. Open a new terminal in the folder where you downloaded and executed the files.

cd stable-diffusion-webui
chmod +x webui.sh
./webui.sh

It will auto start with --share

If you don't want --share (gradio live share), first modify webui.sh inside stable-diffusion-webui and remove --share