EasyUse/Utilgenerated

Easy Slider Control(sliderControl)

The Easy Slider Control node is a utility node that generates a slider control string for use with compatible IPAdapter layer-weight inputs.

slider Control

layer_weights
mode
COMBO
model_type
COMBO
Easy Use

Description

The Easy Slider Control node is a utility node that generates a slider control string for use with compatible IPAdapter layer-weight inputs. It is a pure string generator: it takes only a mode and a model type, and returns a STRING that can be fed into downstream nodes that expect this control format.

Inputs

  • mode (COMBO, required): The type of slider control to generate. Currently the only available mode is ipadapter layer weights.

  • model_type (COMBO, required): The base model family the generated control string should target. Choose sdxl when using SDXL-based models and sd1 when using SD1.x-based models. The selected architecture affects the layer-weight control string that is produced.

Outputs

  • STRING: The generated slider control string. Connect this to the layer-weights/control-string input of an IPAdapter node. The output is not intended as a human-readable display value, though it can be inspected while debugging.

Usage Notes

  • Because mode only lists one option at present, most workflows only need to set model_type correctly.
  • Match model_type to the checkpoint/UNet the IPAdapter is being applied to. Using the wrong model type may produce a control string that does not align with the expected layer structure.
  • This node does not apply the slider control itself; it only produces the string that other nodes consume.

Comments

Sign in with GitHub to join the discussion.

Loading comments…