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

Import Failed :/ #110

Open
tharvex opened this issue Feb 1, 2025 · 4 comments
Open

Import Failed :/ #110

tharvex opened this issue Feb 1, 2025 · 4 comments

Comments

@tharvex
Copy link

tharvex commented Feb 1, 2025

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'

@tharvex tharvex changed the title Import Filled :/ Import Failled :/ Feb 1, 2025
@tharvex tharvex changed the title Import Failled :/ Import Failed :/ Feb 1, 2025
@tharvex
Copy link
Author

tharvex commented Feb 1, 2025

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

@couldnt-find-good-name
Copy link

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)

@mrostengrab
Copy link

WARNING: Generating metadata for package ltx-video produced metadata for project name unknown. Fix your #egg=ltx-video fragments.
Discarding git+https://github.com/Lightricks/[email protected]: Requested unknown from git+https://github.com/Lightricks/[email protected] (from -r requirements.txt (line 2)) has inconsistent name: filename has 'ltx-video', but metadata has 'unknown'

followed instructions above and getting this error trying to run pip install

@r34vtraining
Copy link

Having import failed issue as well.

Traceback (most recent call last):
File "D:\User\Software\Stable_Diffusion\Comfy UI\ComfyUI\nodes.py", line 2147, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\User\Software\Stable_Diffusion\Comfy UI\ComfyUI\custom_nodes\ComfyUI-LTXVideo_init
.py", line 7, in
from .tricks import NODE_CLASS_MAPPINGS as TRICKS_NODE_CLASS_MAPPINGS
File "D:\User\Software\Stable_Diffusion\Comfy UI\ComfyUI\custom_nodes\ComfyUI-LTXVideo\tricks_init_.py", line 7, in
from .nodes.latent_guide_node import AddLatentGuideNode
File "D:\User\Software\Stable_Diffusion\Comfy UI\ComfyUI\custom_nodes\ComfyUI-LTXVideo\tricks\nodes\latent_guide_node.py", line 4, in
class AddLatentGuideNode(nodes_lt.LTXVAddGuide):
^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'comfy_extras.nodes_lt' has no attribute 'LTXVAddGuide'

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

4 participants