Skip to content

LoRA models

Woolverine94 edited this page Apr 2, 2024 · 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, LCM, img2img, IP-Adapter, ControlNet and IP-Adapter FaceID 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 model, 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):

Examples :

  • Module : Stable Diffusion
  • Prompt : A photo portrait of a beautiful woman laughing, looks happy and fullfilled, RAW photo, ultra realistic, intricate, highly detailed, sharp, clean
  • Negative Prompt : None (SDXL-turbo model)

Examples of effects of LoRA models on images generated with the same seed, SDXL-Turbo model and defaults settings. Results are NOT cherrypicked.

Settings Result
Model=stabilityai/sdxl-turbo | XL model=True | Sampler=Euler a | Steps=1 | CFG scale=0 | Size=512x512 | GFPGAN=True | Token merging=0.6 | nsfw_filter=True | Seed List=8852281397 - 00:01:10 (70 seconds) - LoRA model=None image
Model=stabilityai/sdxl-turbo | XL model=True | Sampler=Euler a | Steps=1 | CFG scale=0 | Size=512x512 | GFPGAN=True | Token merging=0.6 | nsfw_filter=True | Seed List=8852281397 - 00:01:13 (73 seconds) - LoRA model=openskyml/dalle-3-xl image
Model=stabilityai/sdxl-turbo | XL model=True | Sampler=Euler a | Steps=1 | CFG scale=0 | Size=512x512 | GFPGAN=True | Token merging=0.6 | nsfw_filter=True | Seed List=8852281397 - 00:01:09 (69 seconds) - LoRA model=KappaNeuro/director-tim-burton-style image
Model=stabilityai/sdxl-turbo | XL model=True | Sampler=Euler a | Steps=1 | CFG scale=0 | Size=512x512 | GFPGAN=True | Token merging=0.6 | nsfw_filter=True | Seed List=8852281397 - 00:01:14 (74 seconds) - LoRA model=KappaNeuro/1987-action-figure-playset-packaging image
Model=stabilityai/sdxl-turbo | XL model=True | Sampler=Euler a | Steps=1 | CFG scale=0 | Size=512x512 | GFPGAN=True | Token merging=0.6 | nsfw_filter=True | Seed List=8852281397 - 00:01:06 (66 seconds) - LoRA model=Norod78/SDXL-Caricaturized-Lora image
Model=stabilityai/sdxl-turbo | XL model=True | Sampler=Euler a | Steps=1 | CFG scale=0 | Size=512x512 | GFPGAN=True | Token merging=0.6 | nsfw_filter=True | Seed List=8852281397 - 00:01:09 (69 seconds) - LoRA model=Norod78/SDXL-JojosoStyle-Lora-v2 image
Model=stabilityai/sdxl-turbo | XL model=True | Sampler=Euler a | Steps=1 | CFG scale=0 | Size=512x512 | GFPGAN=True | Token merging=0.6 | nsfw_filter=True | Seed List=8852281397 - 00:01:05 (65 seconds) - LoRA model=SvenN/sdxl-emoji image
Clone this wiki locally