Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Xenodimensional opened this issue Jun 15, 2024 · 1 comment

Comments

@Xenodimensional
Copy link

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...

@Yinghoo
Copy link

Yinghoo commented Aug 7, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Xenodimensional @Yinghoo and others