Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,8 @@ tags:
|
|
23 |
- text-to-speech
|
24 |
pipeline_tag: text-to-speech
|
25 |
inference: true
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Bark
|
@@ -44,6 +46,15 @@ Two checkpoints are released:
|
|
44 |
- [**large** (this checkpoint)](https://huggingface.co/suno/bark)
|
45 |
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
## Example
|
48 |
|
49 |
Try out Bark yourself!
|
|
|
23 |
- text-to-speech
|
24 |
pipeline_tag: text-to-speech
|
25 |
inference: true
|
26 |
+
base_model:
|
27 |
+
- suno/bark
|
28 |
---
|
29 |
|
30 |
# Bark
|
|
|
46 |
- [**large** (this checkpoint)](https://huggingface.co/suno/bark)
|
47 |
|
48 |
|
49 |
+
## The new weights in this repository
|
50 |
+
|
51 |
+
This repository contains .pth and .safetensors weights that are usable within [TTS Webui](https://github.com/rsxdalv/tts-webui).
|
52 |
+
The benefits are:
|
53 |
+
1. .pth files are pre-filtered using the code from the original repository.
|
54 |
+
These inference-only weights provide size reduction, for example from text_2.pt (Big semantic model) 5.35gb to 1.78gb.
|
55 |
+
2. .safetensors files provide compatibility with PyTorch 2.6+, as well as greater safety.
|
56 |
+
3. New bf16 safetensors files provide 2x smaller (6x total) weights files, and when used in bf16 mode, double the inference speed.
|
57 |
+
|
58 |
## Example
|
59 |
|
60 |
Try out Bark yourself!
|