diff --git a/README.md b/README.md index 26b1561..ce73660 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Don't hesitate to share config in the [discussion section](https://github.com/gl + **Batch Processing** ++ **GPU** + + **Inpainting Fixes** : supports “only masked” and mask inpainting. + **Performance Improvements**: The overall performance of the software has been enhanced. @@ -91,7 +93,7 @@ Don't hesitate to share config in the [discussion section](https://github.com/gl + **Upscaled Inswapper**: The program now includes an upscaled inswapper option, which improves results by incorporating upsampling, sharpness adjustment, and color correction before face is merged to the original image. -+ **API with typing support** : ++ **API with typing support** ## Installation diff --git a/install.py b/install.py index 3f7a763..6b9523a 100644 --- a/install.py +++ b/install.py @@ -56,7 +56,7 @@ def is_installed(package: str) -> bool: except Exception as e: print(e) print( - f"Warning: Failed to install {package}, faceswaplab will not work." + f"Warning: Failed to install {package}, faceswaplab may not work. Try to restart server or install dependencies manually." ) raise e