mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix low-hanging fruit types
This commit is contained in:
parent
5b133ad198
commit
ca7e928710
@ -51,6 +51,7 @@ export const addControlNetImageProcessedListener = () => {
|
|||||||
image: { image_name: ca.controlImage },
|
image: { image_name: ca.controlImage },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
edges: [],
|
||||||
},
|
},
|
||||||
runs: 1,
|
runs: 1,
|
||||||
},
|
},
|
||||||
|
@ -39,7 +39,7 @@ type UpdateLoRAModelArg = {
|
|||||||
type UpdateMainModelResponse =
|
type UpdateMainModelResponse =
|
||||||
paths['/api/v2/models/i/{key}']['patch']['responses']['200']['content']['application/json'];
|
paths['/api/v2/models/i/{key}']['patch']['responses']['200']['content']['application/json'];
|
||||||
|
|
||||||
type ListModelsArg = NonNullable<paths['/api/models_v2/']['get']['parameters']['query']>;
|
type ListModelsArg = NonNullable<paths['/api/v2/models/']['get']['parameters']['query']>;
|
||||||
|
|
||||||
type UpdateLoRAModelResponse = UpdateMainModelResponse;
|
type UpdateLoRAModelResponse = UpdateMainModelResponse;
|
||||||
|
|
||||||
|
@ -164,7 +164,6 @@ export type IntegerOutput = S['IntegerOutput'];
|
|||||||
export type IterateInvocationOutput = S['IterateInvocationOutput'];
|
export type IterateInvocationOutput = S['IterateInvocationOutput'];
|
||||||
export type CollectInvocationOutput = S['CollectInvocationOutput'];
|
export type CollectInvocationOutput = S['CollectInvocationOutput'];
|
||||||
export type LatentsOutput = S['LatentsOutput'];
|
export type LatentsOutput = S['LatentsOutput'];
|
||||||
export type GraphInvocationOutput = S['GraphInvocationOutput'];
|
|
||||||
|
|
||||||
// Post-image upload actions, controls workflows when images are uploaded
|
// Post-image upload actions, controls workflows when images are uploaded
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user