diff --git a/frontend/src/app/constants.ts b/frontend/src/app/constants.ts index d46590c799..b46f7ec925 100644 --- a/frontend/src/app/constants.ts +++ b/frontend/src/app/constants.ts @@ -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' } ];