Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > Dots-TTS-ComfyUI > Dots TTS Load Model

ComfyUI Node: Dots TTS Load Model

Class Name

DotsTTSLoadModel

Category
Dots TTS
Author
Saganaki22 (Account age: 1867days)
Extension
Dots-TTS-ComfyUI
Latest Updated
2026-06-23
Github Stars
0.03K

How to Install Dots-TTS-ComfyUI

Install this extension via the ComfyUI Manager by searching for Dots-TTS-ComfyUI
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Dots-TTS-ComfyUI in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Dots TTS Load Model Description

Facilitates loading and initializing Dots TTS model in ComfyUI, simplifying setup for high-quality speech synthesis.

Dots TTS Load Model:

The DotsTTSLoadModel node is designed to facilitate the loading and initialization of the Dots Text-to-Speech (TTS) model within the ComfyUI framework. This node is essential for users who wish to leverage the advanced capabilities of the Dots TTS model, which is known for its high-quality speech synthesis. The primary function of this node is to load a pre-trained Dots TTS model from a specified directory, ensuring that all necessary configurations and artifacts are correctly set up for use. By handling the complexities of model loading, including configuration validation and artifact management, this node simplifies the process for users, allowing them to focus on generating speech outputs without delving into the technical intricacies of model setup. The node also supports various configurations for device and precision settings, making it adaptable to different hardware environments and performance requirements.

Dots TTS Load Model Input Parameters:

model

This parameter specifies the pre-trained Dots TTS model checkpoint to be loaded. It determines the specific model weights and configurations that will be used for speech synthesis. The default value is set to a cataloged Dots TTS checkpoint, and the model weights are downloaded to the ComfyUI/models/dotstts/`` directory. This parameter is crucial as it directly impacts the quality and characteristics of the generated speech.

device

This parameter defines the computational device on which the Dots TTS model will run. Options include auto, cuda, cpu, and xpu. The default setting is auto, which uses ComfyUI's torch device. Selecting cuda utilizes an NVIDIA GPU for accelerated processing, while cpu forces the use of fp32 precision. The xpu option is for Intel XPU, if available. This parameter affects the model's execution speed and resource utilization.

dtype

This parameter specifies the precision of the model weights. Options are auto, bf16, fp16, and fp32. The default is auto, which uses the native dtype of the selected checkpoint and applies device-specific guards. On CPU, fp32 is always enforced. This parameter influences the model's memory usage and computational efficiency.

attention

This parameter determines the attention mechanism implementation used by the model. Options include auto, sdpa, and flash_attention. The default is auto, which selects flash_attention on CUDA when flash_attn is installed, otherwise defaults to SDPA. This parameter can affect the model's performance and compatibility with different hardware setups.

Dots TTS Load Model Output Parameters:

model_instance

The output is an instance of the loaded Dots TTS model, ready for inference. This model instance includes all the necessary configurations and pre-trained weights, allowing users to generate speech from text inputs. The model is evaluated and set up to perform efficiently on the specified device and with the chosen precision settings.

Dots TTS Load Model Usage Tips:

  • Ensure that the model checkpoint directory is correctly specified and accessible to avoid loading errors.
  • For optimal performance, use cuda as the device option if you have an NVIDIA GPU available, as this will significantly speed up the model's execution.
  • When working with limited memory resources, consider using fp16 precision to reduce memory usage while maintaining reasonable performance.

Dots TTS Load Model Common Errors and Solutions:

"DotsTtsModel load started: pretrained_path={}"

  • Explanation: This message indicates the beginning of the model loading process. If the process stalls here, it may be due to an incorrect path or missing files.
  • Solution: Verify that the pretrained_model_name_or_path is correct and that all required files are present in the specified directory.

"DotsTtsModel config loaded: pretrained_path={} sample_rate={} patch_size={}"

  • Explanation: This message confirms that the model configuration has been successfully loaded. If you encounter issues after this point, it may relate to the model's compatibility with your hardware.
  • Solution: Check the device and dtype settings to ensure they are compatible with your hardware. Adjust these settings if necessary.

"DotsTtsModel load completed: pretrained_path={}"

  • Explanation: This message indicates that the model has been successfully loaded and is ready for use. If you experience issues generating speech, it may be due to input data or runtime errors.
  • Solution: Ensure that your input data is correctly formatted and that your runtime environment meets all the necessary requirements for the model to function properly.

Dots TTS Load Model Related Nodes

Go back to the extension to check out more related nodes.
Dots-TTS-ComfyUI
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Dots TTS Load Model