
Watch this video to Learn how to use Massed Compute (takes around 10 minute to learn):

https://youtu.be/LeHfgq_lAXU

Register Massed Compute From Below Link (could be necessary to use our Special Coupon for A6000 GPU for 31 cents per hour) ⤵️
https://bit.ly/Furkan-Gözükara

Make sure that each copy paste is accurate

Sometimes Massed Compute don't properly copy paste

Select A6000 or Better GPU - don't use A6000 ALT Config - coupon wont work too

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 folder 

Make a parent folder name like IC_Light but not make it same as IC-Light

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

To install run below command

chmod +x Massed_Compute_Install_IC_Light.sh
./Massed_Compute_Install_IC_Light.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 IC-Light
source venv/bin/activate
python3 gradio_demo.py --share


If you want to run the Gradio with background upload feature run below one

cd IC-Light
source venv/bin/activate
python3 gradio_demo_bg.py --share
