diff --git a/invokeai/frontend/web/src/services/api/types.ts b/invokeai/frontend/web/src/services/api/types.ts index d7e1fa54af8..a392ebccfb1 100644 --- a/invokeai/frontend/web/src/services/api/types.ts +++ b/invokeai/frontend/web/src/services/api/types.ts @@ -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