Comfy-agent generate_sd15_animated_webp

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_sd15_animated_webp" ~/.claude/skills/steliosot-comfy-agent-generate-sd15-animated-webp && rm -rf "$T"
manifest: skills/workflows/video_t2v_i2v_avatar/generate_sd15_animated_webp/SKILL.md
source content

generate_sd15_animated_webp

Generate a simple animated WEBP from an SD1.5 image batch.

Usage

python3 skills/workflows/generate_sd15_animated_webp/scripts/run.py --args '{}' --pretty

Pass JSON kwargs for

run(...)
via
--args
:

python3 skills/workflows/generate_sd15_animated_webp/scripts/run.py --args '{"param":"value"}' --pretty

Inputs / Outputs

  • Inputs follow
    skills/workflows/generate_sd15_animated_webp/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:
    None
    x
    None
  • 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.
<!-- AUTO-METADATA-END -->