AUTOMATIC1111 / stable-diffusion-webui-wildcards

Wildcards
428 stars 104 forks source link

Wildcard weight doesn't modify LoRA weight #26

Open Anonym121 opened 1 year ago

Anonym121 commented 1 year ago

Hello, for a while I've had problems sometimes when using several wildcards with LoRAs at the same time despite lowering wildcard weights accordingly. I have noticed that that only modifies the weight of trigger words but not of the LoRAs themselves. I would like to ask if it would be possible to add that function. EG: if is in a wildcard file set in prompt to :0.5, then it should be or :0,5 (idk if this last one would work).

Edit: I have just noticed that for wildcard lines with more than one word, the weight is only added to the last one. This limits greatly what can be done with the wildcard tool. So what happens is (a, b, c)*0.4=a, b, c:0.4 instead of a:0.4, b:0.4, c:0.4