We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda83c2 commit 9e3ca38Copy full SHA for 9e3ca38
invokeai/frontend/web/src/services/api/types.ts
@@ -44,7 +44,7 @@ export type BaseModelType = S['BaseModelType'];
44
45
// Model Configs
46
47
-export type ControlLoRAModelConfig = S['ControlLoRALyCORISConfig'];
+export type ControlLoRAModelConfig = S['ControlLoRALyCORISConfig'] | S['ControlLoRADiffusersConfig'];
48
// TODO(MM2): Can we make key required in the pydantic model?
49
export type LoRAModelConfig = S['LoRADiffusersConfig'] | S['LoRALyCORISConfig'];
50
// TODO(MM2): Can we rename this from Vae -> VAE
0 commit comments