Views
No views yet
Mirror of the inference-only files fromRMSnow/Vevo2, packaged for use with the Mæstræa AI Workstation. Training artifacts (optimizer.pt,scheduler.pt,rng_state_*.pth,trainer_state.json,training_args.bin, the_textFM variant, and thepretrainedAR baseline) are dropped to keep the download lean. All credit for the model itself goes to the upstream authors.
| Path | Description | Size |
|---|---|---|
contentstyle_modeling/posttrained/model.safetensors | AR transformer (Qwen2.5-0.5B post-trained) | ~970 MB |
acoustic_modeling/fm_emilia101k_singnet7k_repa/model.safetensors | Flow-Matching transformer (~350M params) | ~1.4 GB |
acoustic_modeling/fm_emilia101k_singnet7k_repa/whisper_stats.pt | Per-channel mean/std for normed Whisper features | ~12 KB |
vocoder/model*.safetensors | Vocos vocoder (~250M, sharded) | ~1.2 GB |
tokenizer/contentstyle_fvq16384_12.5hz/model.safetensors | Content-style tokenizer (FVQ16384 @ 12.5 Hz) | ~234 MB |
tokenizer/prosody_fvq512_6.25hz/model.safetensors | Prosody tokenizer (FVQ512 @ 6.25 Hz) | ~261 MB |
contentstyle_modeling/posttrained/{tokenizer.json, vocab.json, …} | AR text tokenizer + configs | ~22 MB |
*/config.json, amphion_config.json, etc. | Per-component configs | small |
Whisper-medium (~1.5 GB, used by the content-style tokenizer at inference time) is not mirrored here —openai-whisperwill pull it to~/.cache/whisperon first run.
| Reference Length | VRAM (GPU, FP16) |
|---|---|
| 15 s | ~6 GB |
| 30 s | ~10 GB |
| 45 s | ~12 GB |
~/.maestraea/libs/amphion/ on first model load and imports the pipeline from models.svc.vevo2.vevo2_utils.Vevo2InferencePipeline. The download manager pulls these weights to ~/.maestraea/models/vevo2/ and the runner resolves checkpoints from that directory at the paths shown in the table above.