ComfyUI-LTXVideo
ComfyUI-LTXVideo copied to clipboard
Running command git checkout -q 4054d5aa9ed7c93a255de60d8625b41087b5c022 hangs
This is part of pip install -r requirements.txt
It never finishes. I tried the UI, and now the command line. The same problem.
I am using Ubuntu 20.04
Did not have the same problem before, with older versions, but I haven't used ComfyUI for a while so I don't know when this became an issue.
me too!
Wondering if someone is taking a look? Cannot install or use this node as it is now.
Are you using ComfyUI Manager to install the nodes or just git clone?
It hangs either way.
On Fri, Jan 10, 2025, 4:35 PM Michael Kupchick @.***> wrote:
Are you using ComfyUI Manager to install the nodes or just git clone?
— Reply to this email directly, view it on GitHub https://github.com/Lightricks/ComfyUI-LTXVideo/issues/100#issuecomment-2584316392, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDD3ZLKUAI4GX3YO3ES6V32KA4JPAVCNFSM6AAAAABUWJK3I6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBUGMYTMMZZGI . You are receiving this because you authored the thread.Message ID: @.***>
This is part of pip install -r requirements.txt
It never finishes. I tried the UI, and now the command line. The same problem.
I am using Ubuntu 20.04
Did not have the same problem before, with older versions, but I haven't used ComfyUI for a while so I don't know when this became an issue.
Here is what solved this problem for me. (on a Mac) I wasn't able to either install this node via the manager nor install it via terminal with the "git clone https://github.com/Lightricks/ComfyUI-LTXVideo.git". When trying to install it via git clone I always got the message that the node was installed successfully but couldn't check out. So the node wasn't installed completely and wouldn't work. The issue with the checkout step was due to Git LFS (Large File Storage). This means that the repository I was trying to clone uses Git LFS to manage large files, and my local Git environment didn't Git LFS installed. The solution (I assume you have Homebrew installed):
Install Git LFS: brew install git-lfs Initialize it: git lfs install
After that I cloned the repository once again (I had to delete the already existing folder comfyui-ltxvideo for it to work) and the clone was complete with all files, so that I could rum pip3 install -r requirements.txt and use this node after that.
git lfs install does NOT solve the problem. It hangs in exactly the same way it did before.
git checkout 4054d5aa9ed7c93a255de60d8625b41087b5c022 fatal: reference is not a tree: 4054d5aa9ed7c93a255de60d8625b41087b5c022
Is anyone looking at this anymore? As I mentioned in the last comment, "git lfs install" does not solve the problem.
git checkout 4054d5aa9ed7c93a255de60d8625b41087b5c022 fatal: reference is not a tree: 4054d5aa9ed7c93a255de60d8625b41087b5c022
@michaellightricks