A1111 doesn't show the full range that the LoRA developer gave #16056
-
I've tried using lora:[Name]:[weight] with a single LoRA and found myself encountering performance problems. At certain values that should be supported, A1111 either hangs forever or starts causing my whole PC to freeze. Just to be clear, I do not put the name and weight in square brackets. I only use the square brackets here to indicate a proper value needs to be inserted into that placeholder. I looked at editing the metadata and saw that you could set a preferred weight there, but from within the metadata I am only given a fraction of the range that the LoRA developer intended the LoRA to have. The LoRA is supposed to work with positive and negative weights, but the metadata only gives me options from 0 - 2. I highly doubt that if there was a way to override the scale given by the metadata and set my preferred weight to a negative value, that doing so would suddenly cause the LoRA to work as intended. Nevertheless, I have to ask for help understanding why this situation is occurring. The LoRA works on civitai just fine, but not in A1111. I've tried asking the LoRA developer for clarification, too, but have not been met with a timely response. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
welll you highly doubt incorrectly, overriding UI elements is a feature by design in this case in "txt2img/Preferred weight/minimum": 0.0,
"txt2img/Preferred weight/maximum": 2.0,
"img2img/Preferred weight/minimum": 0.0,
"img2img/Preferred weight/maximum": 2.0, |
Beta Was this translation helpful? Give feedback.
welll you highly doubt incorrectly, overriding UI elements is a feature by design
it's kind of the whole point of
ui-config.json
in this case in
ui-config.json
change thise values whatever you wanthttps://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/User-Interface-Customizations#ui-element-dafault-value-and-range-limit-step-size