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

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 L40, A6000 and A6000 ALT config : SECourses

A6000 and A6000 ALT config will be 31 cents per hour with our coupon
L40 will be 49 cents per hour with our coupon - recommended since it has over 2x disk compared to A6000 and faster 

Make sure that each copy paste is accurate

Sometimes Massed Compute don't properly copy paste

Use ThinLinc client or login Patreon on Massed Compute to download files on to your Massed Compute

Put everything into a folder can be inside apps or desktop or such etc

Don't run scripts from inside of synchronization / thindrives folder 

Setup Instructions:

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

Do not make installation folder name as roop-unleashed - same folder name sometimes causes problems.

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.sh
./Massed_Compute_Install.sh

Usage After Installation:

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

b. Run the following commands:

cd roop-unleashed
source venv/bin/activate
python3 run.py

If you don't want gradio share, edit the settings.py and make share False before starting with above command

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