Visit ComfyUI Online for ready-to-use ComfyUI environment
Advanced model merging for SD3.2B architecture, blending models with fine control for customized outputs.
The ModelMergeSD3_2B
node is designed for advanced model merging, specifically tailored for the SD3.2B model architecture. This node allows you to blend two models by adjusting the contribution of each model at various stages of the model's architecture. By providing fine-grained control over the merging process, it enables you to create a customized model that leverages the strengths of both input models. This can be particularly useful for AI artists looking to combine different stylistic elements or functionalities from two models into a single, cohesive output. The node's primary goal is to offer a flexible and precise method for model merging, enhancing the creative possibilities and performance of the resulting model.
This parameter represents the first model to be merged. It is a required input and should be a valid model object. The first model serves as the base model to which patches from the second model will be added.
This parameter represents the second model to be merged. It is also a required input and should be a valid model object. The second model provides the patches that will be blended into the first model based on the specified ratios.
This parameter controls the blending ratio for the positional embedding layer. 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 parameter affects how much of the positional embedding from the second model is incorporated into the first model.
This parameter controls the blending ratio for the x embedder layer. 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. This parameter influences the extent to which the x embedder from the second model is merged into the first model.
This parameter controls the blending ratio for the context embedder layer. 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. Modifying this parameter determines how much of the context embedder from the second model is integrated into the first model.
This parameter controls the blending ratio for the y embedder layer. 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. This parameter affects the degree to which the y embedder from the second model is merged into the first model.
This parameter controls the blending ratio for the t embedder layer. 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 parameter influences how much of the t embedder from the second model is incorporated into the first model.
This parameter controls the blending ratio for the final layer of the model. 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. Modifying this parameter determines how much of the final layer from the second model is integrated into the first model.
The output is a single merged model that combines elements from both input models based on the specified blending ratios. This merged model retains the structure of the first model while incorporating patches from the second model, resulting in a customized model that leverages the strengths of both inputs.
model1
and model2
are correctly loaded and valid model objects before running the node.© Copyright 2024 RunComfy. All Rights Reserved.