astra-vision / MaterialPalette

[CVPR 2024] Official repository of "Material Palette: Extraction of Materials from a Single Real-world Image"
MIT License
221 stars 10 forks source link

stable-diffusion-v1-5 inaccessible #12

Closed ZheningHuang closed 1 day ago

ZheningHuang commented 1 day ago

Hi, Thanks again for this great work! I'm encountering an issue when trying to use the code. Here’s the error message I receive:

loading LoRA with token azertyuiop
Couldn't connect to the Hub: 404 Client Error. (Request ID: Root=1-66e985f5-3f86e6850e6230a815cd36fb;a533c066-f43a-4967-9ddb-9fac036937e0)

Repository Not Found for url: https://huggingface.co/api/models/runwayml/stable-diffusion-v1-5.

stable-diffusion-v1-5 is inaccessible now. Is there an alternative plan for this? Thanks a lot for your help!

wonjunior commented 1 day ago

Hi Zhening, I wasn't aware Runaway took down the v1.5 models, thanks for pointing it out here! It appears some users made these weights available again via HuggingFace, see here. If you replace the path in our code, it will work fine. Also if you want to try out a different version of SD, you can for example use SDv2 from StabilityAI, I remember trying it out. I hope this helps you!

ZheningHuang commented 1 day ago

Thanks a lot, I used https://huggingface.co/benjamin-paine/stable-diffusion-v1-5 and it works fine now!