mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): regen types
This commit is contained in:
parent
5cb3fdb64c
commit
c9655236cc
1107
invokeai/frontend/web/src/services/api/schema.d.ts
vendored
1107
invokeai/frontend/web/src/services/api/schema.d.ts
vendored
File diff suppressed because one or more lines are too long
@ -48,9 +48,11 @@ export type OffsetPaginatedResults_ImageDTO_ =
|
||||
s['OffsetPaginatedResults_ImageDTO_'];
|
||||
|
||||
// Models
|
||||
export type ModelType = s['ModelType'];
|
||||
export type ModelType =
|
||||
s['invokeai__backend__model_management__models__base__ModelType'];
|
||||
export type SubModelType = s['SubModelType'];
|
||||
export type BaseModelType = s['BaseModelType'];
|
||||
export type BaseModelType =
|
||||
s['invokeai__backend__model_management__models__base__BaseModelType'];
|
||||
export type MainModelField = s['MainModelField'];
|
||||
export type OnnxModelField = s['OnnxModelField'];
|
||||
export type VAEModelField = s['VAEModelField'];
|
||||
@ -58,7 +60,7 @@ export type LoRAModelField = s['LoRAModelField'];
|
||||
export type ControlNetModelField = s['ControlNetModelField'];
|
||||
export type IPAdapterModelField = s['IPAdapterModelField'];
|
||||
export type T2IAdapterModelField = s['T2IAdapterModelField'];
|
||||
export type ModelsList = s['ModelsList'];
|
||||
export type ModelsList = s['invokeai__app__api__routers__models__ModelsList'];
|
||||
export type ControlField = s['ControlField'];
|
||||
export type IPAdapterField = s['IPAdapterField'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user