mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Add allowEqualValues prop to DualRangeSlider component (default: false for backward compatibility). When enabled, removes the step offset constraint that prevented min and max handles from being set to the same value. Applied to all range sliders in LoraRandomizerSettingsView: - LoRA Count range slider - Model Strength Range slider - Recommended Strength Scale slider - Clip Strength Range slider Backend already handles equal values correctly via rng.uniform().