diff --git a/lama_cleaner/app/src/components/Settings/HDSettingBlock.tsx b/lama_cleaner/app/src/components/Settings/HDSettingBlock.tsx index 1d0e353..5ce001b 100644 --- a/lama_cleaner/app/src/components/Settings/HDSettingBlock.tsx +++ b/lama_cleaner/app/src/components/Settings/HDSettingBlock.tsx @@ -41,17 +41,25 @@ function HDSettingBlock() { const renderOriginalOptionDesc = () => { return (
- Use the original resolution of the picture, suitable for picture size - below 2K. Try{' '} + Use original picture, suitable for picture size below 2K. Try{' '}
onStrategyChange(HDStrategy.RESIZE)} > - Resize Strategy + Resize +
+ {' or '} +
onStrategyChange(HDStrategy.CROP)} + > + Crop
{' '} - if you do not get good results on high resolution images. + if you didn't get good results or have GPU memory issue.
) } @@ -60,8 +68,8 @@ function HDSettingBlock() { return ( <>
- Resize the longer side of the image to a specific size(keep ratio), - then do inpainting on the resized image. + Resize the longer side of the image to a specific size, then do + inpainting on the resized image.
{ return ( <> -
- Crop masking area from the original image to do inpainting, and paste - the result back. Mainly for performance and memory reasons on high - resolution image. -
+
Crop masking area from the original image to do inpainting.