-
Notifications
You must be signed in to change notification settings - Fork 26
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
RunwayML took down their Huggingface resources #468
Comments
stable-diffusion-v1-5 is fine from the new repo, but inpainting won't convert.
Not sure what's wrong, but it looks like a missing file or something similar - f.metadata is NoneType when it should not be after safe_load. I'll throw my changes up as a draft PR. |
Draft PR: #469 |
Switched to the botp repo on huggingface, and that seemed to succeed through the ONNX conversion. However, test_diffusers still fails:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://huggingface.co/runwayml
Error during setup_amd.bat:
[2024-09-15 12:32:25,627] INFO: MainProcess MainThread onnx_web.convert.client.huggingface: downloading model from Huggingface Hub: runwayml/stable-diffusion-v1-5 Couldn't connect to the Hub: 404 Client Error. (Request ID: Root=1-66e70c19-02e8fe631dc7766b0465de4f;6f827bc5-a954-4815-bf39-9fd342f610dd).
...
[2024-09-15 12:32:25,879] INFO: MainProcess MainThread onnx_web.convert.client.huggingface: downloading model from Huggingface Hub: runwayml/stable-diffusion-inpainting Couldn't connect to the Hub: 404 Client Error. (Request ID: Root=1-66e70c19-001a3dd27ff036553cce6603;84e7f6a6-2c82-4ebb-aa1c-0df2eb4b2d35)
I'm looking for an alternate source for these, if you haven't already.
The text was updated successfully, but these errors were encountered: