-
Notifications
You must be signed in to change notification settings - Fork 58
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 :/ #110
Comments
now when i tried to use: .\python_embeded\python.exe -m pip install -r .\ComfyUI\custom_nodes\ComfyUI-LTXVideo\requirements.txt python just give me syntax error |
Download and install git lfs from https://git-lfs.com/ and run "git lfs install". then pip install requirements.txt (inside custom_nodes\ComfyUI-LTXVideo) |
WARNING: Generating metadata for package ltx-video produced metadata for project name unknown. Fix your #egg=ltx-video fragments. followed instructions above and getting this error trying to run pip install |
Having import failed issue as well. Traceback (most recent call last): |
I am getting this error right now. i am trying to download it from the manager because i am a little nervous to download manually. Because i dont want to screw anything.
Traceback (most recent call last):
File "C:\Users\alper\Aİ\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2007, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\alper\Aİ\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo_init.py", line 1, in
from .loader_node import LTXVLoader # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\alper\Aİ\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo\loader_node.py", line 10, in
from ltx_video.models.autoencoders.causal_video_autoencoder import (
ModuleNotFoundError: No module named 'ltx_video'
The text was updated successfully, but these errors were encountered: