drbaph commited on
Commit
e05d8aa
Β·
verified Β·
1 Parent(s): 2723937

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -10
README.md CHANGED
@@ -18,31 +18,65 @@ language:
18
 
19
  # dots.tts-common
20
 
21
- Shared assets used by all Dots TTS BF16 ComfyUI models.
22
 
23
- ## Files
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ```text
26
  speaker_encoder.safetensors
27
  vocoder.safetensors
28
  ```
29
 
30
- ## Installation
 
 
31
 
32
  ```text
33
  ComfyUI/
34
  └── models/
35
  └── dotstts/
36
- └── common/
37
- β”œβ”€β”€ speaker_encoder.safetensors
38
- └── vocoder.safetensors
 
 
 
 
 
 
39
  ```
40
 
41
- These files only need to be downloaded once and are shared by:
 
 
 
 
 
 
 
 
 
42
 
43
- - drbaph/dots.tts-base-bf16
44
- - drbaph/dots.tts-soar-bf16
45
- - drbaph/dots.tts-mf-bf16
 
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