mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
JavaScript floating point arithmetic causes values like 1.1 to become 1.1000000000000014. Add precision limiting to 2 decimal places in snapToStep function for both sliders.