From 37bc4f78d01e38f63037712c5d7238162b06b048 Mon Sep 17 00:00:00 2001 From: Rohinish Date: Sun, 21 Jan 2024 17:44:51 +0530 Subject: [PATCH] last --- invokeai/frontend/web/public/locales/en.json | 5 +++-- .../Compositing/MaskAdjustment/ParamMaskBlurMethod.tsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index 8836b12164..4aa31ede8a 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -1126,6 +1126,7 @@ "enableNoiseSettings": "Enable Noise Settings", "faceRestoration": "Face Restoration", "general": "General", + "gaussianBlur": "Gaussian Blur", "height": "Height", "hidePreview": "Hide Preview", "hiresOptim": "High Res Optimization", @@ -1373,7 +1374,7 @@ "promptNotSet": "Prompt Not Set", "promptNotSetDesc": "Could not find prompt for this image.", "promptSet": "Prompt Set", - "resetInitialImage":"Reset Initial Image", + "resetInitialImage": "Reset Initial Image", "seedNotSet": "Seed Not Set", "seedNotSetDesc": "Could not find seed for this image.", "seedSet": "Seed Set", @@ -1390,7 +1391,7 @@ "uploadFailed": "Upload failed", "uploadFailedInvalidUploadDesc": "Must be single PNG or JPEG image", "uploadFailedUnableToLoadDesc": "Unable to load file", - "uploadInitialImage":"Upload Initial Image", + "uploadInitialImage": "Upload Initial Image", "upscalingFailed": "Upscaling Failed", "workflowLoaded": "Workflow Loaded", "problemRetrievingWorkflow": "Problem Retrieving Workflow", diff --git a/invokeai/frontend/web/src/features/parameters/components/Canvas/Compositing/MaskAdjustment/ParamMaskBlurMethod.tsx b/invokeai/frontend/web/src/features/parameters/components/Canvas/Compositing/MaskAdjustment/ParamMaskBlurMethod.tsx index b81da48b45..d081cdde09 100644 --- a/invokeai/frontend/web/src/features/parameters/components/Canvas/Compositing/MaskAdjustment/ParamMaskBlurMethod.tsx +++ b/invokeai/frontend/web/src/features/parameters/components/Canvas/Compositing/MaskAdjustment/ParamMaskBlurMethod.tsx @@ -29,7 +29,7 @@ const ParamMaskBlurMethod = () => { const value = useMemo( () => options.find((o) => o.value === maskBlurMethod), - [maskBlurMethod] + [maskBlurMethod, options] ); return (