drbaph/dots.tts-common

Model

1

stars

4

commits

1

repos using this model

1

linked in READMEs

Jun 6, 2026

updated

audio
comfyui
dots-tts
shared-assets
speech-synthesis
text-to-speech
tts
voice-cloning

README

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:

ComfyUI implementation:

Original models:

Files Included

speaker_encoder.safetensors
vocoder.safetensors

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

Complete Folder Structure

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
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

Contributors

drbaph

4 commits

drbaph/dots.tts-common

Model

1

stars

4

commits

1

repos using this model

1

linked in READMEs

Jun 6, 2026

updated

audio
comfyui
dots-tts
shared-assets
speech-synthesis
text-to-speech
tts
voice-cloning

README

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:

ComfyUI implementation:

Original models:

Files Included

speaker_encoder.safetensors
vocoder.safetensors

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

Complete Folder Structure

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
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

Contributors

drbaph

4 commits