mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
added socket listeners, added more info to ui
This commit is contained in:
committed by
psychedelicious
parent
0a69779df9
commit
20576deae8
@ -202,7 +202,7 @@ export const modelsApi = api.injectEndpoints({
|
||||
body: config,
|
||||
};
|
||||
},
|
||||
invalidatesTags: ['Model'],
|
||||
invalidatesTags: ['Model', 'ModelImports'],
|
||||
}),
|
||||
addMainModels: build.mutation<AddMainModelResponse, AddMainModelArg>({
|
||||
query: ({ body }) => {
|
||||
@ -308,6 +308,7 @@ export const modelsApi = api.injectEndpoints({
|
||||
url: buildModelsUrl(`import`),
|
||||
};
|
||||
},
|
||||
providesTags: ['ModelImports']
|
||||
}),
|
||||
getCheckpointConfigs: build.query<CheckpointConfigsResponse, void>({
|
||||
query: () => {
|
||||
|
Reference in New Issue
Block a user