git clone, always failed

#114
by carlosbdw - opened

Make sure you have git-lfs installed (https://git-lfs.com)

git lfs install

When prompted for a password, use an access token with write permissions.

Generate one from your settings: https://huggingface.co/settings/tokens

git clone https://huggingface.co/stabilityai/stable-diffusion-3-medium

remote: Enumerating objects: 63, done.
remote: Counting objects: 100% (63/63), done.
remote: Compressing objects: 100% (63/63), done.
remote: Total 63 (delta 22), reused 0 (delta 0), pack-reused 0 (from 0)
Unpacking objects: 100% (63/63), 278.62 KiB | 1.30 MiB/s, done.
Encountered 1 file(s) that may not have been copied correctly on Windows:
sd3_medium_incl_clips_t5xxlfp16.safetensors

run git lfs pull

first run
brew install git-lfs
git lfs install

Sign up or log in to comment