File size: 2,213 Bytes
a4d9876
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Community Projects

The following projects are built and maintained by the community. We appreciate all contributions! Note that these projects are not officially supported by the OmniVoice team.

If you have a project you'd like to add, please open a PR.

---

- **[ComfyUI-OmniVoice-TTS](https://github.com/Saganaki22/ComfyUI-OmniVoice-TTS)** β€”
  ComfyUI custom node for OmniVoice text-to-speech generation.

- **[vLLM-Omni](https://github.com/vllm-project/vllm-omni)** β€”
  A framework for efficient model inference with omni-modality model. Supports OmniVoice serving.

- **[pyVideoTrans](https://github.com/jianchang512/pyvideotrans)** β€”
  Video translation tool with dubbing & subtitles. Supports OmniVoice as a TTS engine.

- **[MLX-Audio](https://github.com/Blaizzy/mlx-audio)** β€”
  TTS, STT, and STS library built on Apple's MLX framework. Supports
  OmniVoice among other models for efficient speech processing on Apple Silicon.

- **[RealtimeTTS](https://github.com/KoljaB/RealtimeTTS)** β€”
  Converts text to speech in realtime. Supports OmniVoice as a TTS engine.

- **[TTS-WebUI](https://github.com/rsxdalv/TTS-WebUI)** β€”
  Gradio web UI for multiple TTS models. Supports OmniVoice as one of its backends.

- **[OmniVoice-Studio](https://github.com/debpalash/OmniVoice-Studio)** β€”
  Desktop application for OmniVoice voice generation.

- **[omnivoice-server](https://github.com/maemreyo/omnivoice-server)** β€”
  OpenAI-compatible HTTP server for serving OmniVoice via `/v1/audio/speech`.
  Supports voice profiles for persistent cloning, sentence-level streaming,
  and optional Bearer auth.

- **[omnivoice-rs](https://github.com/FerrisMind/omnivoice-rs)** β€”
  GPU-first Rust workspace for OmniVoice inference, parity validation, CLI
  execution, and an OpenAI-compatible HTTP server built with Candle.

- **[omnivoice-trtllm](https://github.com/tlitech/omnivoice-trtllm)** β€”
  Deploy OmniVoice TTS model using TensorRT-LLM and Triton Inference Server
  on Modal, faster than PyTorch.

  - **[Auris](https://github.com/nikhilprasanth/Auris)** β€”
  Offline audiobook reader for EPUB, PDF, and TXT with local OmniVoice TTS, character-aware voices, and per-book narrator control.