You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add reusable framework modules for upcoming 0.5 models, including DramaBox, RVC, Confucius4-TTS, Kroko ASR, and related encoder/vocoder paths
- Refactor DramaBox, RVC, and Confucius4-TTS toward spec v1 backed model loading and shared framework components
- Add framework support for Zipformer, Gemma decoder, Wav2Vec2-BERT, RMVPE, BigVGAN extensions, attention/norm/activation modules, and text normalization
- Update model specs and path-test coverage for migrated/new models
- Update WebUI model handling so default downloads use GGUF packages from model specs while existing local tensor installs remain loadable
- Add WebUI catalog/download tests and model parameter entries for newly exposed models
|**silero_vad**| VAD | lang agnostic | Silero VAD | Bundled, Stream |
82
85
|**sortformer_diar**| Diar | en | Sortformer-4spk-v1 | - |
@@ -626,7 +629,7 @@ For long-form TTS tests, each run uses the same 6,026-character, 1,028-word inpu
626
629
627
630
## Runtime Memory Options
628
631
629
-
Some models expose memory-saver session options such as `ace_step.mem_saver=true`, `heartmula.mem_saver=true`, `stable_audio.mem_saver=true`, `omnivoice.mem_saver=true`, and `voxcpm2.mem_saver=true`. These options keep the default output path unchanged while reducing graph workspace VRAM or releasing staged graph/cache state after request phases; later requests may rebuild released graphs.
632
+
Some models expose memory-saver session options such as `ace_step.mem_saver=true`, `dramabox.mem_saver=true`, `heartmula.mem_saver=true`, `stable_audio.mem_saver=true`, `omnivoice.mem_saver=true`, and `voxcpm2.mem_saver=true`. These options keep the default output path unchanged while reducing graph workspace VRAM or releasing staged graph/cache state after request phases; later requests may rebuild released graphs.
--backend cuda --audio speech_16k.wav --text-out transcript.txt
262
+
```
263
+
264
+
Use `parakeet_tdt_f16` for the F16 GGUF variant. See
265
+
[Parakeet-TDT 0.6B v3](community_models/parakeet_tdt.md) for long-form,
266
+
streaming, conversion, options, validation, and performance details.
267
+
253
268
## VibeVoice ASR
254
269
255
270
VibeVoice ASR is an offline ASR model with greedy, sampling, and beam-search decode paths. It can return transcription text and structured segment/speaker-turn output when the model produces timestamps.
|`--request-option voice_id=<id>`|`default`, `manthos`, `chocola`, `fraise`|`default`| Packaged RVC voice id. Ignored when `voice_model_path` is set. |
93
+
|`--request-option voice_model_path=<path>`|`.pth` or `.pt` path | unset | User RVC checkpoint path. |
94
+
|`--request-option pitch_extractor=rmvpe`|`rmvpe`|`rmvpe`| Pitch extractor for F0-enabled voices. |
95
+
|`--request-option pitch_path=<path>`| CSV path | unset | Optional F0 override file with `time,Hz` rows sorted by time. |
96
+
|`--request-option retrieval_index_path=<path>`| FAISS `.index` path | unset | User retrieval index used when `retrieval_blend` is greater than 0 for a user checkpoint. |
0 commit comments