comfyui-sound-lab icon indicating copy to clipboard operation
comfyui-sound-lab copied to clipboard

A node collection for sound design, supporting MusicGen and Stable Audio. Welcome to use and experience it.

Results 12 comfyui-sound-lab issues
Sort by recently updated
recently updated
newest added

在官方的Portable版本中,整个插件安装失败。 然后在秋叶整合版中尝试,插件是装上了,但遇到如题所示问题。 ``` got prompt No module named 'flash_attn' flash_attn not installed, disabling Flash Attention !!! Exception during processing!!! No module named 'vector_quantize_pytorch' Traceback (most recent call last): File "J:\ComfyUI-aki-v1.3\execution.py",...

Error: ``` Traceback (most recent call last): File "C:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1907, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-sound-lab\__init__.py", line 2,...

想问一下,秋叶版整合包该怎么安装`flash-attention`,谢谢。

ERROR: Exception: Traceback (most recent call last): File "D:\Comfyui\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 3070, in _dep_map return self.__dep_map File "D:\Comfyui\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 2863, in __getattr__ raise AttributeError(attr) AttributeError: _DistInfoDistribution__dep_map During handling of the above...

We are working with dr.lt.data and comfyanon to build a global registry for custom nodes (similar to PyPI). Eventually, the registry will be used as a backend for the UI-manager....

This PR adds a Github Action (publish-node-action) that will publish an updated version of your custom node to the [registry](https://comfyregistry.org/) whenever the `pyproject.toml` file changes. The pyproject.toml defines the custom...

Error occurred when executing Musicgen_: probability tensor contains either `inf`, `nan` or element < 0 File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line...

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1510, in _get_module return importlib.import_module("." + module_name, self.__name__) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib\__init__.py", line 126, in import_module File "", line 1204, in _gcd_import File...

Won't install correctly on ROCm / Linux. Error seems to be regarding protobuf. My version of protobuf == 3.19.6 but this package requires 4.21.6. If I update protobuf to >=...

got prompt H:\Anaconda3\envs\compy311\Lib\site-packages\torch\nn\utils\weight_norm.py:28: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm. warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.") H:\Anaconda3\envs\compy311\Lib\site-packages\transformers\models\encodec\modeling_encodec.py:120: UserWarning: To copy construct from a tensor, it is recommended to...