Comfy-agent generate_sd15_animated_webp
name: generate_sd15_animated_webp
install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
manifest:
skills/workflows/video_t2v_i2v_avatar/generate_sd15_animated_webp/skill.yamlsource content
name: generate_sd15_animated_webp description: Generate a simple animated WEBP from an SD1.5 image batch. inputs: prompt: type: string default: stylized robot walking through neon rain negative_prompt: type: string default: watermark, text, blurry, low quality, extra limbs width: type: integer default: 512 height: type: integer default: 512 batch_size: type: integer default: 8 steps: type: integer default: 20 fps: type: integer default: 6 seed: type: integer default: 20260317 outputs: animation: string requirements: models: [] custom_nodes: [] links: [] input_modalities:
- text_prompt output_modalities:
- application/json model_families:
- other node_count: null node_types: [] selection_metadata: family: video_t2v_i2v_avatar resource_profile: unknown complexity_score: null estimated_runtime: depends on runtime parameters and server resources warnings:
- Hand-authored skill (no embedded workflow.json); metadata is inferred and may be approximate. max_width: null max_height: null max_steps: null