Update README.md
Browse files
README.md
CHANGED
|
@@ -18,31 +18,65 @@ language:
|
|
| 18 |
|
| 19 |
# dots.tts-common
|
| 20 |
|
| 21 |
-
Shared assets
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
```text
|
| 26 |
speaker_encoder.safetensors
|
| 27 |
vocoder.safetensors
|
| 28 |
```
|
| 29 |
|
| 30 |
-
|
|
|
|
|
|
|
| 31 |
|
| 32 |
```text
|
| 33 |
ComfyUI/
|
| 34 |
βββ models/
|
| 35 |
βββ dotstts/
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
```
|
| 40 |
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
-
-
|
| 44 |
-
-
|
| 45 |
-
-
|
|
|
|
| 46 |
|
| 47 |
## License
|
| 48 |
|
|
|
|
| 18 |
|
| 19 |
# dots.tts-common
|
| 20 |
|
| 21 |
+
Shared assets for Dots-TTS-ComfyUI BF16 models.
|
| 22 |
|
| 23 |
+
This repository contains the common files required by all BF16 Dots TTS model conversions:
|
| 24 |
+
|
| 25 |
+
- https://huggingface.co/drbaph/dots.tts-base-bf16
|
| 26 |
+
- https://huggingface.co/drbaph/dots.tts-soar-bf16
|
| 27 |
+
- https://huggingface.co/drbaph/dots.tts-mf-bf16
|
| 28 |
+
|
| 29 |
+
ComfyUI implementation:
|
| 30 |
+
|
| 31 |
+
- https://github.com/Saganaki22/Dots-TTS-ComfyUI
|
| 32 |
+
|
| 33 |
+
Original models:
|
| 34 |
+
|
| 35 |
+
- https://huggingface.co/rednote-hilab/dots.tts-base
|
| 36 |
+
- https://huggingface.co/rednote-hilab/dots.tts-soar
|
| 37 |
+
- https://huggingface.co/rednote-hilab/dots.tts-mf
|
| 38 |
+
|
| 39 |
+
## Files Included
|
| 40 |
|
| 41 |
```text
|
| 42 |
speaker_encoder.safetensors
|
| 43 |
vocoder.safetensors
|
| 44 |
```
|
| 45 |
|
| 46 |
+
These files are shared by all model variants and only need to be downloaded once.
|
| 47 |
+
|
| 48 |
+
## Complete Folder Structure
|
| 49 |
|
| 50 |
```text
|
| 51 |
ComfyUI/
|
| 52 |
βββ models/
|
| 53 |
βββ dotstts/
|
| 54 |
+
βββ common/
|
| 55 |
+
β βββ speaker_encoder.safetensors
|
| 56 |
+
β βββ vocoder.safetensors
|
| 57 |
+
βββ dots.tts-base-bf16/
|
| 58 |
+
β βββ dots.tts-base-bf16.safetensors
|
| 59 |
+
βββ dots.tts-soar-bf16/
|
| 60 |
+
β βββ dots.tts-soar-bf16.safetensors
|
| 61 |
+
βββ dots.tts-mf-bf16/
|
| 62 |
+
βββ dots.tts-mf-bf16.safetensors
|
| 63 |
```
|
| 64 |
|
| 65 |
+
## Related Repositories
|
| 66 |
+
|
| 67 |
+
| Repository | Purpose |
|
| 68 |
+
|------------|---------|
|
| 69 |
+
| drbaph/dots.tts-common | Shared vocoder and speaker encoder |
|
| 70 |
+
| drbaph/dots.tts-base-bf16 | BF16 conversion of dots.tts-base |
|
| 71 |
+
| drbaph/dots.tts-soar-bf16 | BF16 conversion of dots.tts-soar |
|
| 72 |
+
| drbaph/dots.tts-mf-bf16 | BF16 conversion of dots.tts-mf |
|
| 73 |
+
|
| 74 |
+
## Notes
|
| 75 |
|
| 76 |
+
- Shared by all Dots TTS BF16 models.
|
| 77 |
+
- Downloaded automatically by Dots-TTS-ComfyUI.
|
| 78 |
+
- Separating common assets avoids duplicating large files across repositories.
|
| 79 |
+
- BF16 conversions reduce storage requirements and VRAM usage while preserving quality close to the original FP32 releases.
|
| 80 |
|
| 81 |
## License
|
| 82 |
|