ComfyUI Text-to-Image/Video Workload¶
This Helm Chart deploys a ComfyUI web app for text-to-image/video generation.
Deploying the Workload¶
Basic configurations are defined in the values.yaml
file.
To deploy the service, run the following command within the helm
folder:
Interacting with the Workload¶
Verify Deployment¶
Check the deployment and service status:
Port Forwarding¶
To access the service locally on port 8080
, forward the port of the service/deployment using the following commands. This assumes the service name is dev-text2image-comfyui
:
The service exposes HTTP on port 80 (the deployment uses port 8188 by default).
Now, you can access ComfyUI (Manager also included) at http://localhost:8080 using a web browser.