Files
InvokeAI/invokeai/backend
Alexander Eichhorn 16fedfb538 fix(schedulers): prevent progress percentage overflow with LCM scheduler
LCM scheduler may have more internal timesteps than user-facing steps,
causing user_step to exceed total_steps. This resulted in progress
percentage > 1.0, which caused a pydantic validation error.

Fix: Only call step_callback when user_step <= total_steps.
2025-12-28 12:22:28 +01:00
..
2025-09-18 11:05:32 +10:00
2024-06-26 21:46:59 +10:00
2025-05-27 07:28:47 +10:00