mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-02-19 11:56:43 -05:00
* 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. * Add a `--lora_strength` command line argument. * Bake LoRA strength into .vmfb naming when a LoRA is specified. * 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 * Adds additional cases to the LoRA weight application that are present for weight application in the Kohya scripts. * Include lora strength when reading and writing png metadata. * Allow lora_strength to be set above 1.0 in the UI, so similar effects to the prior (overdriven alpha) implementation can be obtained.