CoolFace
Modelpublic

drbaph/dots.tts-common

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
1likes
Model Card

dots.tts-common

Shared assets for Dots-TTS-ComfyUI BF16 models.

This repository contains the common files required by all BF16 Dots TTS model conversions:

  • —https://huggingface.co/drbaph/dots.tts-base-bf16
  • —https://huggingface.co/drbaph/dots.tts-soar-bf16
  • —https://huggingface.co/drbaph/dots.tts-mf-bf16

ComfyUI implementation:

  • —https://github.com/Saganaki22/Dots-TTS-ComfyUI

Original models:

  • —https://huggingface.co/rednote-hilab/dots.tts-base
  • —https://huggingface.co/rednote-hilab/dots.tts-soar
  • —https://huggingface.co/rednote-hilab/dots.tts-mf

Files Included

text
speaker_encoder.safetensors
vocoder.safetensors

These files are shared by all model variants and only need to be downloaded once.

Complete Folder Structure

text
ComfyUI/
└── models/
    └── dotstts/
        ├── common/
        │   ├── speaker_encoder.safetensors
        │   └── vocoder.safetensors
        ├── dots.tts-base-bf16/
        │   └── dots.tts-base-bf16.safetensors
        ├── dots.tts-soar-bf16/
        │   └── dots.tts-soar-bf16.safetensors
        └── dots.tts-mf-bf16/
            └── dots.tts-mf-bf16.safetensors

Related Repositories

RepositoryPurpose
drbaph/dots.tts-commonShared vocoder and speaker encoder
drbaph/dots.tts-base-bf16BF16 conversion of dots.tts-base
drbaph/dots.tts-soar-bf16BF16 conversion of dots.tts-soar
drbaph/dots.tts-mf-bf16BF16 conversion of dots.tts-mf

Notes

  • —Shared by all Dots TTS BF16 models.
  • —Downloaded automatically by Dots-TTS-ComfyUI.
  • —Separating common assets avoids duplicating large files across repositories.
  • —BF16 conversions reduce storage requirements and VRAM usage while preserving quality close to the original FP32 releases.

License

Apache-2.0