ComfyUI 快速入门
如何部署
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
如何访问
部署完成后,使用以下 URL 访问服务:
https://<RELEASE_NAME>.comfyui.cyberun.cloud
注意:
comfyui和comfyui-domain需要使用相同的发布名称进行部署