Text-to-Speech
Safetensors
GGUF
Arabic
English
tts
speech-synthesis
arabic
arabic-tts
voice-cloning
zero-shot-tts
expressive-tts
neucodec
audar
llama-cpp
on-device
edge
conversational
Instructions to use audarai/Audar-TTS-V1-Flash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use audarai/Audar-TTS-V1-Flash with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf audarai/Audar-TTS-V1-Flash:Q4_K_M # Run inference directly in the terminal: llama cli -hf audarai/Audar-TTS-V1-Flash:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf audarai/Audar-TTS-V1-Flash:Q4_K_M # Run inference directly in the terminal: llama cli -hf audarai/Audar-TTS-V1-Flash:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf audarai/Audar-TTS-V1-Flash:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf audarai/Audar-TTS-V1-Flash:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf audarai/Audar-TTS-V1-Flash:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf audarai/Audar-TTS-V1-Flash:Q4_K_M
Use Docker
docker model run hf.co/audarai/Audar-TTS-V1-Flash:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use audarai/Audar-TTS-V1-Flash with Ollama:
ollama run hf.co/audarai/Audar-TTS-V1-Flash:Q4_K_M
- Unsloth Studio
How to use audarai/Audar-TTS-V1-Flash with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for audarai/Audar-TTS-V1-Flash to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for audarai/Audar-TTS-V1-Flash to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for audarai/Audar-TTS-V1-Flash to start chatting
- Pi
How to use audarai/Audar-TTS-V1-Flash with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf audarai/Audar-TTS-V1-Flash:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "audarai/Audar-TTS-V1-Flash:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use audarai/Audar-TTS-V1-Flash with Docker Model Runner:
docker model run hf.co/audarai/Audar-TTS-V1-Flash:Q4_K_M
- Lemonade
How to use audarai/Audar-TTS-V1-Flash with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull audarai/Audar-TTS-V1-Flash:Q4_K_M
Run and chat with the model
lemonade run user.Audar-TTS-V1-Flash-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use audarai/Audar-TTS-V1-Flash with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf audarai/Audar-TTS-V1-Flash:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default audarai/Audar-TTS-V1-Flash:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use audarai/Audar-TTS-V1-Flash with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf audarai/Audar-TTS-V1-Flash:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "audarai/Audar-TTS-V1-Flash:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Flash demos: expressive temp 1.0 render
Browse files- samples/demo_female_1_ar.wav +2 -2
- samples/demo_female_1_en.wav +2 -2
- samples/demo_female_2_ar.wav +2 -2
- samples/demo_female_2_en.wav +2 -2
- samples/demo_female_3_ar.wav +2 -2
- samples/demo_female_3_en.wav +2 -2
- samples/demo_male_1_ar.wav +2 -2
- samples/demo_male_1_en.wav +2 -2
- samples/demo_male_2_ar.wav +2 -2
- samples/demo_male_2_en.wav +2 -2
- samples/demo_male_3_ar.wav +2 -2
- samples/demo_male_3_en.wav +2 -2
samples/demo_female_1_ar.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b946de25a9f6e9b7ec00ca36b530137651e6c32fce97d0645e4c7c1cf640406
|
| 3 |
+
size 410924
|
samples/demo_female_1_en.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87e7be876270e5ad9915d23c3608cc2f9f6548db36d5dc9f662b94916ecc2047
|
| 3 |
+
size 315884
|
samples/demo_female_2_ar.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4ebe34f9d17d4a6ca8e71dc479a2bcf292fd6e6a4583590babb1e53f1d421b0
|
| 3 |
+
size 440684
|
samples/demo_female_2_en.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:883178b43e887671e06753bdf26878be0554b8116d4a07f2051920500d316244
|
| 3 |
+
size 481964
|
samples/demo_female_3_ar.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1ea660ea0e19885fb552a96df2a970f948fbd3d37cd5004411fbb1b029c2dd6
|
| 3 |
+
size 578924
|
samples/demo_female_3_en.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9e48a9713963b8eb3b727de761cddab66847d3aa826aa26423d3a0cfb3fac28
|
| 3 |
+
size 443564
|
samples/demo_male_1_ar.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b5178a399f3106d4fca48f2090546631bf4d96b6babfe56914c08f141d84164
|
| 3 |
+
size 496364
|
samples/demo_male_1_en.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdfb925bfc2e021b229ef32dc220667fd0cba75016de1c6040dcc228aa108721
|
| 3 |
+
size 377324
|
samples/demo_male_2_ar.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81e6f59283980ef0e5b25bac1368a35b99a2a2ff25892c6f9214289778454159
|
| 3 |
+
size 595244
|
samples/demo_male_2_en.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8efcfe00f80cfbe5dd1c2a9b53b71c30f8f0cc0851ca53281da9968280bef2a4
|
| 3 |
+
size 577004
|
samples/demo_male_3_ar.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdb78dabbaffec4e413ea8393fa6a0c8a21b7a7c0e38179339c1e945db87248b
|
| 3 |
+
size 605804
|
samples/demo_male_3_en.wav
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bc26f3805e6498cf11a40764699b401fb3f2a2ed293bf1d77838c62753c07c7
|
| 3 |
+
size 423404
|