Minimax-Music3 bug
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
### Actual Behavior
### Steps to Reproduce
### Debug Logs
```powershell
节点在执行过程中发生错误。
# ComfyUI Error Report
## Error Details
- **Node ID:** 77
- **Node Type:** MiniMaxMusic3TextEncode
- **Exception Type:** RuntimeError
- **Exception Message:** RuntimeError: CUDA error: CUDA driver version is insufficient for CUDA runtime version
## Stack Trace
File "/data/ComfyUI/execution.py", line 545, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/execution.py", line 344, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/execution.py", line 318, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "/data/ComfyUI/execution.py", line 306, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "/data/ComfyUI/comfy_api/internal/__init__.py", line 149, in wrapped_func
return method(locked_class, **inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/comfy_api/latest/_io.py", line 1990, in EXECUTE_NORMALIZED
to_return = cls.execute(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/comfy_extras/nodes_minimax_music.py", line 37, in execute
conditioning = clip.encode_from_tokens_scheduled(tokens)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/comfy/sd.py", line 340, in encode_from_tokens_scheduled
pooled_dict = self.encode_from_tokens(tokens, return_pooled=return_pooled, return_dict=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/comfy/sd.py", line 409, in encode_from_tokens
o = self.cond_stage_model.encode_token_weights(tokens)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/comfy/text_encoders/minimax_music.py", line 98, in encode_token_weights
hidden = self.generate(input_ids, seed, max_audio_frames, self.execution_device, cfg_scale, top_k)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/comfy/ldm/minimax_music/ar.py", line 331, in generate
output = self.model(None, embeds=feedback, past_key_values=past, dtype=execution_dtype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1773, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1784, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/comfy/text_encoders/llama.py", line 913, in forward
comfy.model_prefetch.prefetch_queue_pop(prefetch_queue, x.device, layer, x.dtype, core=core, enable_graph=enable_graph)
File "/data/ComfyUI/comfy/model_prefetch.py", line 150, in prefetch_queue_pop
core()
File "/data/ComfyUI/comfy/text_encoders/llama.py", line 903, in core
x, current_kv = layer(
^^^^^^
File "/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1773, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1784, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/comfy/text_encoders/llama.py", line 665, in forward
x, present_key_value = self.self_attn(
^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1773, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1784, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/ComfyUI/comfy/text_encoders/llama.py", line 578, in forward
output = comfy_kitchen.flash_attention_decode(xq, fixed_cache.key, fixed_cache.value, fixed_cache.seqlen)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/lib/python3.11/site-packages/comfy_kitchen/flash_attention.py", line 82, in flash_attention_decode
_cuda_backend._C.flash_attention_decode(
## System Information
- **ComfyUI Version:** 0.33.0
- **Arguments:** main.py --listen 0.0.0.0 --port 40001 --cuda-device 0
- **OS:** linux
- **Python Version:** 3.11.13 | packaged by conda-forge | (main, Jun 4 2025, 14:48:23) [GCC 13.3.0]
- **Embedded Python:** false
- **PyTorch Version:** 2.8.0+cu128
## Devices
- **Name:** cuda:0 NVIDIA L40S : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 47677177856
- **VRAM Free:** 47223996416
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0
## Logs
2026-08-14T02:04:49.445490 -
2026-08-14T02:04:49.445529 - • 📐 Visual Tag Builder2026-08-14T02:04:49.445560 -
2026-08-14T02:04:49.445592 - • 📝 ASR Punctuation / Truecase2026-08-14T02:04:49.445622 -
2026-08-14T02:04:49.445655 - • 📝 Phoneme Text Normalizer2026-08-14T02:04:49.445682 -
2026-08-14T02:04:49.445712 - • 📦 MOSS Dataset Prep2026-08-14T02:04:49.445737 -
2026-08-14T02:04:49.445770 - • 📦 RVC Dataset Prep2026-08-14T02:04:49.445803 -
2026-08-14T02:04:49.445847 - • 📺 TTS SRT2026-08-14T02:04:49.445880 -
2026-08-14T02:04:49.445911 - • 📺 Text to SRT Builder2026-08-14T02:04:49.445936 -
2026-08-14T02:04:49.445970 - • 🔄 Voice Changer2026-08-14T02:04:49.446006 -
2026-08-14T02:04:49.446035 - • 🔧 Audio Analyzer Options2026-08-14T02:04:49.446069 -
2026-08-14T02:04:49.446101 - • 🔧 F5-TTS Edit Options2026-08-14T02:04:49.446138 -
2026-08-14T02:04:49.446176 - • 🔧 RVC Pitch Extraction Options2026-08-14T02:04:49.446216 -
2026-08-14T02:04:49.446250 - • 🔧 SRT Advanced Options2026-08-14T02:04:49.446282 -
2026-08-14T02:04:49.446318 - • 🔧 Viseme Mouth Shape Options2026-08-14T02:04:49.446346 -
2026-08-14T02:04:49.446376 - • 🗣️ Silent Speech Analyzer2026-08-14T02:04:49.446407 -
2026-08-14T02:04:49.446440 - • 🤐 Voice Fixer2026-08-14T02:04:49.446469 -
2026-08-14T02:04:49.446498 - • 🥪 Merge Audio2026-08-14T02:04:49.446528 -
2026-08-14T02:04:49.446557 - • 🧾 MOSS Dataset Rows2026-08-14T02:04:49.446589 -
2026-08-14T02:04:49.446627 - ======================================================================2026-08-14T02:04:49.446656 -
2026-08-14T02:04:50.721344 - [32m[INFO][0m Applied quirks (see `speechbrain.utils.quirks`): [allow_tf32, disable_jit_profiling]
2026-08-14T02:04:50.721518 - [32m[INFO][0m Excluded quirks specified by the `SB_DISABLE_QUIRKS` environment (comma-separated list): []
2026-08-14T02:04:52.822127 - [1m[33m[WARNING][0m Traceback (most recent call last):
File "/data/ComfyUI/nodes.py", line 2263, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 936, in exec_module
File "", line 1073, in get_code
File "", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/data/ComfyUI/custom_nodes/comfyui-mcp/__init__.py'
2026-08-14T02:04:52.822441 - [1m[33m[WARNING][0m Cannot import /data/ComfyUI/custom_nodes/comfyui-mcp module for custom nodes: [Errno 2] No such file or directory: '/data/ComfyUI/custom_nodes/comfyui-mcp/__init__.py'
2026-08-14T02:04:52.838960 - [32m[INFO][0m Applied Easy Media Bernini S2V compatibility patches.
2026-08-14T02:04:52.848166 - [32m[INFO][0m ComfyUI core already includes Bernini support; skipping patches.
2026-08-14T02:04:52.859961 - # 😺dzNodes: LayerStyle -> [1;33mCannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to [4mhttps://github.com/chflame163/ComfyUI_LayerStyle/issues/5[0m[m2026-08-14T02:04:52.860027 -
2026-08-14T02:04:53.083401 - [34m[ComfyUI-RMBG][0m v[93m3.1.0[0m | [93m43 nodes[0m [92mLoaded[0m2026-08-14T02:04:53.083469 -
2026-08-14T02:04:53.085775 - [krea2edit] nodes v1.2.3 loaded2026-08-14T02:04:53.085821 -
2026-08-14T02:04:53.374113 - FETCH ComfyRegistry Data: 15/1722026-08-14T02:04:53.374350 -
2026-08-14T02:04:53.537553 - [32m[INFO][0m Found credentials in shared credentials file: ~/.aws/credentials
2026-08-14T02:04:56.964151 - FETCH ComfyRegistry Data: 20/1722026-08-14T02:04:56.964218 -
2026-08-14T02:04:57.442273 - [32m[INFO][0m Loading faiss with AVX2 support.
2026-08-14T02:04:57.442477 - Loading faiss with AVX2 support.
2026-08-14T02:04:57.467402 - [32m[INFO][0m Successfully loaded faiss with AVX2 support.
2026-08-14T02:04:57.467668 - Successfully loaded faiss with AVX2 support.
2026-08-14T02:04:57.687191 - [Fotor Segment] error:[Errno 2] No such file or directory: '/data/ComfyUI/models/yolo/coco80.csv'2026-08-14T02:04:57.687258 -
2026-08-14T02:04:57.717233 - 2026-08-14 02:04:57.715 | INFO | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.aws.account:init_credentials:250 - account_id=530161690674
2026-08-14T02:04:57.717616 - 2026-08-14 02:04:57.717 | INFO | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.aws.account:init_credentials:256 - The account id(530161690674) is the same as the default account id(530161690674), no need to assume role
2026-08-14T02:04:57.717951 - 2026-08-14 02:04:57.717 | INFO | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.aws.account:new_service_client:164 - New sqs client, region_name=us-west-2
2026-08-14T02:04:57.723592 - 2026-08-14 02:04:57.723 | INFO | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.aws.account:new_service_client:164 - New sns client, region_name=us-west-2
2026-08-14T02:04:57.729270 - 2026-08-14 02:04:57.728 | INFO | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.aws.account:new_service_resource:187 - New s3 resource, region_name=us-west-2
2026-08-14T02:04:57.765279 - 2026-08-14 02:04:57.764 | INFO | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.aws.account:new_service_client:164 - New s3 client, region_name=us-west-2
2026-08-14T02:04:57.770171 - 2026-08-14 02:04:57.769 | INFO | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.aws.account:new_service_client:164 - New lambda client, region_name=us-west-2
2026-08-14T02:04:58.460987 - [34mWAS Node Suite: [0mOpenCV Python FFMPEG support is enabled[0m2026-08-14T02:04:58.461056 -
2026-08-14T02:04:58.461121 - [34mWAS Node Suite [93mWarning: [0m`ffmpeg_bin_path` is not set in `/data/ComfyUI/custom_nodes/was-ns/was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.[0m2026-08-14T02:04:58.461170 -
2026-08-14T02:04:59.092774 - [34mWAS Node Suite: [0mFinished.[0m [32mLoaded[0m [0m220[0m [32mnodes successfully.[0m2026-08-14T02:04:59.092849 -
2026-08-14T02:04:59.092977 -
[3m[93m"Don't let yesterday take up too much of today."[0m[3m - Will Rogers[0m
2026-08-14T02:04:59.093027 -
2026-08-14T02:04:59.096583 - [32m[INFO][0m
Import times for custom nodes:
2026-08-14T02:04:59.096690 -
Import times for custom nodes:
2026-08-14T02:04:59.096772 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/websocket_image_save.py
2026-08-14T02:04:59.096846 - 0.0 seconds: /data/ComfyUI/custom_nodes/websocket_image_save.py
2026-08-14T02:04:59.096907 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/Sphere-Light-Render-ComfyUI
2026-08-14T02:04:59.096971 - 0.0 seconds: /data/ComfyUI/custom_nodes/Sphere-Light-Render-ComfyUI
2026-08-14T02:04:59.097032 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-comfysketch
2026-08-14T02:04:59.097090 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-comfysketch
2026-08-14T02:04:59.097156 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-TY-OrbitSphereLight
2026-08-14T02:04:59.097216 - 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-TY-OrbitSphereLight
2026-08-14T02:04:59.097279 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Cosmos3
2026-08-14T02:04:59.097337 - 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Cosmos3
2026-08-14T02:04:59.097398 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/Comfyui-Qwen-image-edit-CharacterConsistency
2026-08-14T02:04:59.097489 - 0.0 seconds: /data/ComfyUI/custom_nodes/Comfyui-Qwen-image-edit-CharacterConsistency
2026-08-14T02:04:59.097551 - [32m[INFO][0m 0.0 seconds (IMPORT FAILED): /data/ComfyUI/custom_nodes/comfyui-mcp
2026-08-14T02:04:59.097625 - 0.0 seconds (IMPORT FAILED): /data/ComfyUI/custom_nodes/comfyui-mcp
2026-08-14T02:04:59.097681 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/textencodeeditadvanced
2026-08-14T02:04:59.097748 - 0.0 seconds: /data/ComfyUI/custom_nodes/textencodeeditadvanced
2026-08-14T02:04:59.097803 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-minimax-h3-turbo
2026-08-14T02:04:59.097869 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-minimax-h3-turbo
2026-08-14T02:04:59.097922 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-krea2edit
2026-08-14T02:04:59.097989 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-krea2edit
2026-08-14T02:04:59.098042 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-PromptRelay
2026-08-14T02:04:59.098109 - 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-PromptRelay
2026-08-14T02:04:59.098162 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/ReLight
2026-08-14T02:04:59.098241 - 0.0 seconds: /data/ComfyUI/custom_nodes/ReLight
2026-08-14T02:04:59.098299 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-EditUtils
2026-08-14T02:04:59.098366 - 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-EditUtils
2026-08-14T02:04:59.098422 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-MelBandRoFormer
2026-08-14T02:04:59.098489 - 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-MelBandRoFormer
2026-08-14T02:04:59.098545 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-FeiHou-Toolbox
2026-08-14T02:04:59.098611 - 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-FeiHou-Toolbox
2026-08-14T02:04:59.098664 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-custom-scripts
2026-08-14T02:04:59.098730 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-custom-scripts
2026-08-14T02:04:59.098785 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/WhatDreamsCost-ComfyUI
2026-08-14T02:04:59.098852 - 0.0 seconds: /data/ComfyUI/custom_nodes/WhatDreamsCost-ComfyUI
2026-08-14T02:04:59.098905 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Sapiens2
2026-08-14T02:04:59.098971 - 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Sapiens2
2026-08-14T02:04:59.099025 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/untwistingrope
2026-08-14T02:04:59.099092 - 0.0 seconds: /data/ComfyUI/custom_nodes/untwistingrope
2026-08-14T02:04:59.099145 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui_essentials
2026-08-14T02:04:59.099213 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui_essentials
2026-08-14T02:04:59.099268 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-rh-bernini
2026-08-14T02:04:59.099335 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-rh-bernini
2026-08-14T02:04:59.099390 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-lcs
2026-08-14T02:04:59.099463 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-lcs
2026-08-14T02:04:59.099521 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-minimaxh3-contex-loop
2026-08-14T02:04:59.099586 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-minimaxh3-contex-loop
2026-08-14T02:04:59.099639 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Spectrum-MiniMax-H3
2026-08-14T02:04:59.099705 - 0.0 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Spectrum-MiniMax-H3
2026-08-14T02:04:59.099759 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/rgthree-comfy
2026-08-14T02:04:59.099825 - 0.0 seconds: /data/ComfyUI/custom_nodes/rgthree-comfy
2026-08-14T02:04:59.099878 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-easy-media
2026-08-14T02:04:59.099944 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-easy-media
2026-08-14T02:04:59.099997 - [32m[INFO][0m 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-tex-wrangle
2026-08-14T02:04:59.100064 - 0.0 seconds: /data/ComfyUI/custom_nodes/comfyui-tex-wrangle
2026-08-14T02:04:59.100116 - [32m[INFO][0m 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui-videohelpersuite
2026-08-14T02:04:59.100182 - 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui-videohelpersuite
2026-08-14T02:04:59.100235 - [32m[INFO][0m 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui-kjnodes
2026-08-14T02:04:59.100301 - 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui-kjnodes
2026-08-14T02:04:59.100353 - [32m[INFO][0m 0.1 seconds: /data/ComfyUI/custom_nodes/ComfyUI-WanAnimatePlus
2026-08-14T02:04:59.100419 - 0.1 seconds: /data/ComfyUI/custom_nodes/ComfyUI-WanAnimatePlus
2026-08-14T02:04:59.100470 - [32m[INFO][0m 0.1 seconds: /data/ComfyUI/custom_nodes/ComfyUI_MusicTools
2026-08-14T02:04:59.100536 - 0.1 seconds: /data/ComfyUI/custom_nodes/ComfyUI_MusicTools
2026-08-14T02:04:59.100589 - [32m[INFO][0m 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui_layerstyle
2026-08-14T02:04:59.100654 - 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui_layerstyle
2026-08-14T02:04:59.100708 - [32m[INFO][0m 0.1 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Manager
2026-08-14T02:04:59.100772 - 0.1 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Manager
2026-08-14T02:04:59.100823 - [32m[INFO][0m 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui-rmbg
2026-08-14T02:04:59.100889 - 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui-rmbg
2026-08-14T02:04:59.100940 - [32m[INFO][0m 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui-impact-pack
2026-08-14T02:04:59.101005 - 0.1 seconds: /data/ComfyUI/custom_nodes/comfyui-impact-pack
2026-08-14T02:04:59.101055 - [32m[INFO][0m 0.2 seconds: /data/ComfyUI/custom_nodes/ComfyUI-WanVideoWrapper
2026-08-14T02:04:59.101120 - 0.2 seconds: /data/ComfyUI/custom_nodes/ComfyUI-WanVideoWrapper
2026-08-14T02:04:59.101169 - [32m[INFO][0m 0.3 seconds: /data/ComfyUI/custom_nodes/comfyui_controlnet_aux
2026-08-14T02:04:59.101232 - 0.3 seconds: /data/ComfyUI/custom_nodes/comfyui_controlnet_aux
2026-08-14T02:04:59.101283 - [32m[INFO][0m 0.9 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Crystools
2026-08-14T02:04:59.101348 - 0.9 seconds: /data/ComfyUI/custom_nodes/ComfyUI-Crystools
2026-08-14T02:04:59.101399 - [32m[INFO][0m 1.2 seconds: /data/ComfyUI/custom_nodes/ComfyUI-AsymFLUX
2026-08-14T02:04:59.101481 - 1.2 seconds: /data/ComfyUI/custom_nodes/ComfyUI-AsymFLUX
2026-08-14T02:04:59.101540 - [32m[INFO][0m 1.3 seconds: /data/ComfyUI/custom_nodes/was-ns
2026-08-14T02:04:59.101606 - 1.3 seconds: /data/ComfyUI/custom_nodes/was-ns
2026-08-14T02:04:59.101657 - [32m[INFO][0m 1.8 seconds: /data/ComfyUI/custom_nodes/comfyui_lg_tools
2026-08-14T02:04:59.101724 - 1.8 seconds: /data/ComfyUI/custom_nodes/comfyui_lg_tools
2026-08-14T02:04:59.101777 - [32m[INFO][0m 2.0 seconds: /data/ComfyUI/custom_nodes/comfyui_custom_nodes_alekpet
2026-08-14T02:04:59.101845 - 2.0 seconds: /data/ComfyUI/custom_nodes/comfyui_custom_nodes_alekpet
2026-08-14T02:04:59.101897 - [32m[INFO][0m 2.3 seconds: /data/ComfyUI/custom_nodes/tts_audio_suite
2026-08-14T02:04:59.101963 - 2.3 seconds: /data/ComfyUI/custom_nodes/tts_audio_suite
2026-08-14T02:04:59.102014 - [32m[INFO][0m 2.4 seconds: /data/ComfyUI/custom_nodes/comfyui-easy-use
2026-08-14T02:04:59.102080 - 2.4 seconds: /data/ComfyUI/custom_nodes/comfyui-easy-use
2026-08-14T02:04:59.102131 - [32m[INFO][0m 4.7 seconds: /data/ComfyUI/custom_nodes/comfyui-fotor-node
2026-08-14T02:04:59.102214 - 4.7 seconds: /data/ComfyUI/custom_nodes/comfyui-fotor-node
2026-08-14T02:04:59.102272 - [32m[INFO][0m
2026-08-14T02:04:59.102332 -
2026-08-14T02:04:59.105871 - [32m[INFO][0m Context impl SQLiteImpl.
2026-08-14T02:04:59.105964 - Context impl SQLiteImpl.
2026-08-14T02:04:59.106032 - [32m[INFO][0m Will assume non-transactional DDL.
2026-08-14T02:04:59.106098 - Will assume non-transactional DDL.
2026-08-14T02:04:59.195432 - [32m[INFO][0m Using RAM pressure cache.
2026-08-14T02:04:59.196021 - [32m[INFO][0m Starting server
2026-08-14T02:04:59.196106 - Using RAM pressure cache.
2026-08-14T02:04:59.196303 - Starting server
2026-08-14T02:04:59.196651 - [32m[INFO][0m To see the GUI go to: http://0.0.0.0:40001
2026-08-14T02:04:59.196720 - To see the GUI go to: http://0.0.0.0:40001
2026-08-14T02:05:00.543101 - FETCH ComfyRegistry Data: 25/1722026-08-14T02:05:00.543170 -
2026-08-14T02:05:04.495641 - FETCH ComfyRegistry Data: 30/1722026-08-14T02:05:04.495706 -
2026-08-14T02:05:08.400045 - FETCH ComfyRegistry Data: 35/1722026-08-14T02:05:08.400111 -
2026-08-14T02:05:11.807028 - FETCH ComfyRegistry Data: 40/1722026-08-14T02:05:11.807093 -
2026-08-14T02:05:15.546959 - FETCH ComfyRegistry Data: 45/1722026-08-14T02:05:15.547024 -
2026-08-14T02:05:19.286013 - FETCH ComfyRegistry Data: 50/1722026-08-14T02:05:19.286076 -
2026-08-14T02:05:22.689171 - FETCH ComfyRegistry Data: 55/1722026-08-14T02:05:22.689238 -
2026-08-14T02:05:26.082352 - FETCH ComfyRegistry Data: 60/1722026-08-14T02:05:26.082416 -
2026-08-14T02:05:29.646955 - FETCH ComfyRegistry Data: 65/1722026-08-14T02:05:29.647019 -
2026-08-14T02:05:33.218307 - FETCH ComfyRegistry Data: 70/1722026-08-14T02:05:33.218370 -
2026-08-14T02:05:37.113617 - FETCH ComfyRegistry Data: 75/1722026-08-14T02:05:37.113676 -
2026-08-14T02:05:40.539237 - FETCH ComfyRegistry Data: 80/1722026-08-14T02:05:40.539359 -
2026-08-14T02:05:44.116412 - FETCH ComfyRegistry Data: 85/1722026-08-14T02:05:44.116840 -
2026-08-14T02:05:48.281518 - FETCH ComfyRegistry Data: 90/1722026-08-14T02:05:48.281582 -
2026-08-14T02:05:51.708724 - FETCH ComfyRegistry Data: 95/1722026-08-14T02:05:51.708790 -
2026-08-14T02:05:55.641981 - FETCH ComfyRegistry Data: 100/1722026-08-14T02:05:55.642042 -
2026-08-14T02:05:59.586460 - FETCH ComfyRegistry Data: 105/1722026-08-14T02:05:59.586535 -
2026-08-14T02:06:03.317384 - FETCH ComfyRegistry Data: 110/1722026-08-14T02:06:03.317495 -
2026-08-14T02:06:06.892598 - FETCH ComfyRegistry Data: 115/1722026-08-14T02:06:06.892673 -
2026-08-14T02:06:10.459442 - FETCH ComfyRegistry Data: 120/1722026-08-14T02:06:10.459504 -
2026-08-14T02:06:14.055294 - FETCH ComfyRegistry Data: 125/1722026-08-14T02:06:14.055359 -
2026-08-14T02:06:17.454714 - FETCH ComfyRegistry Data: 130/1722026-08-14T02:06:17.454777 -
2026-08-14T02:06:21.551572 - FETCH ComfyRegistry Data: 135/1722026-08-14T02:06:21.551637 -
2026-08-14T02:06:25.309636 - FETCH ComfyRegistry Data: 140/1722026-08-14T02:06:25.309698 -
2026-08-14T02:06:26.340941 - [1m[33m[WARNING][0m [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:26.341076 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:26.355616 - [1m[33m[WARNING][0m [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:26.355768 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:27.247030 - [1m[33m[WARNING][0m [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:27.247178 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:28.399014 - [1m[33m[WARNING][0m [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:28.399189 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:28.399607 - [1m[33m[WARNING][0m [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/widgetInputs.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:28.399897 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/widgetInputs.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:28.732956 - FETCH ComfyRegistry Data: 145/1722026-08-14T02:06:28.733028 -
2026-08-14T02:06:30.935975 - 2026-08-14 02:06:30.935 | ERROR | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.nodes.cge_node:get_cge_image_ids:34 - 获取docker list 错误,msg=The binary 'docker' could not be found on your PATH. Please ensure that your PATH has the directory of the binary you're looking for. You can use `print(os.environ['PATH'])` to verify what directories are in your PATH.
2026-08-14T02:06:30.936246 - 2026-08-14 02:06:30.936 | ERROR | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.nodes.cge_node:get_cge_image_ids:34 - 获取docker list 错误,msg=The binary 'docker' could not be found on your PATH. Please ensure that your PATH has the directory of the binary you're looking for. You can use `print(os.environ['PATH'])` to verify what directories are in your PATH.
2026-08-14T02:06:32.173831 - FETCH ComfyRegistry Data: 150/1722026-08-14T02:06:32.173894 -
2026-08-14T02:06:35.781209 - FETCH ComfyRegistry Data: 155/1722026-08-14T02:06:35.781275 -
2026-08-14T02:06:39.389725 - FETCH ComfyRegistry Data: 160/1722026-08-14T02:06:39.389786 -
2026-08-14T02:06:43.007160 - FETCH ComfyRegistry Data: 165/1722026-08-14T02:06:43.007227 -
2026-08-14T02:06:46.296414 - [1m[33m[WARNING][0m [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:46.296570 - [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
2026-08-14T02:06:46.457864 - FETCH ComfyRegistry Data: 170/1722026-08-14T02:06:46.457936 -
2026-08-14T02:06:47.531463 - 🔧 Settings endpoint called2026-08-14T02:06:47.531539 -
2026-08-14T02:06:47.532684 - 🔧 Received settings: precision=auto, device=auto, vc_engine=chatterbox_23lang, cosyvoice_variant=RL2026-08-14T02:06:47.532727 -
2026-08-14T02:06:47.532783 - 🎨 Step Audio EditX inline tags: precision=auto, device=auto2026-08-14T02:06:47.532824 -
2026-08-14T02:06:47.532866 - 🔄 Voice restoration engine: chatterbox_23lang2026-08-14T02:06:47.532905 -
2026-08-14T02:06:48.449112 - FETCH ComfyRegistry Data [DONE]2026-08-14T02:06:48.449191 -
2026-08-14T02:06:48.812595 - [32m[INFO][0m [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2026-08-14T02:06:48.812728 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2026-08-14T02:06:48.865713 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2026-08-14T02:06:48.865816 - 2026-08-14T02:06:48.933387 - [DONE]2026-08-14T02:06:48.933474 -
2026-08-14T02:06:49.061219 - [32m[INFO][0m [ComfyUI-Manager] All startup tasks have been completed.
2026-08-14T02:06:49.061375 - [ComfyUI-Manager] All startup tasks have been completed.
2026-08-14T02:28:23.095847 - 2026-08-14 02:28:23.095 | ERROR | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.nodes.cge_node:get_cge_image_ids:34 - 获取docker list 错误,msg=The binary 'docker' could not be found on your PATH. Please ensure that your PATH has the directory of the binary you're looking for. You can use `print(os.environ['PATH'])` to verify what directories are in your PATH.
2026-08-14T02:28:23.096096 - 2026-08-14 02:28:23.095 | ERROR | /data/ComfyUI/custom_nodes/comfyui-fotor-node.src.nodes.cge_node:get_cge_image_ids:34 - 获取docker list 错误,msg=The binary 'docker' could not be found on your PATH. Please ensure that your PATH has the directory of the binary you're looking for. You can use `print(os.environ['PATH'])` to verify what directories are in your PATH.
2026-08-14T02:28:46.660261 - 🔧 Settings endpoint called2026-08-14T02:28:46.660340 -
2026-08-14T02:28:46.660452 - 🔧 Received settings: precision=auto, device=auto, vc_engine=chatterbox_23lang, cosyvoice_variant=RL2026-08-14T02:28:46.660502 -
2026-08-14T02:28:46.660554 - 🎨 Step Audio EditX inline tags: precision=auto, device=auto2026-08-14T02:28:46.660589 -
2026-08-14T02:28:46.660623 - 🔄 Voice restoration engine: chatterbox_23lang2026-08-14T02:28:46.660653 -
2026-08-14T03:09:57.031932 - [32m[INFO][0m got prompt
2026-08-14T03:09:57.032122 - got prompt
2026-08-14T03:09:57.453470 - [32m[INFO][0m VAE load device: cuda:0, offload device: cpu, dtype: torch.float32
2026-08-14T03:09:57.453625 - VAE load device: cuda:0, offload device: cpu, dtype: torch.float32
2026-08-14T03:09:57.884568 - [32m[INFO][0m CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-08-14T03:09:57.885648 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2026-08-14T03:09:57.894148 - [32m[INFO][0m Requested to load MiniMaxMusic3TEModel
2026-08-14T03:09:57.894465 - Requested to load MiniMaxMusic3TEModel
2026-08-14T03:09:57.968301 - [32m[INFO][0m Model MiniMaxMusic3TEModel prepared for dynamic VRAM loading. 17605MB Staged. 0 patches attached. Force pre-loaded 154 weights: 674 KB.
2026-08-14T03:09:57.968464 - Model MiniMaxMusic3TEModel prepared for dynamic VRAM loading. 17605MB Staged. 0 patches attached. Force pre-loaded 154 weights: 674 KB.
2026-08-14T03:10:03.966485 -
AR sampling: 0%| | 0/3001 [00:00
Contributor guide
Research direction
Start by reproducing the MiniMaxMusic3TextEncode failure with the reported ComfyUI 0.33.0, PyTorch 2.8.0+cu128, and L40S setup. Read comfy_extras/nodes_minimax_music.py, comfy/text_encoders/minimax_music.py, comfy/ldm/minimax_music/ar.py, and the llama flash-attention path; done means the node completes without the reported CUDA driver/runtime error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- ai, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100