Files
InvokeAI/invokeai/app
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-10-15 10:46:16 +11:00
2025-05-30 19:03:43 +10:00