Audio2Face-3D

此 Soniqo 页面记录本地 speech-swift / speech-core 实现中的 Audio2Face-3D。Hugging Face 包链接放在集成说明之后。

先进入站内页面

首页卡片和文档菜单先指向这里;源模型和权重包链接仍在本页提供。

概览

模型Audio2Face-3D
用途Speech-to-avatar motion coefficients for downstream renderers
后端MLX
输出JSONL frames: timestamp plus the full coefficient vector
语言Language-independent, audio-driven
许可证NVIDIA Open Model License
状态Ready through speech avatar-motion and the Audio2Face3D Swift product
来源NVIDIA Audio2Face-3D
Swift 产品Audio2Face3D
CLI / 运行时speech avatar-motion

使用

下面的片段对应当前 speech-swift 仓库暴露的 API 或命令。

# Generate avatar motion coefficients from speech audio.
.build/release/speech avatar-motion input.wav --output motion.jsonl --verbose
.build/release/speech avatar-motion input.wav \
  --model aufklarer/Audio2Face-3D-v2.3.1-Claire-MLX

模型链接

实现说明