meituan-longcat/LongCat-Video-Avatar 已完整同步
LongCat-Video-Avatar
🚀 Model Introduction
We are excited to announce the release of LongCat-Video-Avatar, a unified model that delivers expressive and highly dynamic audio-driven character animation, supporting native tasks including Audio-Text-to-Video, Audio-Text-Image-to-Video, and Video Continuation with seamless compatibility for both single-stream and multi-stream audio inputs.
Key Features
- 🌟 Support Multiple Generation Modes: One unified model can be used for audio-text-to-video (AT2V) generation, audio-text-image-to-video (ATI2V) generation, and Video Continuation.
- 🌟 Natural Human Dynamics: The disentangled unconditional guidance is designed to effectively decouple speech signals from motion dynamics for natural behavior.
- 🌟 Avoid Repetitive Content: The reference skip attention is adopted to strategically incorporates reference cues to preserve identity while preventing excessive conditional image leakage.
- 🌟 Alleviate Error Accumulation from VAE: Cross-Chunk Latent Stitching is designed to eliminates redundant VAE decode-encode cycles to reduce pixel degradation in long sequences.
For more detail, please refer to the comprehensive LongCat-Video-Avatar Technical Report.
🌀 Preview Gallery
The following videos showcase example generations from our model and have been compressed for easier viewing.
|
|
|
34 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3446_a482064056 --revision e25e0323d9956e1b03f033828314e7a9214d8fcb --output ./ds_ext_3446_a482064056
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3446_a482064056 --revision e25e0323d9956e1b03f033828314e7a9214d8fcb --output ./ds_ext_3446_a482064056
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3446_a482064056 --revision e25e0323d9956e1b03f033828314e7a9214d8fcb --output ./ds_ext_3446_a482064056 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3446_a482064056 --revision e25e0323d9956e1b03f033828314e7a9214d8fcb --output ./ds_ext_3446_a482064056 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3446_a482064056 --revision e25e0323d9956e1b03f033828314e7a9214d8fcb --output ./ds_ext_3446_a482064056 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3446_a482064056 --revision e25e0323d9956e1b03f033828314e7a9214d8fcb --output ./ds_ext_3446_a482064056 --jobs 8
完整帮助:wehub datasets download --help