Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Loading Model sd_blocks from Hugging Face Hub #13

Open
DanbiChuang opened this issue Nov 10, 2024 · 1 comment
Open

Issue with Loading Model sd_blocks from Hugging Face Hub #13

DanbiChuang opened this issue Nov 10, 2024 · 1 comment

Comments

@DanbiChuang
Copy link

I'm encountering an issue while trying to run my script, which loads the sd_blocks model from Hugging Face Hub. The error message indicates that the model cannot be found:

Repository Not Found for url: https://huggingface.co/models/sd_blocks/resolve/main/tokenizer/tokenizer_config.json.
Please make sure you specified the correct repo_id and repo_type.

I have successfully logged in to Hugging Face and ensured that my authentication token is valid, but I still receive a 404 Client Error. Could you please advise if sd_blocks is the correct model identifier or if there's an alternative model that I should use?

Thanks for your assistance.

@G-U-N
Copy link
Owner

G-U-N commented Nov 10, 2024

The default config is to load model weights locally. Models are available here. You can download them using git clone or huggingface api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants