Skip to content

Commit

Permalink
fix(ui): add missing model config to AnyModelConfig union type
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Dec 19, 2024
1 parent bda83c2 commit 9e3ca38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/frontend/web/src/services/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type BaseModelType = S['BaseModelType'];

// Model Configs

export type ControlLoRAModelConfig = S['ControlLoRALyCORISConfig'];
export type ControlLoRAModelConfig = S['ControlLoRALyCORISConfig'] | S['ControlLoRADiffusersConfig'];
// TODO(MM2): Can we make key required in the pydantic model?
export type LoRAModelConfig = S['LoRADiffusersConfig'] | S['LoRALyCORISConfig'];
// TODO(MM2): Can we rename this from Vae -> VAE
Expand Down

0 comments on commit 9e3ca38

Please # to comment.