Views
No views yet
speech-swift runs the real model forward pass; outputs are parity-checked against the official ONNX model.| File | Purpose |
|---|---|
audio2face3d.safetensors | Learned tensors for MLX.loadArrays |
network_info.json | NVIDIA runtime geometry/audio metadata |
model_config.json | Runtime configuration (input strength) |
default_emotion.f32 | Default emotion vector |
graph_metadata.json | Source ONNX graph provenance |
1import Audio2Face3D
2
3let model = try await Audio2Face3DModel.fromPretrained(
4 modelId: "aufklarer/Audio2Face-3D-v2.3.1-James-MLX")
5let frames = try model.frames(for: samples, sampleRate: 16_000)speech CLI:speech avatar-motion input.wav --output frames.jsonl