| --- |
| license: apache-2.0 |
| pipeline_tag: text-to-speech |
| library_name: comfyui |
| tags: |
| - text-to-speech |
| - tts |
| - audio |
| - speech-synthesis |
| - voice-cloning |
| - comfyui |
| - dots-tts |
| - bf16 |
| - reduced-vram |
| base_model: rednote-hilab/dots.tts-base |
| language: |
| - en |
| - zh |
| --- |
| |
| # dots.tts-base-bf16 |
|
|
| BF16-converted version of `rednote-hilab/dots.tts-base` for use with Dots-TTS-ComfyUI. |
|
|
| This checkpoint reduces disk usage and VRAM requirements while maintaining output quality comparable to the original FP32 release. |
|
|
| ## Requirements |
|
|
| - https://github.com/Saganaki22/Dots-TTS-ComfyUI |
| - https://huggingface.co/drbaph/dots.tts-common |
|
|
| ## Installation |
|
|
| ```text |
| ComfyUI/ |
| βββ models/ |
| βββ dotstts/ |
| βββ common/ |
| β βββ speaker_encoder.safetensors |
| β βββ vocoder.safetensors |
| βββ dots.tts-base-bf16/ |
| βββ dots.tts-base-bf16.safetensors |
| ``` |
|
|
| ## Notes |
|
|
| - Converted from the original FP32 checkpoint. |
| - Lower storage requirements. |
| - Reduced VRAM usage. |
| - Compatible with Dots-TTS-ComfyUI. |
|
|
| ## License |
|
|
| Apache-2.0 |