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",
|
||||
"faceRestoration": "Face Restoration",
|
||||
"general": "General",
|
||||
"gaussianBlur": "Gaussian Blur",
|
||||
"height": "Height",
|
||||
"hidePreview": "Hide Preview",
|
||||
"hiresOptim": "High Res Optimization",
|
||||
|
@ -29,7 +29,7 @@ const ParamMaskBlurMethod = () => {
|
||||
|
||||
const value = useMemo(
|
||||
() => options.find((o) => o.value === maskBlurMethod),
|
||||
[maskBlurMethod]
|
||||
[maskBlurMethod, options]
|
||||
);
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user