mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): rip out broken recall logic, NO TS ERRORS
This commit is contained in:
@@ -111,21 +111,6 @@ const zParameterLoRAModel = zModelIdentifierField;
|
||||
export type ParameterLoRAModel = z.infer<typeof zParameterLoRAModel>;
|
||||
// #endregion
|
||||
|
||||
// #region ControlNet Model
|
||||
const zParameterControlNetModel = zModelIdentifierField;
|
||||
export type ParameterControlNetModel = z.infer<typeof zParameterControlNetModel>;
|
||||
// #endregion
|
||||
|
||||
// #region IP Adapter Model
|
||||
const zParameterIPAdapterModel = zModelIdentifierField;
|
||||
export type ParameterIPAdapterModel = z.infer<typeof zParameterIPAdapterModel>;
|
||||
// #endregion
|
||||
|
||||
// #region T2I Adapter Model
|
||||
const zParameterT2IAdapterModel = zModelIdentifierField;
|
||||
export type ParameterT2IAdapterModel = z.infer<typeof zParameterT2IAdapterModel>;
|
||||
// #endregion
|
||||
|
||||
// #region VAE Model
|
||||
const zParameterSpandrelImageToImageModel = zModelIdentifierField;
|
||||
export type ParameterSpandrelImageToImageModel = z.infer<typeof zParameterSpandrelImageToImageModel>;
|
||||
|
||||
Reference in New Issue
Block a user