How to convert LORA .safetensors to .bin? · Issue #3283...
I am trying to convert a LORA safetensor into a .bin so it can be used in the StableDiffusionPipeline, for example: from diffusers import StableDiffusionPipeline pipe = StableDiffusionPipeline.from_pretrained(sd_model_path, torch_dtype=t...