← 返回
未分类 Key 中文

Aliyun Animate Anyone

Use when generating dance or motion-transfer videos with Alibaba Cloud Model Studio AnimateAnyone (`animate-anyone-gen2`) using a detected character image an...
在生成舞蹈或动作迁移视频时使用,基于检测到的角色图像调用阿里云模型工作室的 AnimateAnyone(animate‑anyone‑gen2)模型。
cinience
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 281
下载
💾 0
安装
1
版本
#latest

概述

Category: provider

Model Studio AnimateAnyone

Validation

mkdir -p output/aliyun-animate-anyone
python -m py_compile skills/ai/video/aliyun-animate-anyone/scripts/prepare_animate_anyone_request.py && echo "py_compile_ok" > output/aliyun-animate-anyone/validate.txt

Pass criteria: command exits 0 and output/aliyun-animate-anyone/validate.txt is generated.

Output And Evidence

  • Save normalized request payloads, detection outputs, template IDs, and task polling snapshots under output/aliyun-animate-anyone/.
  • Record whether the result should keep the reference image background or the source video background.

Use AnimateAnyone when the task needs motion transfer from a template video rather than plain talking-head animation.

Critical model names

Use these exact model strings:

  • animate-anyone-detect-gen2
  • animate-anyone-template-gen2
  • animate-anyone-gen2

Selection guidance:

  • Run image detection first.
  • Run template generation on the source motion video.
  • Use animate-anyone-gen2 for the final video job.

Prerequisites

  • China mainland (Beijing) only.
  • Set DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.
  • Input files must be public HTTP/HTTPS URLs.

Normalized interface (video.animate_anyone)

Detect Request

  • model (string, optional): default animate-anyone-detect-gen2
  • image_url (string, required)

Template Request

  • model (string, optional): default animate-anyone-template-gen2
  • video_url (string, required)

Generate Request

  • model (string, optional): default animate-anyone-gen2
  • image_url (string, required)
  • template_id (string, required)
  • use_ref_img_bg (bool, optional): whether to keep the input image background

Response

  • task_id (string)
  • task_status (string)
  • video_url (string, when finished)

Quick start

python skills/ai/video/aliyun-animate-anyone/scripts/prepare_animate_anyone_request.py \
  --image-url "https://example.com/dancer.png" \
  --template-id "tmpl_xxx" \
  --use-ref-img-bg

Operational guidance

  • The action template must come from the official template-generation API.
  • Full-body images work best when use_ref_img_bg=false; half-body images are not recommended in that mode.
  • This skill is best for dancing or large body motion transfer, not generic talking-head tasks.

Output location

  • Default output: output/aliyun-animate-anyone/request.json
  • Override base dir with OUTPUT_DIR.

References

  • references/sources.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 19:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Volcengine Ai Video Generation

cinience
火山引擎AI视频生成工作流。适用于文字生成视频、图片生成视频、生成参数调整及视频任务异步排查。
★ 0 📥 2,178
content-creation

Volcengine Ai Image Generation

cinience
火山引擎AI服务图像生成工作流。适用于文生图、风格变体、提示词优化、确定性图像生成参数设置及问题排查。
★ 3 📥 4,502
data-analysis

Alicloud Ai Content Aimiaobi

cinience
使用OpenAPI/SDK管理阿里云全秒(AIMiaoBi),在用户请求阿里云秒币内容操作(如列出资源)时使用。
★ 0 📥 1,880