lks-ai / ComfyUI-StableAudioSampler

The New Stable Diffusion Audio Sampler 1.0 In a ComfyUI Node. Make some beats!
180 stars 13 forks source link

ModuleNotFoundError: No module named 'stable_audio_tools' #21

Open Atteronious opened 2 weeks ago

Atteronious commented 2 weeks ago

After installing the module via ComfyUI Manager and restarting Comfy I get the following message in the cmd window:

Traceback (most recent call last): File "E:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1890, 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 "E:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-StableAudioSampler__init__.py", line 8, in from .nodes import StableAudioSampler, NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "E:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-StableAudioSampler\nodes.py", line 6, in from stable_audio_tools import get_pretrained_model ModuleNotFoundError: No module named 'stable_audio_tools'

Cannot import E:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-StableAudioSampler module for custom nodes: No module named 'stable_audio_tools'

Cal-DCosta commented 2 weeks ago

I get the same and it goes into a loop trying to find 'stable_audio_tools' so much so that I deleted the custom_nodes - stable audio folder so that comfy starts up.

tgitit commented 1 week ago

I am also getting a similar error to the op.

However when posting the error code, when I preview it some information is ommited.

See below, with <> removed after and before "". For some reason if <> are present, the code is stripped out

"frozen importlib._bootstrap_external", line 940, in exec_module "frozen importlib._bootstrap", line 241, in _call_with_frames_removed

azulika commented 1 week ago

same

birkb85 commented 1 week ago

same