Fail to download model weight
#3
by
antiquality
- opened
@frankzeng Thanks for your great work! I'm on running the step1x-edit model, but fail to download the model weight.
When attempting to clone the repository https://huggingface.co./stepfun-ai/Step1X-Edit on a Linux machine, the process fails with an error related to Git LFS (Large File Storage). Specifically, the file step1x-edit-i1258.safetensors cannot be written or checked out correctly. Below is the detailed error log:
$ git clone https://huggingface.co./stepfun-ai/Step1X-Edit
Cloning into 'Step1X-Edit'...
remote: Enumerating objects: 67, done.
remote: Counting objects: 100% (63/63), done.
remote: Compressing objects: 100% (63/63), done.
remote: Total 67 (delta 24), reused 0 (delta 0), pack-reused 4 (from 1)
Unpacking objects: 100% (67/67), 31.76 KiB | 1.32 MiB/s, done.
error: unable to write file step1x-edit-i1258.safetensors
Filtering content: 100% (6/6), 335.03 MiB | 1.87 MiB/s, done.
fatal: unable to checkout working tree
Encountered 1 file(s) that may not have been copied correctly:
step1x-edit-i1258.safetensors
See: `git lfs help smudge` for more details.
Could the maintainers of the repository investigate whether there are any known issues with the step1x-edit-i1258.safetensors
file or its integration with Git LFS? Or is there any other recommended ways to download the model weight? Thanks!