

Watch this instructional video to learn how to use Massed Compute:
https://youtu.be/0t5l6CP9eBg

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

(This may be necessary to access our special coupon for A6000 GPU at $0.31 per hour)

Important Notes:

Ensure each copy-paste action is accurate, as Massed Compute may not always copy-paste correctly.

Select an A6000 or better GPU.

Use ThinClient or log in to Patreon on Massed Compute to download files to your Massed Compute instance.

Setup Instructions:

a. Create a folder (e.g., "InstantAI") in a location of your choice (such as Apps or Desktop).

b. Place all downloaded files into this folder.

c. Open a terminal in the folder containing your files.

Installation:

Run the following commands in the terminal:

chmod +x Massed_Compute_Install_InstantID.sh
./Massed_Compute_Install_InstantID.sh

Usage After Installation:

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

b. Run the following commands:

export PYTHONWARNINGS="ignore"
cd InstantID
export CUDA_VISIBLE_DEVICES=0
source venv/bin/activate
python3 gradio_demo/web-ui-multicontrolnet.py --share 

Note: Remove the "--share True" flag if you don't want to use Gradio live.

The Gradio live URL can be accessed from your computer, tablet, or phone.

If you rent multiple GPU machine, you can start different instances on each GPU by changing export CUDA_VISIBLE_DEVICES=1 2 3 4 etc