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 

put everything into a folder can be inside apps desktop etc

make folder name like VTON_AI 

open a terminal in the folder where you did put the files

to install run below command

chmod +x Massed_Compute_Install_VTON.sh
./Massed_Compute_Install_VTON.sh

to use after install

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

remove --share True if you don't want gradio live 
you can use gradio live url on your computer tablet phone etc

cd IDM-VTON
source venv/bin/activate
export PYTHONWARNINGS=ignore
export HF_HUB_ENABLE_HF_TRANSFER=1
python3 app_VTON.py --share True
