|
|
| 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 |
|
|
| 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 / 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 rop-unleash |
| 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 |