VoxPolska
Collection
VoxPolska is an advanced Polish Text-to-Speech (TTS) model designed to convert written Polish text into
high-quality, natural-sounding speech.
β’
2 items
β’
Updated
Using with LM Studio
You need to have Python 3.8+ installed on your computer.
Steps
git clone https://github.com/isaiahbjork/orpheus-tts-local.git
cd orpheus-tts-local
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
import os
os.environ["HF_TOKEN"] = "your huggingface token here"
python gguf_orpheus.py --text "Your Polish text here" --output output.wav
You can access to output.wav in orpheus-tts-local folder.
--text
: The text to convert to speech (required)--voice
: The voice to use (default is "tara")--output
: Output WAV file path (default: auto-generated filename)--temperature
: Temperature for generation (default: 0.6)--top_p
: Top-p sampling parameter (default: 0.9)--repetition_penalty
: Repetition penalty (default: 1.1)--backend
: Specify the backend (default: "lmstudio", also supports "ollama")Using Llama.cpp
You need to have CMake installed on your computer.
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
cmake -B build
cmake --build build --config Release
./llama-server -m path/to/gguf/file --port 8080
git clone https://github.com/isaiahbjork/orpheus-tts-local.git
cd orpheus-tts-local
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
import os
os.environ["HF_TOKEN"] = "your huggingface token here"
python gguf_orpheus.py --text "Your Polish text here" --output output.wav
You can access to output.wav in orpheus-tts-local folder.
For questions, suggestions, and feedback, please open an issue on HuggingFace. You can also reach out via: LinkedIn
Do not use this model for impersonation without consent, misinformation or deception (including fake news or fraudulent calls), or any illegal or harmful activity. By using this model, you agree to follow all applicable laws and ethical guidelines.
@misc{
title={salihfurkaan/VoxPolska-V1-GGUF},
author={Salih Furkan Erik},
year={2025},
url={https://huggingface.co/salihfurkaan/VoxPolska-GGUF/}
}
4-bit
5-bit
8-bit
Base model
meta-llama/Llama-3.2-3B-Instruct