The main goal of this repository is to provide a quick and easy method for individuals interested in setting up their comfyUI server application with GPU support. This application can be accessed from any device capable of running a browser, including ARM-based Macs, iPads, and even smartphones, without concerns about performance, speed, or privacy issues.
- Download and Install the gcloud CLI from https://cloud.google.com/sdk/docs/install
- Download and Install Git from https://git-scm.com/downloads
- Download and Install Putty Package files from https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- Install PortX from https://portx.online/en/download/
git clone https://github.com/akhramshaik/comfyui-on-cloud.git
chmod +x ./comfyui-on-cloud/src/1_vm_setup.sh
chmod +x ./comfyui-on-cloud/src/2_install_comfyui_complete.sh
source ~/.bashrc
./comfyui-on-cloud/src/1_vm_setup.sh
source ~/.bashrc
./comfyui-on-cloud/src/2_install_comfyui_complete.sh
source ~/.bashrc
cp comfyui-on-cloud/src/3_service_setup.sh .
chmod +x ./3_service_setup.sh
source ~/.bashrc
cd /home/Welcome/ComfyUI/
sudo ./install_checkpoints.sh
-
To Stop the Server
gcloud compute instances stop vm-name --zone asia-south1-a -
To Start the Server
gcloud compute instances start vm-name --zone asia-south1-a
- Connect to Portx
- Select the SSH (Red Icon)
- Next, type this to go to the Models Folder
cd /home/Welcome/ComfyUI/models - Follow the instructions in the video to prepare your download URL.
- Next, go to the Checkpoint or LoRA folder based on your requirement and paste your download URL
sudo wget https://civitai.com/api/download/models/916744 --output-document=ZavyChromaXL.safetensors
- If 500 Error pip install --upgrade aiohttp
- journalctl -u comfyui.service -n 500 --no-pager