返回顶部
a

aliyun-wan-digital-human阿里云数字人

Use when generating talking, singing, or presentation videos from a single character image and audio with Alibaba Cloud Model Studio digital-human model `wan2.2-s2v`. Use when creating narrated avatar videos, singing portraits, or broadcast-style talking-head clips.

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

aliyun-wan-digital-human

技能名称: aliyun-wan-digital-human

分类: provider

模型工作室数字人

验证

bash
mkdir -p output/aliyun-wan-digital-human
python -m pycompile skills/ai/video/aliyun-wan-digital-human/scripts/preparedigitalhumanrequest.py && echo pycompileok > output/aliyun-wan-digital-human/validate.txt

通过标准:命令退出码为0,且生成了 output/aliyun-wan-digital-human/validate.txt 文件。

输出与证据

  • - 将标准化请求负载、所选分辨率和任务轮询快照保存到 output/aliyun-wan-digital-human/ 目录下。
  • 记录图像/音频URL以及输入图像是否通过检测。

使用此技能实现图像+音频驱动的说话、唱歌或表演角色。

关键模型名称

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

  • - wan2.2-s2v-detect
  • wan2.2-s2v

选择指南:

  • - 首先运行 wan2.2-s2v-detect 验证图像。
  • 使用 wan2.2-s2v 进行实际的视频生成任务。

前提条件

  • - 仅限中国大陆(北京)区域。
  • 在环境中设置 DASHSCOPEAPIKEY,或将 dashscopeapikey 添加到 ~/.alibabacloud/credentials 文件中。
  • 输入音频应包含清晰的语音或歌声,输入图像应描绘清晰的主体。

标准化接口 (video.digital_human)

检测请求

  • - model (字符串,可选):默认为 wan2.2-s2v-detect
  • image_url (字符串,必填)

生成请求

  • - model (字符串,可选):默认为 wan2.2-s2v
  • imageurl (字符串,必填)
  • audiourl (字符串,必填)
  • resolution (字符串,可选):480P 或 720P
  • scenario (字符串,可选):talk、sing 或 perform

响应

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

快速开始

bash
python skills/ai/video/aliyun-wan-digital-human/scripts/preparedigitalhuman_request.py \
--image-url https://example.com/anchor.png \
--audio-url https://example.com/voice.mp3 \
--resolution 720P \
--scenario talk

操作指南

  • - 使用面部清晰、构图稳定的肖像、半身或全身图像。
  • 音频长度应与期望的输出时长匹配;输出时长跟随音频长度,直至模型限制。
  • 保持图像和音频为公开的HTTP/HTTPS URL。
  • 如果图像未通过检测,请勿直接进行视频生成。

输出位置

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

参考资料

  • - references/sources.md

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aliyun-wan-digital-human-1775882172 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-wan-digital-human-1775882172 技能

通过命令行安装

skillhub install aliyun-wan-digital-human-1775882172

下载

⬇ 下载 aliyun-wan-digital-human v1.0.0(免费)

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

v1.0.0 最新 2026-4-12 08:58
Initial release of aliyun-wan-digital-human skill.

- Enables generation of talking, singing, or presentation videos from a character image and audio using Alibaba Cloud Model Studio digital-human models.
- Supports image validation and video generation workflows with distinct model names: `wan2.2-s2v-detect` for validation and `wan2.2-s2v` for video.
- Exposes a normalized interface for detection and video creation requests.
- Requires API key setup and China (Beijing) region.
- Outputs all requests, responses, and task snapshots to a dedicated directory for traceability.

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

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

p2p_official_large
返回顶部