mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
last
This commit is contained in:
parent
de0b43c81d
commit
37bc4f78d0
@ -1126,6 +1126,7 @@
|
|||||||
"enableNoiseSettings": "Enable Noise Settings",
|
"enableNoiseSettings": "Enable Noise Settings",
|
||||||
"faceRestoration": "Face Restoration",
|
"faceRestoration": "Face Restoration",
|
||||||
"general": "General",
|
"general": "General",
|
||||||
|
"gaussianBlur": "Gaussian Blur",
|
||||||
"height": "Height",
|
"height": "Height",
|
||||||
"hidePreview": "Hide Preview",
|
"hidePreview": "Hide Preview",
|
||||||
"hiresOptim": "High Res Optimization",
|
"hiresOptim": "High Res Optimization",
|
||||||
@ -1373,7 +1374,7 @@
|
|||||||
"promptNotSet": "Prompt Not Set",
|
"promptNotSet": "Prompt Not Set",
|
||||||
"promptNotSetDesc": "Could not find prompt for this image.",
|
"promptNotSetDesc": "Could not find prompt for this image.",
|
||||||
"promptSet": "Prompt Set",
|
"promptSet": "Prompt Set",
|
||||||
"resetInitialImage":"Reset Initial Image",
|
"resetInitialImage": "Reset Initial Image",
|
||||||
"seedNotSet": "Seed Not Set",
|
"seedNotSet": "Seed Not Set",
|
||||||
"seedNotSetDesc": "Could not find seed for this image.",
|
"seedNotSetDesc": "Could not find seed for this image.",
|
||||||
"seedSet": "Seed Set",
|
"seedSet": "Seed Set",
|
||||||
@ -1390,7 +1391,7 @@
|
|||||||
"uploadFailed": "Upload failed",
|
"uploadFailed": "Upload failed",
|
||||||
"uploadFailedInvalidUploadDesc": "Must be single PNG or JPEG image",
|
"uploadFailedInvalidUploadDesc": "Must be single PNG or JPEG image",
|
||||||
"uploadFailedUnableToLoadDesc": "Unable to load file",
|
"uploadFailedUnableToLoadDesc": "Unable to load file",
|
||||||
"uploadInitialImage":"Upload Initial Image",
|
"uploadInitialImage": "Upload Initial Image",
|
||||||
"upscalingFailed": "Upscaling Failed",
|
"upscalingFailed": "Upscaling Failed",
|
||||||
"workflowLoaded": "Workflow Loaded",
|
"workflowLoaded": "Workflow Loaded",
|
||||||
"problemRetrievingWorkflow": "Problem Retrieving Workflow",
|
"problemRetrievingWorkflow": "Problem Retrieving Workflow",
|
||||||
|
@ -29,7 +29,7 @@ const ParamMaskBlurMethod = () => {
|
|||||||
|
|
||||||
const value = useMemo(
|
const value = useMemo(
|
||||||
() => options.find((o) => o.value === maskBlurMethod),
|
() => options.find((o) => o.value === maskBlurMethod),
|
||||||
[maskBlurMethod]
|
[maskBlurMethod, options]
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user