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

Installation issues #3

Open
oktetopython opened this issue Feb 8, 2024 · 3 comments
Open

Installation issues #3

oktetopython opened this issue Feb 8, 2024 · 3 comments

Comments

@oktetopython
Copy link

Traceback (most recent call last):
File "H:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-I2VGEN-XL\nodes.py", line 3, in
from modelscope.pipelines import pipeline
ModuleNotFoundError: No module named 'modelscope'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "H:\ComfyUI\ComfyUI\nodes.py", line 1893, 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 "H:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-I2VGEN-XL_init
.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS
File "H:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-I2VGEN-XL\nodes.py", line 7, in
from modelscope.pipelines import pipeline
ModuleNotFoundError: No module named 'modelscope'

Cannot import H:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-I2VGEN-XL module for custom nodes: No module named 'modelscope'

@aleksej622
Copy link

Same thing here

@aleksej622
Copy link

Did you manage to get it to work?

@camoody1
Copy link

Same error here...

Installing collected packages: modelscope
  Attempting uninstall: modelscope
    Found existing installation: modelscope 1.11.1
    Uninstalling modelscope-1.11.1:
      Successfully uninstalled modelscope-1.11.1
Successfully installed modelscope-1.13.1

[notice] A new release of pip is available: 23.3.2 -> 24.0
[notice] To update, run: python.exe -m pip install --upgrade pip
Traceback (most recent call last):
  File "H:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-I2VGEN-XL\nodes.py", line 3, in <module>
    from modelscope.pipelines import pipeline
ModuleNotFoundError: No module named 'modelscope'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "H:\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1888, 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 "H:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-I2VGEN-XL\__init__.py", line 1, in <module>
    from .nodes import NODE_CLASS_MAPPINGS
  File "H:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-I2VGEN-XL\nodes.py", line 7, in <module>
    from modelscope.pipelines import pipeline
ModuleNotFoundError: No module named 'modelscope'

Cannot import H:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-I2VGEN-XL module for custom nodes: No module named 'modelscope'

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