You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this message at a clean new Comfy install , trying to setup Hunyuan Video:
PS C:\LTX\ComfyUI_windows_portable\ComfyUI\models\LLM> git clone https://huggingface.co/Kijai/llava-llama-3-8b-text-encoder-tokenizer
Cloning into 'llava-llama-3-8b-text-encoder-tokenizer'...
remote: Enumerating objects: 15, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 15 (delta 0), reused 0 (delta 0), pack-reused 3 (from 1)
Unpacking objects: 100% (15/15), 2.23 MiB | 1.05 MiB/s, done.
Downloading model-00001-of-00004.safetensors (5.0 GB)
Error downloading object: model-00001-of-00004.safetensors (2b02fba): Smudge error: Error downloading model-00001-of-00004.safetensors (2b02fba27be6e617a678a8e159275dc9084b1894c8627a9cb47a3d436f7f40d2): batch response: Post "https://huggingface.co/Kijai/llava-llama-3-8b-text-encoder-tokenizer.git/info/lfs/objects/batch": dial tcp [2600:9000:2093:7e00:17:b174:6d00:93a1]:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions.
Errors logged to 'C:\LTX\ComfyUI_windows_portable\ComfyUI\models\LLM\llava-llama-3-8b-text-encoder-tokenizer.git\lfs\logs\20241229T144726.5828803.log'.
Use git lfs logs last to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: model-00001-of-00004.safetensors: 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 :/'
Any Idea what wrong ?
The text was updated successfully, but these errors were encountered:
I got this message at a clean new Comfy install , trying to setup Hunyuan Video:
PS C:\LTX\ComfyUI_windows_portable\ComfyUI\models\LLM> git clone https://huggingface.co/Kijai/llava-llama-3-8b-text-encoder-tokenizer
Cloning into 'llava-llama-3-8b-text-encoder-tokenizer'...
remote: Enumerating objects: 15, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 15 (delta 0), reused 0 (delta 0), pack-reused 3 (from 1)
Unpacking objects: 100% (15/15), 2.23 MiB | 1.05 MiB/s, done.
Downloading model-00001-of-00004.safetensors (5.0 GB)
Error downloading object: model-00001-of-00004.safetensors (2b02fba): Smudge error: Error downloading model-00001-of-00004.safetensors (2b02fba27be6e617a678a8e159275dc9084b1894c8627a9cb47a3d436f7f40d2): batch response: Post "https://huggingface.co/Kijai/llava-llama-3-8b-text-encoder-tokenizer.git/info/lfs/objects/batch": dial tcp [2600:9000:2093:7e00:17:b174:6d00:93a1]:443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions.
Errors logged to 'C:\LTX\ComfyUI_windows_portable\ComfyUI\models\LLM\llava-llama-3-8b-text-encoder-tokenizer.git\lfs\logs\20241229T144726.5828803.log'.
Use
git lfs logs last
to view the log.error: external filter 'git-lfs filter-process' failed
fatal: model-00001-of-00004.safetensors: 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 :/'
Any Idea what wrong ?
The text was updated successfully, but these errors were encountered: