The pipeline was saved locally first and then uploaded to huggingface Hub. However, while trying to load the pipeline safetensor, it is giving the rrirs that can be observed in these screenshots.
1 Like
It seems to be resolved in the current version of Diffusers, but for now, I think it will work if you delete use_safetensors=True.
It gives error without using safetensors as well. The pipeline saves the model as safetensors, so, no bin file is created.
1 Like
Is this a Google Colab environment? I’ve encountered the same error before.
At the time, it seemed that the problem was caused by a corrupted cache.
I didn’t know how to fix it…
No, I am using jupyter-notebook, local environment.
1 Like