Skip to content

LoRA models

Woolverine94 edited this page Dec 20, 2023 · 20 revisions

About LoRA models in biniou

  • Since commit 540a437, biniou offers experimental support for LoRA models on Stable Diffusion SD 1.5/SDXL-based models :
    • Currently, only Stable Diffusion, img2img and ControlNet modules are compatibles.
    • You can find the LoRA options for these modules at the very bottom of their settings panels.
    • After selection of a model in the model list, only LoRA compatibles with the model version will be displayed in the LoRA models list.
    • Select a LoRA, and, if necessary, set its strength.
    • If a trigger keyword is needed (and known !) for the LoRA model, it will be automatically added to the prompt.

Adding LoRA models

  • You can add customs or downloaded from Hugging Face / CivitAI LoRA models, by copying their .safetensors file to the directory :

    • For SD 1.5 : ./biniou/models/lora/SD/
    • For SDXL : ./biniou/models/lora/SDXL/
  • You should now relaunch biniou and refresh the webui to see your models in the list. Please also note that you must append the trigger keyword manually to the prompt if required.

Built-in LoRA models list (by Stable Diffusion model version):

Clone this wiki locally