Comfy-agent workflow_ep49_wan2_2_1_vace_gguf_text_to_video

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/video_t2v_i2v_avatar/workflow_ep49_wan2_2_1_vace_gguf_text_to_video" ~/.claude/skills/steliosot-comfy-agent-workflow-ep49-wan2-2-1-vace-gguf-text-to-video && rm -rf "$T"
manifest: skills/workflows/video_t2v_i2v_avatar/workflow_ep49_wan2_2_1_vace_gguf_text_to_video/SKILL.md
source content

workflow_ep49_wan2_2_1_vace_gguf_text_to_video

Imported workflow skill generated from

Ep49 Wan2 2.1 Vace GGUF Text To Video.json
.

Family

  • video_t2v_i2v_avatar

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

  • diffusion_model
    :
    Wan2.1-VACE-14B-Q4_K_M.gguf
    ->
    models/diffusion_models
  • clip
    :
    umt5_xxl_fp8_e4m3fn_scaled.safetensors
    ->
    models/clip
  • vae
    :
    wan_2.1_vae.safetensors
    ->
    models/vae

Custom Node Requirements

  • comfyui-gguf

Links

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

Routing Metadata

  • Family:
    video_t2v_i2v_avatar
  • Input modalities:
    text_prompt
  • Output modalities:
    video/mp4
  • Model families:
    sd3, wan
  • Node count:
    14
  • Complexity score:
    8
  • Resource profile:
    high
  • Estimated runtime:
    slow (often 2-6 min depending on model/server load)
  • Max latent resolution hint:
    None
    x
    None
  • Max sampler steps hint:
    20

Detected Models

  • diffusion_model
    :
    Wan2.1-VACE-14B-Q4_K_M.gguf
    ->
    models/diffusion_models
  • clip
    :
    umt5_xxl_fp8_e4m3fn_scaled.safetensors
    ->
    models/clip
  • vae
    :
    wan_2.1_vae.safetensors
    ->
    models/vae

Detected Custom Nodes

  • comfyui-gguf

Runtime Warnings

  • Large model(s) detected; ensure enough VRAM and disk space.
  • Uses custom nodes; missing nodes can cause validation/runtime failures.
  • Video workflow: usually slower and VRAM-intensive than still-image workflows.
<!-- AUTO-METADATA-END -->