I am running the repo GitHub - Tencent/MimicMotion: High-Quality Human Motion Video Generation with Confidence-aware Pose Guidance
and could not download the model from huggingface automatically.
I already created token, logged in, and verified logging in with huggingface-cli whoami.
However, it still says "
OSError: stabilityai/stable-video-diffusion-img2vid-xt-1-1 is not a local folder and is not a valid model identifier listed on ‘Models - Hugging Face’
If this is a private repository, make sure to pass a token having permission to this repo with token or log in with huggingface-cli login." Any know how to solve this?
Because this is a gated model, you will need to obtain individual permission and pass your token when loading.
you could use huggingface cli to login , there is an option to create access tokens in the settings of your huggingface account. Pass the token to login.
command:
Hi John6666, I have already created token in the setting, inputted the token during huggingface-cli login as I stated the in the question. I tried both click all the permissions as well as select “write premission” during creating the token, but neither works.