
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

Recommended GPU is RTX PRO 6000 - best F/P and for best performance select H200

But app works with any GPU, the more VRAM it is better

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

Put everything into a folder in like desktop or downloads

Don't run scripts from inside of synchronization folder 

Move zip file into downloads folder and extract there

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

To install run below command

chmod +x Massed_Compute_Install.sh
./Massed_Compute_Install.sh

If the model downloader completed successfully, the app should not need to download additional models on first synthesis

Just run the installer again if you get any errors during model downloads for any reason

To use after install

Open a new terminal in the folder where you downloaded files and executed the installation code and run below code on that terminal - pay attention to be in accurate folder

unset LD_LIBRARY_PATH
cd ACE-Step_Premium
git reset --hard
git pull
export PYTHONWARNINGS=ignore
export HF_HUB_ENABLE_HF_TRANSFER=0
source ./venv/bin/activate
python3 -m acestep.acestep_v15_pipeline --share
