mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Add UniPC Scheduler
This commit is contained in:
@ -11,6 +11,7 @@ export const DIFFUSERS_SCHEDULERS: Array<string> = [
|
||||
'k_euler',
|
||||
'k_euler_a',
|
||||
'k_heun',
|
||||
'unipc',
|
||||
];
|
||||
|
||||
// Valid image widths
|
||||
|
Reference in New Issue
Block a user