mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-23 19:27:55 -05:00
Determine the "base" step for floats. If no `multipleOf` is provided, the "base" step is `undefined`, meaning the float can have any number of decimal places. The UI library does its own step constrains though and is rounding to 3 decimal places. Probably need to update the logic in the UI library to have truly arbitrary precision for float fields.