Skip to content

Commit d6b72a3

Browse files
chore(ui): typegen
1 parent 39bb60a commit d6b72a3

File tree

1 file changed

+11
-0
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+11
-0
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13028,6 +13028,12 @@ export type components = {
1302813028
* @default false
1302913029
*/
1303013030
unsafe_disable_picklescan?: boolean;
13031+
/**
13032+
* Allow Unknown Models
13033+
* @description Allow installation of models that we are unable to identify. If enabled, models will be marked as `unknown` in the database, and will not have any metadata associated with them. If disabled, unknown models will be rejected during installation.
13034+
* @default true
13035+
*/
13036+
allow_unknown_models?: boolean;
1303113037
};
1303213038
/**
1303313039
* InvokeAIAppConfigWithSetFields
@@ -17040,6 +17046,11 @@ export type components = {
1704017046
* @description Size of the model (may be None for installation of a local path)
1704117047
*/
1704217048
total_bytes: number | null;
17049+
/**
17050+
* Config
17051+
* @description The installed model's config
17052+
*/
17053+
config: components["schemas"]["MainDiffusersConfig"] | components["schemas"]["MainCheckpointConfig"] | components["schemas"]["MainBnbQuantized4bCheckpointConfig"] | components["schemas"]["MainGGUFCheckpointConfig"] | components["schemas"]["VAEDiffusersConfig"] | components["schemas"]["VAECheckpointConfig"] | components["schemas"]["ControlNetDiffusersConfig"] | components["schemas"]["ControlNetCheckpointConfig"] | components["schemas"]["LoRALyCORISConfig"] | components["schemas"]["LoRAOmiConfig"] | components["schemas"]["ControlLoRALyCORISConfig"] | components["schemas"]["ControlLoRADiffusersConfig"] | components["schemas"]["LoRADiffusersConfig"] | components["schemas"]["T5EncoderConfig"] | components["schemas"]["T5EncoderBnbQuantizedLlmInt8bConfig"] | components["schemas"]["TextualInversionFileConfig"] | components["schemas"]["TextualInversionFolderConfig"] | components["schemas"]["IPAdapterInvokeAIConfig"] | components["schemas"]["IPAdapterCheckpointConfig"] | components["schemas"]["T2IAdapterConfig"] | components["schemas"]["SpandrelImageToImageConfig"] | components["schemas"]["CLIPVisionDiffusersConfig"] | components["schemas"]["CLIPLEmbedDiffusersConfig"] | components["schemas"]["CLIPGEmbedDiffusersConfig"] | components["schemas"]["SigLIPConfig"] | components["schemas"]["FluxReduxConfig"] | components["schemas"]["LlavaOnevisionConfig"] | components["schemas"]["ApiModelConfig"] | components["schemas"]["VideoApiModelConfig"] | components["schemas"]["UnknownModelConfig"];
1704317054
};
1704417055
/**
1704517056
* ModelInstallDownloadProgressEvent

0 commit comments

Comments
 (0)