bbc-mc / sdweb-merge-block-weighted-gui

Merge models with separate rate for each 25 U-Net block (input, middle, output). Extension for Stable Diffusion UI by AUTOMATIC1111
316 stars 33 forks source link

[suggestion] Short note about the ratio in merging section #7

Closed alansmithee-johndoe closed 1 year ago

alansmithee-johndoe commented 1 year ago

Thanks for your great job! I'm enjoying it.

Then, I'm little confused about the ratio in merging section in MBW tab. So, how about showing short note about the ratio in merging section.

I guess the ratio of each block is for ModelB.

bbc-mc commented 1 year ago

Thank you for pointing this out, and I'm happy to hear you enjoying it !!

The meaning of the ratio values in the MBW window has been taken over from "Checkpoint Merger" and is also said to be "a bit confusing". (Yes, ratio value is for Model B, as (1-M)*A + M*B )

As when Im creating it, I thought there are already many users of the WebUI, and they should know and used to be with the values and the meaning.

Btw, talking about additional message on UI, Its a bit hard to do so. UI position is strongly controled by Gradio UI Library, and Text need big blank space on it. Which break ballance of UI. I want UI keep simple/small and stay Upper-Left side, mainly for useablity. MBW has big UI, and now already have over-sized for my opinion.

I will take it consideration If I found some way to do.

alansmithee-johndoe commented 1 year ago

ratio value is for Model B, as (1-M)*A + M*B

Thanks a lot. Now I fully understand ;)

001

Nice!

As when Im creating it, I thought there are already many users of the WebUI, and they should know and used to be with the values and the meaning.

That sounds difficult problem :(

UI position is strongly controled by Gradio UI Library, Text need big blank space on it.

Wtf!

MBW has big UI, and now already have over-sized for my opinion.

"Keep it short and simple." is important principle.

I will take it consideration If I found some way to do.

I hope you'll get hit by a nice idea, I mean, good luck!