lks-ai/ComfyUI-StableAudioSampler

(IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-StableAudioSampler

Xenodimensional opened this issue · 1 comments

Traceback (most recent call last):
File "C:\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 "C:\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 "C:\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 C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-StableAudioSampler module for custom nodes: No module named 'stable_audio_tools'
no module 'xformers'. Processing without...
no module 'xformers'. Processing without...

Similar Issue,

I remove the "Stability-AI/stable audio tools" file into "ComfyUI- Stable Audio Sampler" file ,the issue show" File "", line 994, in exec_module
File "", line 488, in _call_with_frames_removed"

Is it mean I miss this module”importlib._bootstrap“, how could I deal solve this issue? should I reinstall stable Audio tools?
Here is my log .text:"
Traceback (most recent call last):
File "C:\Users\86132\projects\ComfyUI\nodes.py", line 1864, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 994, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\86132\projects\ComfyUI\custom_nodes\ComfyUI-StableAudioSampler_init
.py", line 8, in
from .nodes import StableAudioSampler, NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\Users\86132\projects\ComfyUI\custom_nodes\ComfyUI-StableAudioSampler\nodes.py", line 11, in
from stable_audio_tools import get_pretrained_model
ModuleNotFoundError: No module named 'stable_audio_tools'

Cannot import C:\Users\86132\projects\ComfyUI\custom_nodes\ComfyUI-StableAudioSampler module for custom nodes: No module named 'stable_audio_tools'