MrForExample / ComfyUI-3D-Pack

An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)
MIT License
2.16k stars 212 forks source link

Problem with ComfyUI 3D Pack installation #289

Open vgpavon opened 2 weeks ago

vgpavon commented 2 weeks ago

Hello,

I encountered several issues while trying to install the ComfyUI-3D-Pack from your repository.

Errors logged to 'H:\Program Files\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack\ComfyUI-3D-Pack.git\lfs\logs\20240829T183707.9508056.log'. Use git lfs logs last to view the log. error: external filter 'git-lfs filter-process' failed fatal: Checkpoints/CharacterGen/2D_Stage/models/checkpoint/scaler.pt: smudge filter lfs failed warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'

Here’s a summary of the main problems:

Git LFS Smudge Filter Failed:

The process failed to checkout files managed by Git LFS, specifically scaler.pt. This issue was consistent even after retrying with git lfs fetch --all and git lfs checkout. Git LFS Data Quota Exceeded:

The repository has exceeded its Git LFS data quota, preventing the download of necessary large files. The error message suggests purchasing more data packs to restore access. Submodule Configuration Challenges:

While attempting to add the repository as a submodule, there were issues related to embedded Git repositories, leading to potential misconfiguration. These issues are blocking the installation and usage of the ComfyUI-3D-Pack. It would be greatly appreciated if you could address the Git LFS quota issue or provide alternative access to the required files.

Thank you for your assistance.

Best Regards,

moebiussurfing commented 1 week ago

yes, installing using comfyUI manager is broken too.

vgpavon commented 1 week ago

Could you please let me know the correct method to install ComfyUI-3D-Pack?