Skip to content

ComfyUI Quick Start

How to Deploy

RELEASE=tester
GPUS=1
CHART=comfyui
NAMESPACE=apps-comfyui

export HTTP_PROXY=http://172.16.40.254:8888
export HTTPS_PROXY=http://172.16.40.254:8888
helm repo add cyberun https://cyberun-cloud.github.io/charts/
helm repo update
helm install $RELEASE cyberun/$CHART -n $NAMESPACE --set gpus.count=$GPUS

How to Access

After deployment is complete, access the service using the following URL:

https://<RELEASE_NAME>.comfyui.cyberun.cloud

Note: Both comfyui and comfyui-domain need to be deployed with the same release name