Comfy-agent workflow_ep51_cosmos_predict2_14b_q4_gguf_text2image

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/workflows/txt2img/workflow_ep51_cosmos_predict2_14b_q4_gguf_text2image" ~/.claude/skills/steliosot-comfy-agent-workflow-ep51-cosmos-predict2-14b-q4-gguf-text2image && rm -rf "$T"
manifest: skills/workflows/txt2img/workflow_ep51_cosmos_predict2_14b_q4_gguf_text2image/SKILL.md
source content

workflow_ep51_cosmos_predict2_14b_q4_gguf_text2image

Imported workflow skill generated from

EP51 Cosmos Predict2 14B Q4 GGUF Text2Image.json
.

Family

  • txt2img

Inputs

  • Optional runtime overrides supported by
    run(...)
    :
    • prompt
    • negative_prompt
    • width
      ,
      height
    • seed
      ,
      steps
      ,
      cfg
    • sampler_name
      ,
      scheduler
      ,
      denoise
    • server
      ,
      headers
      ,
      api_prefix

Outputs

  • Returns JSON with:
    • status
    • prompt_id
    • output_images

Model Requirements

  • vae
    :
    wan_2.1_vae.safetensors
    ->
    models/vae
  • clip
    :
    oldt5_xxl_fp8_e4m3fn_scaled.safetensors
    ->
    models/clip
  • diffusion_model
    :
    cosmos-predict2-14b-t2i-ex3-q4_0.gguf
    ->
    models/diffusion_models

Custom Node Requirements

  • comfyui-gguf

Links

<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    txt2img
  • Input modalities:
    text_prompt
  • Output modalities:
    image/png
  • Model families:
    sd3, wan
  • Node count:
    10
  • Complexity score:
    6
  • Resource profile:
    high
  • Estimated runtime:
    slow (often 2-6 min depending on model/server load)
  • Max latent resolution hint:
    1024
    x
    1024
  • Max sampler steps hint:
    35

Detected Models

  • vae
    :
    wan_2.1_vae.safetensors
    ->
    models/vae
  • clip
    :
    oldt5_xxl_fp8_e4m3fn_scaled.safetensors
    ->
    models/clip
  • diffusion_model
    :
    cosmos-predict2-14b-t2i-ex3-q4_0.gguf
    ->
    models/diffusion_models

Detected Custom Nodes

  • comfyui-gguf

Runtime Warnings

  • Large model(s) detected; ensure enough VRAM and disk space.
  • Medium-high resolution detected; expect moderate extra runtime.
  • Uses custom nodes; missing nodes can cause validation/runtime failures.
<!-- AUTO-METADATA-END -->