One LoRA per repo

#2
by multimodalart HF staff - opened

Hey there! Fantastic work on creating multiple LoRAs! For the Hugging Face platform and ecosystem, discoverabiity, viral elements and a functional widget, would be awesome to grant each LoRA its own repo, using this template: https://huggingface.co/new/stable-diffusion-lora you can also add a nice gallery to each. Happy to further support!

cannot load these Loras the same way as loading Loras for SD models with the load_lora_weights function - it produced the same identical images as base model

@kppp199 I know, it's been a while, but you actually can, use this syntax:
lora_repo_id = "XLabs-AI/flux-lora-collection"
lora_name = "art_lora.safetensors"
pipe.load_lora_weights(lora_repo_id, weight_name=lora_name)

Sign up or log in to comment