Cant download model for dreambooth
Hey all, im trying to run dreambooth for Stable diffusion but I keep getting this error:
Repository Not Found for url: https://huggingface.co/CompVis/stable-diffusion-v1-4/resolve/main/tokenizer/vocab.json.
Please make sure you specified the correct repo_id
and repo_type
.
If the repo is private, make sure you are authenticated.
OSError: CompVis/stable-diffusion-v1-4 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo with use_auth_token
or log in with huggingface-cli login
and pass use_auth_token=True
.
Ive accepted the licence on every repo, ive made a new account and reaccepted, but still it doesnt let me download it. Is there a fix or can I use the model file from local?
Same issue. Did you figure it out?
Not yet im afraid
If you have already accepted the license, then you need to be authenticated to the hub to be able to download the model. If you are running the training script locally in your computer you can use huggingface-cli
in a terminal. If you use the Colab training notebook, one of the first cells contains a widget that allows you to login:
Please, make sure you run that cell and it shows no error messages after you do :)