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
4bec01d6f2
commit
458c29cfa5
@ -51,6 +51,7 @@ export const addControlNetImageProcessedListener = () => {
|
||||
image: { image_name: ca.controlImage },
|
||||
},
|
||||
},
|
||||
edges: [],
|
||||
},
|
||||
runs: 1,
|
||||
},
|
||||
|
@ -39,7 +39,7 @@ type UpdateLoRAModelArg = {
|
||||
type UpdateMainModelResponse =
|
||||
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;
|
||||
|
||||
|
@ -164,7 +164,6 @@ export type IntegerOutput = S['IntegerOutput'];
|
||||
export type IterateInvocationOutput = S['IterateInvocationOutput'];
|
||||
export type CollectInvocationOutput = S['CollectInvocationOutput'];
|
||||
export type LatentsOutput = S['LatentsOutput'];
|
||||
export type GraphInvocationOutput = S['GraphInvocationOutput'];
|
||||
|
||||
// Post-image upload actions, controls workflows when images are uploaded
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user