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

Not working in windows comfyui portable #11

Open
GamingDaveUk opened this issue Jul 9, 2024 · 0 comments
Open

Not working in windows comfyui portable #11

GamingDaveUk opened this issue Jul 9, 2024 · 0 comments

Comments

@GamingDaveUk
Copy link

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 "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-sound-lab\__init__.py", line 2, in <module>
    from .nodes.StableAudioNode import StableAudioNode
  File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-sound-lab\nodes\StableAudioNode.py", line 12, in <module>
    from .stable_audio_tools.inference.generation import generate_diffusion_cond
  File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-sound-lab\nodes\stable_audio_tools\inference\generation.py", line 8, in <module>
    from .sampling import sample, sample_k, sample_rf
  File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-sound-lab\nodes\stable_audio_tools\inference\sampling.py", line 5, in <module>
    import k_diffusion as K
  File "C:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\k_diffusion\__init__.py", line 1, in <module>
    from . import augmentation, config, evaluation, external, gns, layers, models, sampling, utils
  File "C:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\k_diffusion\evaluation.py", line 6, in <module>
    import clip
  File "C:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\clip\__init__.py", line 1, in <module>
    from .clip import *
  File "C:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\clip\clip.py", line 6, in <module>
    from pkg_resources import packaging
ImportError: cannot import name 'packaging' from 'pkg_resources' (C:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pkg_resources\__init__.py)

Cannot import C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-sound-lab module for custom nodes: cannot import name 'packaging' from 'pkg_resources' (C:\AI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pkg_resources\__init__.py)

I installed using the manager.
I ran the install.bat (given the drama over llmvision, i felt rather nervous about that)
manually downladed and placed the stable audio model.

OS: windows 11 (uptodate)

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

1 participant