Skip to content
Discussion options

You must be logged in to vote

MBW is supported by the nodepack, but is not very accessible as of right now to be honest. It is still a work in progress. The way it works currently is using the "Blocks Hyper" node, which returns a MECHA_HYPER. This is the type the nodes use for communicating block weights for merge method parameters.

You have to manually type in the block weights one by one in a comma-separated list currently. This is what it looks like for weighted sum:

For example, with SDXL, you would type 19 numbers in the blocks input, like this:

0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5

If you are missing numbers or have one too many, it will raise an error and tell you how man…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ljleb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9 on August 27, 2024 22:26.