Files
InvokeAI/invokeai/app/api
psychedelicious 487815b181 feat(app): generic progress events
Some processes have steps, like denoising or a tiled spandel.

Denoising has its own step callback but we don't have any generic way to signal progress. Processes like a tiled spandrel run show indeterminate progress in the client.

This change introduces a new event to handle this: `InvocationGenericProgressEvent`

A simplified helper is added to the invocation API so nodes can easily emit progress as they do their thing.
2024-08-03 22:01:36 +10:00
..
2024-08-03 22:01:36 +10:00