Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Studio 1.0): Merge LoRA Selection Boxes, add a LoRA Strength parameter, and LoRA alpha calculation fixes #2015

Commits on Dec 15, 2023

  1. SD/UI: Merge Lora Selection Boxes, Add Lora Strength

    * Merges LoRA selection in the UI into a single selection, rather than
    one for LoRAs under ./models and another for Hugging Face Id
    * Add LoRA strength to UI, and pipeline parameters.
    * Use LoRA embedded alpha values and up tensor dimension *
    LoRA strength for final alpha when applying LoRA weights rather
    than a hardcoded value of 0.75
    one-lithe-rune committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7f5f65f View commit details
    Browse the repository at this point in the history
  2. SD/UI Include LoRA strength in args, png data + fixes

    * Add a `--lora_strength` command line argument
    * Include lora strength when reading and writing png metadata
    * Allow lora_strength to be set above 1.0 in the UI
    * Remove LoRA analysis json files mistakenly commited
    * Fix deletion of StableDiffusionPipeline.fromPretrained return by previous commit
    one-lithe-rune committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e2cf8cd View commit details
    Browse the repository at this point in the history