mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 16:05:27 -05:00
Update constants.ts
This commit is contained in:
@@ -75,4 +75,5 @@ export const SCHEDULER_OPTIONS: ComboboxOption[] = [
|
||||
{ value: 'euler_a', label: 'Euler Ancestral' },
|
||||
{ value: 'kdpm_2_a', label: 'KDPM 2 Ancestral' },
|
||||
{ value: 'lcm', label: 'LCM' },
|
||||
{ value: 'TCD', label: 'TCD' },
|
||||
].sort((a, b) => a.label.localeCompare(b.label));
|
||||
|
||||
Reference in New Issue
Block a user