# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: ComfyUI
spec:
    description: The most powerful and modular diffusion model GUI and backend.
    coverImage: https://cdn.zeabur.com/comfyui-cover.png
    icon: https://cdn.zeabur.com/comfyui.jpg
    readme: This ui will let you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart based interface.
    services:
        - name: comfyui
          icon: https://cdn.zeabur.com/comfyui.jpg
          template: PREBUILT
          spec:
            id: comfyui
            source:
                image: yanwk/comfyui-boot:cu121
            ports:
                - id: web
                  port: 8188
                  type: HTTP
            gpu:
                enabled: true
