Skip to content

Commit 9e3ca38

Browse files
fix(ui): add missing model config to AnyModelConfig union type
1 parent bda83c2 commit 9e3ca38

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export type BaseModelType = S['BaseModelType'];
4444

4545
// Model Configs
4646

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

0 commit comments

Comments
 (0)