mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-19 09:54:24 -05:00
lint
This commit is contained in:
committed by
psychedelicious
parent
bcb41399ca
commit
291c5a0341
@@ -294,7 +294,7 @@ export const {
|
||||
usePruneCompletedModelInstallsMutation,
|
||||
useGetStarterModelsQuery,
|
||||
useGetHFTokenStatusQuery,
|
||||
useSetHFTokenMutation
|
||||
useSetHFTokenMutation,
|
||||
} = modelsApi;
|
||||
|
||||
export const selectModelConfigsQuery = modelsApi.endpoints.getModelConfigs.select();
|
||||
|
||||
@@ -245,7 +245,6 @@ export type PostUploadAction =
|
||||
export type BoardRecordOrderBy = S['BoardRecordOrderBy'];
|
||||
export type StarterModel = S['StarterModel'];
|
||||
|
||||
|
||||
export type GetHFTokenStatusResponse =
|
||||
paths['/api/v2/models/hf_login']['get']['responses']['200']['content']['application/json'];
|
||||
export type SetHFTokenResponse = NonNullable<
|
||||
@@ -253,4 +252,4 @@ export type SetHFTokenResponse = NonNullable<
|
||||
>;
|
||||
export type SetHFTokenArg = NonNullable<
|
||||
paths['/api/v2/models/hf_login']['post']['requestBody']['content']['application/json']
|
||||
>;
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user