Update README.md
Browse files
README.md
CHANGED
@@ -22,17 +22,46 @@ th, td {
|
|
22 |
font-weight: bold;
|
23 |
text-decoration: underline;
|
24 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
</style>
|
26 |
|
27 |
-
<div style="text-align: center; margin: 20px auto; padding:
|
28 |
<h2 style="margin-bottom: 4px; margin-top: 0px;">OuteAI</h2>
|
29 |
<a href="https://www.outeai.com/" target="_blank" style="margin-right: 10px;">π OuteAI.com</a>
|
30 |
<a href="https://discord.gg/vyBM87kAmf" target="_blank" style="margin-right: 10px;">π€ Join our Discord</a>
|
31 |
<a href="https://x.com/OuteAI" target="_blank">π @OuteAI</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
</div>
|
33 |
|
34 |
-
# OuteTTS-0.1-350M
|
35 |
-
|
36 |
## Model Description
|
37 |
|
38 |
OuteTTS-0.1-350M is a novel text-to-speech synthesis model that leverages pure language modeling without external adapters or complex architectures, built upon the LLaMa architecture using our Oute3-350M-DEV base model, it demonstrates that high-quality speech synthesis is achievable through a straightforward approach using crafted prompts and audio tokens.
|
@@ -140,7 +169,8 @@ Listen to samples generated by OuteTTS-0.1-350M:
|
|
140 |
</div>
|
141 |
|
142 |
## Installation
|
143 |
-
|
|
|
144 |
|
145 |
```bash
|
146 |
pip install outetts
|
|
|
22 |
font-weight: bold;
|
23 |
text-decoration: underline;
|
24 |
}
|
25 |
+
.badges {
|
26 |
+
display: flex;
|
27 |
+
justify-content: center;
|
28 |
+
gap: 10px;
|
29 |
+
flex-wrap: wrap;
|
30 |
+
margin-top: 10px;
|
31 |
+
}
|
32 |
+
.badge {
|
33 |
+
text-decoration: none;
|
34 |
+
display: inline-block;
|
35 |
+
padding: 4px 8px;
|
36 |
+
border-radius: 5px;
|
37 |
+
color: #fff;
|
38 |
+
font-size: 12px;
|
39 |
+
font-weight: bold;
|
40 |
+
}
|
41 |
+
.badge-hf-blue {
|
42 |
+
background-color: #767b81;
|
43 |
+
}
|
44 |
+
.badge-hf-pink {
|
45 |
+
background-color: #7b768a;
|
46 |
+
}
|
47 |
+
.badge-github {
|
48 |
+
background-color: #2c2b2b;
|
49 |
+
}
|
50 |
</style>
|
51 |
|
52 |
+
<div style="text-align: center; margin: 20px auto; padding: 10px; border: 2px solid #ddd; border-radius: 10px;">
|
53 |
<h2 style="margin-bottom: 4px; margin-top: 0px;">OuteAI</h2>
|
54 |
<a href="https://www.outeai.com/" target="_blank" style="margin-right: 10px;">π OuteAI.com</a>
|
55 |
<a href="https://discord.gg/vyBM87kAmf" target="_blank" style="margin-right: 10px;">π€ Join our Discord</a>
|
56 |
<a href="https://x.com/OuteAI" target="_blank">π @OuteAI</a>
|
57 |
+
<div class="badges">
|
58 |
+
<a href="https://huggingface.co/OuteAI/OuteTTS-0.1-350M" target="_blank" class="badge badge-hf-blue">π€ Hugging Face - OuteTTS 0.1 350M</a>
|
59 |
+
<a href="https://huggingface.co/OuteAI/OuteTTS-0.1-350M-GGUF" target="_blank" class="badge badge-hf-blue">π€ Hugging Face - OuteTTS 0.1 350M GGUF</a>
|
60 |
+
<a href="https://huggingface.co/spaces/OuteAI/OuteTTS-0.1-350M-Demo" target="_blank" class="badge badge-hf-pink">π€ Hugging Face - Demo</a>
|
61 |
+
<a href="https://github.com/edwko/OuteTTS" target="_blank" class="badge badge-github">GitHub - OuteTTS</a>
|
62 |
+
</div>
|
63 |
</div>
|
64 |
|
|
|
|
|
65 |
## Model Description
|
66 |
|
67 |
OuteTTS-0.1-350M is a novel text-to-speech synthesis model that leverages pure language modeling without external adapters or complex architectures, built upon the LLaMa architecture using our Oute3-350M-DEV base model, it demonstrates that high-quality speech synthesis is achievable through a straightforward approach using crafted prompts and audio tokens.
|
|
|
169 |
</div>
|
170 |
|
171 |
## Installation
|
172 |
+
|
173 |
+
[![GitHub](https://img.shields.io/badge/GitHub-OuteTTS-181717?logo=github)](https://github.com/edwko/OuteTTS)
|
174 |
|
175 |
```bash
|
176 |
pip install outetts
|