wkpark / sd-webui-model-mixer

Checkpoint model mixer/merger extension
GNU Affero General Public License v3.0
96 stars 4 forks source link

how to use MBW Alpha in XYZ plot? #145

Open vigee88 opened 1 month ago

vigee88 commented 1 month ago

i want to test different MBW effect by XYZ plot,but cant input correct value。Preset name? (https://github.com/wkpark/sd-webui-model-mixer/assets/131840639/c4c45782-e92e-4eea-9654-92add7525a74) e.g. i input RING10_5,but it cant work normal。 02

thanks! i think it is a great extension.But there are still many functions that I don't know how to use.like Auto Merge

wkpark commented 1 month ago

MBW alpha A means Block weights in digits such as "0,0.3,0.5,....,0.3" in base, in00, in01,....,out11 order. only float of sets are acceptable.

I guess, you wanted to input series of MBW weights, you can input "0,0.3,0.5....", "0.3,0.4,....","another MBW weigt set",...(and so on). MBW alpha A: only accept comma separated MBW weights, so you have to enclose comma separated weights with ". (RING10_5 MBW set naming are not supported currently.)

If you are using SuperMerger, it seems more easy to use SuperMerger's XYZ plot instead of model-mixer's XYZ plot.

vigee88 commented 1 month ago

Thank you very much for your reply. It can now run normally.I have also tried input 0,0.3,0.5,0.7....before,But I didn't input "".

I often used SuperMerger's XYZ plot to test different MBW effect. But its biggest drawback is cannot preview images, and cant use Rebasin calculation mode. so I hope to use this as a replacement.
I hope to increase the input of MBW preset names in the future. Thank you again for your enthusiastic and timely response