-
Notifications
You must be signed in to change notification settings - Fork 0
ComfyUI Setup
Shamik edited this page Mar 19, 2026
·
1 revision
Clone https://github.com/karaposu/comfyui-on-cloud Run the following commands:
vi comfyui-on-cloud/src/install.sh
sudo systemctl start comfyui.service
vi comfyui-on-cloud/src/install.sh
# Reload systemd to recognize the new service
sudo systemctl daemon-reload
sudo systemctl enable comfyui.service
sudo systemctl start comfyui.serviceuv install comfy-cli
comfy --install-completion
source ~/.bashrc
comfy --here install --fast-deps
comfy set-default ~/comfygcloud compute ssh {comfyvm} --zone=us-central1-a -- -L 8000:localhost:8000
source /mnt/vol1/comfenv/bin/activate
#or path to the comfyUI folder
cd /mnt/vol1/ComfyUI/
source run_comfy.sh
#Any changes needed make in run_comfy.shkill -9 $(lsof -t -i:8080)
https://github.com/liusida/ComfyUI-Login/blob/main/README.md#resetting-a-forgotten-password
- Install ComfyUI-Login custom node
- Restart server from the manager
- Setup an username and password
https://github.com/liusida/ComfyUI-Login/blob/main/README.md#resetting-a-forgotten-password
- Delete the PASSWORD file in /mnt/vol1/ComfyUI/login/
- Restart the server and set your password
wget --content-disposition https://civitai.com/api/download/models/132760?type=Model
wget --content-disposition https://civitai.com/api/download/models/132760?token={api-token}
huggingface-cli download lllyasviel/control_v11p_sd15_inpaint
https://modal.com/blog/comfyui-prototype-to-production Prototype to production with ComfyUI | Modal Blog