Skip to content

Colab Pro | I can't load the model #3030

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

Open
kocten7 opened this issue Mar 26, 2025 · 0 comments
Open

Colab Pro | I can't load the model #3030

kocten7 opened this issue Mar 26, 2025 · 0 comments

Comments

@kocten7
Copy link

kocten7 commented Mar 26, 2025

Hello!
Can you please tell me what this error is and how to fix it? Thank you in advance.


HTTPError Traceback (most recent call last)
in <cell line: 0>()
148 model=f'/content/gdrive/{mainpth}/sd/stable-diffusion-w{blsaphemy}/models/Stable-diffusion/{modelname}'
149 if not os.path.exists(model):
--> 150 dwn(MODEL_LINK, model, 'Downloading the custom model')
151 clear_output()
152 else:

6 frames
/usr/lib/python3.11/urllib/request.py in http_error_default(self, req, fp, code, msg, hdrs)
641 class HTTPDefaultErrorHandler(BaseHandler):
642 def http_error_default(self, req, fp, code, msg, hdrs):
--> 643 raise HTTPError(req.full_url, code, msg, hdrs, fp)
644
645 class HTTPRedirectHandler(BaseHandler):

HTTPError: HTTP Error 429: Too Many Requests

Image

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

1 participant