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

Running command git checkout -q 4054d5aa9ed7c93a255de60d8625b41087b5c022 hangs

Open phalexo opened this issue 10 months ago • 8 comments

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.

phalexo avatar Jan 06 '25 20:01 phalexo

me too!

dedoogong avatar Jan 07 '25 22:01 dedoogong

Wondering if someone is taking a look? Cannot install or use this node as it is now.

phalexo avatar Jan 10 '25 19:01 phalexo

Are you using ComfyUI Manager to install the nodes or just git clone?

michaellightricks avatar Jan 10 '25 21:01 michaellightricks

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: @.***>

phalexo avatar Jan 10 '25 21:01 phalexo

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.

MXzander avatar Jan 12 '25 13:01 MXzander

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.

Dalil260175 avatar Jan 19 '25 12:01 Dalil260175

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

phalexo avatar Jan 26 '25 02:01 phalexo

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

phalexo avatar Feb 04 '25 15:02 phalexo