返回顶部
a

aliyun-emo阿里云表情视频

Use when generating expressive portrait videos from a person image and speech audio with Alibaba Cloud Model Studio EMO (`emo-v1`). Use when creating non-Wan avatar clips with stronger expression style control from a detected portrait image.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
106
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aliyun-emo

技能名称: aliyun-emo

详细描述:
类别: 提供商

模型工作室 EMO

验证

bash
mkdir -p output/aliyun-emo
python -m pycompile skills/ai/video/aliyun-emo/scripts/prepareemorequest.py && echo pycompile_ok > output/aliyun-emo/validate.txt

通过标准:命令退出码为 0 且生成了 output/aliyun-emo/validate.txt。

输出与证据

  • - 将标准化后的请求负载、检测框以及任务轮询快照保存到 output/aliyun-emo/ 目录下。
  • 记录所选的 stylelevel 以及精确的 facebbox / ext_bbox。

当输入为人像图片和语音音频,且需要生成非万能的富有表现力的说话人头像结果时,使用 EMO。

关键模型名称

请使用以下精确的模型字符串:

  • - emo-v1-detect
  • emo-v1

选择指南:

  • - 首先运行图像检测以获取 facebbox 和 extbbox。
  • 仅在检测成功后使用 emo-v1。

前提条件

  • - 仅限中国大陆(北京)区域。
  • 在环境中设置 DASHSCOPEAPIKEY,或者将 dashscopeapikey 添加到 ~/.alibabacloud/credentials 文件中。
  • 输入文件必须是公开的 HTTP/HTTPS URL。

标准化接口 (video.emo)

检测请求

  • - model (字符串,可选):默认为 emo-v1-detect
  • image_url (字符串,必填)

生成请求

  • - model (字符串,可选):默认为 emo-v1
  • imageurl (字符串,必填)
  • audiourl (字符串,必填)
  • facebbox (整数数组,必填)
  • extbbox (整数数组,必填)
  • style_level (字符串,可选):normal、calm 或 active

响应

  • - taskid (字符串)
  • taskstatus (字符串)
  • video_url (字符串,任务完成时返回)

快速开始

bash
python skills/ai/video/aliyun-emo/scripts/prepareemorequest.py \
--image-url https://example.com/portrait.png \
--audio-url https://example.com/speech.mp3 \
--face-bbox 302,286,610,593 \
--ext-bbox 71,9,840,778 \
--style-level active

操作指南

  • - 不要自行编造 facebbox 或 extbbox;请使用检测 API 的输出。
  • ext_bbox 的比例决定了输出格式:1:1 生成 512x512,3:4 生成 512x704。
  • 保持输入的人像清晰且正面朝向,以获得更好的表情质量。
  • EMO 专注于人像;对于全场景人物视频,请改用其他技能。

输出位置

  • - 默认输出:output/aliyun-emo/request.json
  • 可通过 OUTPUT_DIR 覆盖基础目录。

参考资料

  • - references/sources.md

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aliyun-emo-1775882723 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-emo-1775882723 技能

通过命令行安装

skillhub install aliyun-emo-1775882723

下载

⬇ 下载 aliyun-emo v1.0.0(免费)

文件大小: 3.33 KB | 发布时间: 2026-4-12 08:55

v1.0.0 最新 2026-4-12 08:55
- Initial release of aliyun-emo skill for generating expressive portrait videos using Alibaba Cloud Model Studio EMO (`emo-v1`).
- Provides detection and generation APIs including strong expression style control (`style_level`).
- Outputs normalized request payloads, bounding boxes, and prediction snapshots for traceability.
- Requires public URLs for input files and runs only in China mainland (Beijing) region.
- Explicit operational guidance for best results and correct usage flow.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部