mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
shorter strings
This commit is contained in:
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' }
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user