fix(ui): fix low-hanging fruit types

This commit is contained in:
psychedelicious 2024-02-20 10:16:25 +11:00
parent 4bec01d6f2
commit 458c29cfa5
3 changed files with 2 additions and 2 deletions

View File

@ -51,6 +51,7 @@ export const addControlNetImageProcessedListener = () => {
image: { image_name: ca.controlImage },
},
},
edges: [],
},
runs: 1,
},

View File

@ -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;

View File

@ -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