Skip to content

Failed to load ChatterboxTTS from any source #7

@solai25

Description

@solai25

2025-06-11T10:08:43.279102 - got prompt
2025-06-11T10:08:43.292221 - Loading ChatterboxTTS model on cuda...2025-06-11T10:08:43.292221 -
2025-06-11T10:08:43.293223 - 📁 Found ComfyUI models at: C:\ComfyUI_portable\ComfyUI\models\TTS\chatterbox2025-06-11T10:08:43.293223 -
2025-06-11T10:08:43.293223 - 📁 Loading from ComfyUI models: C:\ComfyUI_portable\ComfyUI\models\TTS\chatterbox2025-06-11T10:08:43.293223 -
2025-06-11T10:08:45.075453 - FETCH ComfyRegistry Data: 25/882025-06-11T10:08:45.075453 -
2025-06-11T10:08:47.692192 - input frame rate=25
2025-06-11T10:08:48.948515 - ❌ Failed to load from comfyui: 'NoneType' object is not callable2025-06-11T10:08:48.949515 -
2025-06-11T10:08:48.953515 - 🌐 Loading from Hugging Face (requires authentication)...2025-06-11T10:08:48.953515 -
2025-06-11T10:08:50.455420 - FETCH ComfyRegistry Data: 30/882025-06-11T10:08:50.455420 -
2025-06-11T10:08:54.868525 - input frame rate=25
2025-06-11T10:08:55.927279 - ❌ Failed to load from huggingface: 'NoneType' object is not callable2025-06-11T10:08:55.927279 -
2025-06-11T10:08:55.952279 - !!! Exception during processing !!! Failed to load ChatterboxTTS from any source
2025-06-11T10:08:55.953279 - Traceback (most recent call last):
File "C:\ComfyUI_portable\ComfyUI\execution.py", line 349, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI_portable\ComfyUI\execution.py", line 224, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI_portable\ComfyUI\execution.py", line 196, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\ComfyUI_portable\ComfyUI\execution.py", line 185, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI_portable\ComfyUI\custom_nodes\ComfyUI_ChatterBox_Voice\nodes.py", line 400, in generate_speech
self.load_model(device)
File "C:\ComfyUI_portable\ComfyUI\custom_nodes\ComfyUI_ChatterBox_Voice\nodes.py", line 317, in load_model
raise ImportError("Failed to load ChatterboxTTS from any source")
ImportError: Failed to load ChatterboxTTS from any source

2025-06-11T10:08:55.954280 - Prompt executed in 12.67 seconds

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions