mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update constants.ts
This commit is contained in:
parent
97579770e1
commit
23da3de915
@ -75,4 +75,5 @@ export const SCHEDULER_OPTIONS: ComboboxOption[] = [
|
|||||||
{ value: 'euler_a', label: 'Euler Ancestral' },
|
{ value: 'euler_a', label: 'Euler Ancestral' },
|
||||||
{ value: 'kdpm_2_a', label: 'KDPM 2 Ancestral' },
|
{ value: 'kdpm_2_a', label: 'KDPM 2 Ancestral' },
|
||||||
{ value: 'lcm', label: 'LCM' },
|
{ value: 'lcm', label: 'LCM' },
|
||||||
|
{ value: 'TCD', label: 'TCD' },
|
||||||
].sort((a, b) => a.label.localeCompare(b.label));
|
].sort((a, b) => a.label.localeCompare(b.label));
|
||||||
|
Loading…
Reference in New Issue
Block a user