--- 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 - shared-assets language: - en - zh --- # 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 | Repository | Purpose | |------------|---------| | drbaph/dots.tts-common | Shared vocoder and speaker encoder | | drbaph/dots.tts-base-bf16 | BF16 conversion of dots.tts-base | | drbaph/dots.tts-soar-bf16 | BF16 conversion of dots.tts-soar | | drbaph/dots.tts-mf-bf16 | BF16 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