Spaces:
Runtime error
Runtime error
Error: 'NoneType' object has no attribute 'pr_url'
#4
by
kzleong
- opened
Hard to say. Is the repo you want to convert public and could you share it ?
The error probably occurs here
https://huggingface.co/spaces/diffusers/convert/blob/main/convert.py#L202
Which means somehow huggingface_hub would return None, which seems odd to me.
If I can reproduce I'll fix it.
Ohhhh you need to be using this space instead: https://huggingface.co/spaces/safetensors/convert
(This space is made for diffusers so it doesn't identify the files properly, although the error should be improved for sure)
Thank you! I found the link to this space on this page: https://huggingface.co/docs/safetensors/en/convert-weights. Someone should definitely replace it
kzleong
changed discussion status to
closed