Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates advanced model merging with granular blending control for AI artists to create unique outputs.
The ModelMergeBlockNumber
node is designed to facilitate advanced model merging by allowing you to blend two models at a granular level. This node provides a high degree of control over the merging process by enabling you to specify blending ratios for various blocks within the models. This capability is particularly useful for AI artists who want to combine the strengths of different models to create unique and optimized outputs. By adjusting the blending ratios, you can fine-tune the influence of each model on the final merged model, achieving a customized balance that suits your specific artistic needs.
This parameter represents the first model to be merged. It is a required input and serves as one of the two primary models involved in the merging process.
This parameter represents the second model to be merged. Like model1
, it is a required input and serves as the other primary model in the merging process.
This parameter controls the blending ratio for the time_embed
block. It accepts a float value between 0.0 and 1.0, with a default value of 1.0. Adjusting this ratio determines how much influence the time_embed
block from model2
has on the final merged model.
This parameter controls the blending ratio for the label_emb
block. It accepts a float value between 0.0 and 1.0, with a default value of 1.0. Adjusting this ratio determines how much influence the label_emb
block from model2
has on the final merged model.
{i}
.These parameters control the blending ratios for the input_blocks
from 0 to 11. Each parameter accepts a float value between 0.0 and 1.0, with a default value of 1.0. Adjusting these ratios determines how much influence each corresponding input_block
from model2
has on the final merged model.
{i}
.These parameters control the blending ratios for the middle_blocks
from 0 to 2. Each parameter accepts a float value between 0.0 and 1.0, with a default value of 1.0. Adjusting these ratios determines how much influence each corresponding middle_block
from model2
has on the final merged model.
{i}
.These parameters control the blending ratios for the output_blocks
from 0 to 11. Each parameter accepts a float value between 0.0 and 1.0, with a default value of 1.0. Adjusting these ratios determines how much influence each corresponding output_block
from model2
has on the final merged model.
This parameter controls the blending ratio for the out
block. It accepts a float value between 0.0 and 1.0, with a default value of 1.0. Adjusting this ratio determines how much influence the out
block from model2
has on the final merged model.
The output is a single merged model that combines the specified blocks from model1
and model2
based on the provided blending ratios. This merged model can then be used for further processing or as a final output in your AI art projects.
model1
and model2
are valid and compatible models. Verify their formats and try again.model1
and model2
, are specified before executing the node.© Copyright 2024 RunComfy. All Rights Reserved.