hako-mikan / sd-webui-lora-block-weight

1.08k stars 99 forks source link

ID not found in list #161

Open maepopi opened 1 month ago

maepopi commented 1 month ago

Hello,

I have defined custom weights under the "Make weights" panel, so as to invert all the weights to 0 except the target block, instead of having all the blocks to 1. I have hit "reload presets", "save presets", I can see my new presets in the very first panel (see picture), but when I try the command

<lora:1:1:lbw=XYZ>

I have an error message saying my first weight (that I called INVBASE for BASE inverted) is not in list.

I hereby join the images of my setup, can someone tell me what I'm doing wrong?

Thank you! brave_cYZM5W1AVw brave_MGKQG25QqQ

maepopi commented 1 month ago

I'm sorry I got confused and eventually got the answer to my question : typing already guarantees that the only activated block is IN01, and all the others are at 0. So the XYZ plot already does its job when the values to change are the individual blocks themselves.

EDIT : this post is incorrect, see next post

maepopi commented 1 month ago

Hey everyone, I am reopening this question because after more testing, I realize my first insight was right :

IN01 with target block at 0 corresponds to : 1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1

I tried writing new inverted configurations, among them INVIN01 : :0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

But when I try using it, it is not recognize by the addon. So if someone has an idea what I'm doing wrong, I'm all ears!

Thanks