ComfyUI-I2VGenXL icon indicating copy to clipboard operation
ComfyUI-I2VGenXL copied to clipboard

Installation issues

Open oktetopython opened this issue 1 year ago • 3 comments

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'

oktetopython avatar Feb 08 '24 06:02 oktetopython

Same thing here

aleksej622 avatar Feb 18 '24 13:02 aleksej622

Did you manage to get it to work?

aleksej622 avatar Feb 18 '24 13:02 aleksej622

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'

camoody1 avatar Mar 13 '24 20:03 camoody1