-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Description
Is your feature request related to a problem? Please describe.
In civitai, a lot of LoRa "sliders" are popping up like this one: hair-length-slider-lora. It would allow one to play around with different weights values to apply the LoRa effect. In A1111, in the prompt, one would use different weights, using this syntax: <lora:name_of_lora:weight> so for the provided LoRa example, it would be something like this <lora:hair_length_slider_v1:5>.
I am not able to make this behaviour to work in HuggingFace.
Describe alternatives you've considered
So far, the only way I could apply new slider-weights to a LoRa is by fusing the LoRa and play with the lora_scale as if it were the slider's values.
However, this is not quite the same intent, as originally the weights are meant to be controlled from within a prompt directly, independently from the currently loaded model.