Comfy-agent curated_ltx_0_95_image2video

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/curated_ltx_0_95_image2video" ~/.claude/skills/steliosot-comfy-agent-curated-ltx-0-95-image2video && rm -rf "$T"
manifest: skills/workflows/video_t2v_i2v_avatar/curated_ltx_0_95_image2video/SKILL.md
source content

curated_ltx_0_95_image2video

Curated workflow skill generated from

LTX 0.95 image2video.json
.

Capability 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
      (includes image/video entries reported by Comfy history)

Model Requirements

  • checkpoint
    :
    ltx-video-2b-v0.9.5.safetensors
    ->
    models/checkpoints
  • clip
    :
    t5xxl_fp16.safetensors
    ->
    models/clip

Custom Node Requirements

  • comfyui-videohelpersuite

Links Extracted From Workflow Notes

Source

  • Original:
    comfy-data/workflows/LTX 0.95 image2video.json
<!-- AUTO-METADATA-START -->

Routing Metadata

  • Family:
    video_t2v_i2v_avatar
  • Input modalities:
    image, text_prompt
  • Output modalities:
    video/mp4
  • Model families:
    ltx
  • Node count:
    15
  • Complexity score:
    7
  • 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:
    None

Detected Models

  • checkpoint
    :
    ltx-video-2b-v0.9.5.safetensors
    ->
    models/checkpoints
  • clip
    :
    t5xxl_fp16.safetensors
    ->
    models/clip

Detected Custom Nodes

  • comfyui-videohelpersuite

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 -->