-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Same thing here |
Did you manage to get it to work? |
Same error here...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'
The text was updated successfully, but these errors were encountered: