Cloning this repo is extremely slow

#116
by skohan - opened

I'm attempting to clone this repo, so I don't have to download it repeatedly in my workflow, and it's extremely slow. The current attempt has already taken over an hour.

The las timeout failed on the filtering step, at 50%:

Filtering content: 50% (6/12), 3.80 GiB | 1.56 MiB/s

When the diffusors library pulls it down, it only takes like 10-20 minutes.

Is there a reason cloning is so slow, and is there something I can do to speed it up?

I'm using git lfs to clone the repo like so:

GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/runwayml/stable-diffusion-v1-5 --progress --verbose
git lfs pull

Any lead on this?

Sign up or log in to comment