I have git-lfs installed on my MacBook Pro M3 Max and it works in my terminal if i try to install ComfyUI-LTXVideo. However, I see the error while trying to install it within Stability Matrix.
What I have tried:
➜ bin git:(master) ✗ ./python3.10 -m pip install git-lfs
Requirement already satisfied: git-lfs in /Users/myuser/Library/Application Support/StabilityMatrix/Packages/ComfyUI/venv/lib/python3.10/site-packages (1.6)
Cloning https://github.com/Lightricks/ComfyUI-LTXVideo
Error: StabilityMatrix.Core.Exceptions.ProcessException: Git command [git clone --depth 1 https://github.com/Lightricks/ComfyUI-LTXVideo] failed with exit code 128:
Cloning into 'ComfyUI-LTXVideo'...git-lfs filter-process: git-lfs: command not foundfatal: the remote end hung up unexpectedlywarning: Clone succeeded, but checkout failed.You can inspect what was checked out with 'git status'and retry with 'git restore --source=HEAD :/'
at StabilityMatrix.Avalonia.Helpers.UnixPrerequisiteHelper.RunGit(ProcessArgs args, String workingDirectory) in /Users/runner/work/StabilityMatrix/StabilityMatrix/StabilityMatrix.Avalonia/Helpers/UnixPrerequisiteHelper.cs:line 228
at StabilityMatrix.Core.Helper.IPrerequisiteHelper.CloneGitRepository(String rootDir, String repositoryUrl, GitVersion version) in /Users/runner/work/StabilityMatrix/StabilityMatrix/StabilityMatrix.Core/Helper/IPrerequisiteHelper.cs:line 83
at StabilityMatrix.Core.Models.Packages.Extensions.GitPackageExtensionManager.InstallExtensionAsync(PackageExtension extension, InstalledPackage installedPackage, PackageExtensionVersion version, IProgress`1 progress, CancellationToken cancellationToken) in /Users/runner/work/StabilityMatrix/StabilityMatrix/StabilityMatrix.Core/Models/Packages/Extensions/GitPackageExtensionManager.cs:line 260
at StabilityMatrix.Core.Models.Packages.ComfyUI.ComfyExtensionManager.InstallExtensionAsync(PackageExtension extension, InstalledPackage installedPackage, PackageExtensionVersion version, IProgress`1 progress, CancellationToken cancellationToken) in /Users/runner/work/StabilityMatrix/StabilityMatrix/StabilityMatrix.Core/Models/Packages/ComfyUI.cs:line 575
at StabilityMatrix.Core.Models.PackageModification.PackageModificationRunner.ExecuteSteps(IEnumerable`1 steps) in /Users/runner/work/StabilityMatrix/StabilityMatrix/StabilityMatrix.Core/Models/PackageModification/PackageModificationRunner.cs:line 35
Package
ComfyUI-LTXVideo
When did the issue occur?
Installing the Package
What GPU / hardware type are you using?
MacBook Pro M3 Max, 36GB
What happened?
I have git-lfs installed on my MacBook Pro M3 Max and it works in my terminal if i try to install ComfyUI-LTXVideo. However, I see the error while trying to install it within Stability Matrix.
What I have tried:
git-lfsas a python package using "Pyhton Packages" optiongit-lfsas a package by going to command line:Console output
Version
v2.13..3
What Operating System are you using?
macOS