Comfy-agent generate_ltxv_img2video
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/generate_ltxv_img2video" ~/.claude/skills/steliosot-comfy-agent-generate-ltxv-img2video && rm -rf "$T"
manifest:
skills/workflows/video_t2v_i2v_avatar/generate_ltxv_img2video/SKILL.mdsource content
generate_ltxv_img2video
Generate an LTXV image-to-video clip from a pre-uploaded Comfy input image.
Usage
python3 skills/workflows/generate_ltxv_img2video/scripts/run.py --args '{}' --pretty
Pass JSON kwargs for
run(...) via --args:
python3 skills/workflows/generate_ltxv_img2video/scripts/run.py --args '{"param":"value"}' --pretty
Inputs / Outputs
- Inputs follow
.skills/workflows/generate_ltxv_img2video/skill.yaml - Output is JSON printed to stdout from
.run(...)
Composition
This skill is designed to compose with other single-purpose skills. Use
run_id and artifact references when chaining.
<!-- AUTO-METADATA-START -->
Routing Metadata
- Family:
video_t2v_i2v_avatar - Input modalities:
text_prompt - Output modalities:
application/json - Model families:
other - Node count:
None - Complexity score:
None - Resource profile:
unknown - Estimated runtime:
depends on runtime parameters and server resources - Max latent resolution hint:
xNoneNone - Max sampler steps hint:
None
Detected Models
- None detected.
Detected Custom Nodes
- None detected.
Runtime Warnings
- Hand-authored skill (no embedded workflow.json); metadata is inferred and may be approximate.