mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): move tcd scheduler to current zod schemas
It was in the v2 schemas which should be immutable and only used for migrations
This commit is contained in:
parent
0259114d9c
commit
1d45ef529b
@ -49,6 +49,7 @@ export const zSchedulerField = z.enum([
|
||||
'euler_a',
|
||||
'kdpm_2_a',
|
||||
'lcm',
|
||||
'tcd',
|
||||
]);
|
||||
export type SchedulerField = z.infer<typeof zSchedulerField>;
|
||||
// #endregion
|
||||
|
@ -40,7 +40,6 @@ export const zSchedulerField = z.enum([
|
||||
'euler_a',
|
||||
'kdpm_2_a',
|
||||
'lcm',
|
||||
'tcd',
|
||||
]);
|
||||
// #endregion
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user