This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe ModelMergeWAN2_1 node merges two models by blending their components using weighted averages. It supports different model sizes including 1.3B models with 30 blocks and 14B models with 40 blocks, with special handling for image to video models that include an extra image embedding component. Each component of the models can be individually weighted to control the blending ratio between the two input models.
Inputs
Note: All weight parameters use a range from 0.0 to 1.0 with 0.01 step increments. The node supports up to 40 blocks to accommodate different model sizes, where 1.3B models use 30 blocks and 14B models use 40 blocks. The
img_emb. parameter is specifically for image to video models.