Cant download model for dreambooth

#96
by jamesallen - opened

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?

deleted

Same issue. Did you figure it out?

Same issue. Did you figure it out?

Not yet im afraid

CompVis org

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:
Screen Shot 2022-10-10 at 22.06.40.png

Please, make sure you run that cell and it shows no error messages after you do :)

Sign up or log in to comment