Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge models by blending blocks with specified ratios for AI artists to create robust, versatile models with detailed control.
The DM_BlockModelMerger node is designed to facilitate the merging of two models by blending their respective blocks based on specified ratios. This node is particularly useful for AI artists who want to combine the strengths of different models to create a more robust and versatile model. By adjusting the blending ratios for different parts of the models, you can fine-tune the resulting model to better suit your specific needs. The primary goal of this node is to provide a flexible and powerful tool for model merging, allowing for detailed control over the merging process to achieve optimal results.
This parameter represents the first model to be merged. It serves as one of the two primary inputs for the merging process. The model should be of type MODEL
.
This parameter represents the second model to be merged. It serves as the other primary input for the merging process. The model should be of type MODEL
.
This parameter controls the blending ratio for the input blocks of the models. It is a float value with a default of 1.0, a minimum of 0.0, and a maximum of 1.0, adjustable in steps of 0.01. Adjusting this ratio affects how much of the input blocks from each model contribute to the final merged model.
This parameter controls the blending ratio for the middle blocks of the models. It is a float value with a default of 1.0, a minimum of 0.0, and a maximum of 1.0, adjustable in steps of 0.01. Adjusting this ratio affects how much of the middle blocks from each model contribute to the final merged model.
This parameter controls the blending ratio for the output blocks of the models. It is a float value with a default of 1.0, a minimum of 0.0, and a maximum of 1.0, adjustable in steps of 0.01. Adjusting this ratio affects how much of the output blocks from each model contribute to the final merged model.
The output is a single merged model that combines the blocks of the two input models based on the specified blending ratios. This merged model retains characteristics from both input models, allowing for enhanced performance and versatility.
Error: Incompatible model types
Error: Invalid blending ratio
Error: Model loading failed
© Copyright 2024 RunComfy. All Rights Reserved.