trying to load checkpoint from civitai to a huggingface stable diffusion model.
Trying to use load_lora_weights() function described here.
It works perfectly when trying to load another lora file.
When trying to load model 99805 with load_lora_weights() I get error ValueError: None does not seem to be in the correct format expected by LoRA or Custom Diffusion training.
I download it using !wget https://civitai.com/api/download/models/99805 -O testerino.safetensors
How can I load the weights to huggingface model?