PM Slerp (Mergekit)
PM Slerp (Mergekit)
Concept: Performs Spherical Linear Interpolation in the weight space between two models. This creates a path along a hypersphere, ensuring the interpolated model maintains a similar "norm" or "magnitude" to the original models. Use Cases: Creating smooth transitions or intermediate points between two distinct models Exploring the space between two models with potentially different capabilities Inputs: Requires exactly 2 models. First model is the base_model. Key Parameters: t (global): Interpolation factor. t=0 yields the base_model, t=1 yields the other model
Pack: LoRA Power-Merger ComfyUI
custom_nodes.LoRA-Merger-ComfyUI
Inputs (1)
| Name | Type | Required |
|---|---|---|
| t | FLOAT | required |
Outputs (1)
| Name | Type |
|---|---|
| MergeMethod | MergeMethod |