mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update invokeai/app/services/batch_manager_storage.py
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
This commit is contained in:
parent
85105fc070
commit
cc5755d5b1
@ -23,7 +23,7 @@ from pydantic import BaseModel, Field, Extra, parse_raw_as
|
||||
invocations = BaseInvocation.get_invocations()
|
||||
InvocationsUnion = Union[invocations] # type: ignore
|
||||
|
||||
BatchDataType = Union[str, int, float, ImageField]
|
||||
BatchDataType = Union[StrictStr, StrictInt, StrictFloat, ImageField]```
|
||||
|
||||
|
||||
class Batch(BaseModel):
|
||||
|
Loading…
Reference in New Issue
Block a user