-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
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