ComfyUI Node
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
PM Slerp (Mergekit)
- MergeMethod
◄t0.50►
CategoryLoRA PowerMerge/Spherical Interpolation Methods
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| t | FLOAT | 0.500–1 | interpolation factor. At t=0 will return base_model, at t=1 will return the other one. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MergeMethod | MergeMethod | — |