Skip to content

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

@kocten7

Description

@kocten7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions