Fish Speech 1.5 TTS plugin for VOCO audio inference runtime
Project description
voco-fishspeech
Fish Speech 1.5 TTS plugin for VOCO audio inference runtime.
Installation
cd plugins/voco-fishspeech
pip install -e .
Requirements
- Fish Speech 1.5 checkpoints should be available at the configured checkpoint path
- All Fish Speech code is bundled inside the plugin (no external dependencies needed)
Usage
from voco import Voco
# Initialize with Fish Speech
voco = Voco(model="fishspeech", device="cuda", checkpoint_path="checkpoints/fish-speech-1.5")
# Generate audio
for audio_chunk in voco.generate(
text="Hello, this is a test of Fish Speech.",
reference_audio="path/to/reference.wav",
reference_text="reference audio",
temperature=0.7,
top_p=0.7,
repetition_penalty=1.1
):
# Process audio chunk
pass
Configuration
checkpoint_path: Path to Fish Speech 1.5 checkpoints (default: "checkpoints/fish-speech-1.5")device: Device to run inference on (default: "cuda")dtype: Data type for inference (default: "bfloat16")compile: Whether to compile the model with torch.compile (default: True)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
voco_fishspeech-0.0.1.tar.gz
(43.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file voco_fishspeech-0.0.1.tar.gz.
File metadata
- Download URL: voco_fishspeech-0.0.1.tar.gz
- Upload date:
- Size: 43.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4174b7551c170e9dfd4618b1309b72f449127f9ff7f3a78fa7304070d09d5a19
|
|
| MD5 |
f8ae8bef9e8b8d0f9c723bec12ef9960
|
|
| BLAKE2b-256 |
8031e5dc57e2b07204a5efb27700be2659ea7ef49cc2221e9bebbc68f6256c87
|
File details
Details for the file voco_fishspeech-0.0.1-py3-none-any.whl.
File metadata
- Download URL: voco_fishspeech-0.0.1-py3-none-any.whl
- Upload date:
- Size: 52.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e92f67c35fdc9b6ff9cc7535513d8c52e44208bb80b753c4f734549dcb4f8cf
|
|
| MD5 |
ea89b32a0ce381f4dd047587876bc293
|
|
| BLAKE2b-256 |
2a0595e58583637e814bdf749f6023382d9da0d5480a16d2001e11047d739421
|