mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-04-04 22:43:40 +08:00
fix(app): issue w/ import forward ref
This commit is contained in:
parent
c0609f760f
commit
62ba277268
@ -63,7 +63,7 @@ class EventServiceBase:
|
||||
invocation: "BaseInvocation",
|
||||
message: str,
|
||||
percentage: float | None = None,
|
||||
image: ProgressImage | None = None,
|
||||
image: "ProgressImage | None" = None,
|
||||
) -> None:
|
||||
"""Emitted at periodically during an invocation"""
|
||||
self.dispatch(InvocationProgressEvent.build(queue_item, invocation, message, percentage, image))
|
||||
|
Loading…
x
Reference in New Issue
Block a user