---
license: cc-by-nc-sa-4.0
base_model:
- fishaudio/openaudio-s1-mini
pipeline_tag: text-to-speech
tags:
- gguf-connector
---
## gguf quantized version of openaudio
- base model from [fishaudio](https://huggingface.co/fishaudio)
- text-to-speech synthesis
### **run it with gguf-connector**
```
ggc o2
```

| Prompt | Audio Sample |
|--------|---------------|
|`Hey Connector, why your appearance looks so stupid?` `Oh, really? maybe I ate too much smart beans.` `Wow. Amazing (laughing).` `Let's go to get some more smart beans and you will become stupid as well.` | 🎧 **audio-sample-1** |
|`Suddenly the plane's engines began failing, and the pilot says there isn't much time, and he'll keep the plane in the air as long as he can, and told his two passengers to take the only two parachutes on board and bail out. The world's smartest man immediately took a parachute and said "I'm the world's smartest man! The world needs me, so I can't die here!", and then jumped out of the plane. The pilot tells the hippie to hurry up and take the other parachute, because there aren't any more. And the hippie says "Relax man. We'll be fine. The world's smartest man took my backpack."` | 🎧 **audio-sample-2** |
### **review/reference**
- simply execute the command (`ggc o2`) above in console/terminal
- opt a `codec` gguf file in the current directory to interact with (see example below)
>
>GGUF file(s) available. Select which one for codec:
>
>1. codec-bf16.gguf
>2. codec-f16.gguf
>3. codec-f32.gguf
>4. codec-q2_k.gguf
>5. codec-q3_k_m.gguf
>6. codec-q4_k_m.gguf
>7. codec-q5_k_m.gguf
>8. codec-q6_k.gguf
>
>Enter your choice (1 to 8): _
>
- note: tokenizer and model will be pulled to `models/fish` automatically during the first launch
- then run it entirely offline; i.e., from local URL: http://127.0.0.1:7860 with lazy webui
- gguf-connector ([pypi](https://pypi.org/project/gguf-connector))