Comfy-agent workflow_wan_2_2_rapid_mega_aio_image_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_wan_2_2_rapid_mega_aio_image_to_video" ~/.claude/skills/steliosot-comfy-agent-workflow-wan-2-2-rapid-mega-aio-image-to-video && rm -rf "$T"
manifest: skills/workflows/video_t2v_i2v_avatar/workflow_wan_2_2_rapid_mega_aio_image_to_video/SKILL.md
source content

workflow_wan_2_2_rapid_mega_aio_image_to_video

Imported workflow skill generated from

Wan 2.2 Rapid Mega AIO Image 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

  • checkpoint
    :
    wan2.2-rapid-mega-aio-v8.safetensors
    ->
    models/checkpoints

Custom Node Requirements

  • ComfyUI-WanVideoWrapper
  • comfyui-videohelpersuite

Links

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

Routing Metadata

  • Family:
    video_t2v_i2v_avatar
  • Input modalities:
    image, text_prompt
  • Output modalities:
    video/mp4
  • Model families:
    sd3, wan
  • Node count:
    16
  • Complexity score:
    5
  • Resource profile:
    medium
  • Estimated runtime:
    moderate (about 30-120s depending on server)
  • Max latent resolution hint:
    None
    x
    None
  • Max sampler steps hint:
    4

Detected Models

  • checkpoint
    :
    wan2.2-rapid-mega-aio-v8.safetensors
    ->
    models/checkpoints

Detected Custom Nodes

  • ComfyUI-WanVideoWrapper
  • comfyui-videohelpersuite

Runtime Warnings

  • Uses custom nodes; missing nodes can cause validation/runtime failures.
  • Video workflow: usually slower and VRAM-intensive than still-image workflows.
<!-- AUTO-METADATA-END -->