mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 08:38:00 -05:00
shorter strings
This commit is contained in:
committed by
Lincoln Stein
parent
5a2790a69b
commit
dff5681cf0
@@ -40,6 +40,6 @@ export const FACETOOL_TYPES = ['gfpgan', 'codeformer'] as const;
|
||||
|
||||
export const IN_PROGRESS_IMAGE_TYPES: Array<{ key: string; value: string }> = [
|
||||
{ key: "None", value: 'none'},
|
||||
{ key: "Full-res (slow)", value: 'full-res' },
|
||||
{ key: "Latents (fast)", value: 'latents' }
|
||||
{ key: "Fast", value: 'latents' },
|
||||
{ key: "Accurate", value: 'full-res' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user