update doc

main
Tran Xen 2 years ago
parent 50db415069
commit 5b19333968

@ -61,6 +61,8 @@ Don't hesitate to share config in the [discussion section](https://github.com/gl
+ **Batch Processing** + **Batch Processing**
+ **GPU**
+ **Inpainting Fixes** : supports “only masked” and mask inpainting. + **Inpainting Fixes** : supports “only masked” and mask inpainting.
+ **Performance Improvements**: The overall performance of the software has been enhanced. + **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. + **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 ## Installation

@ -56,7 +56,7 @@ def check_install() -> None:
except Exception as e: except Exception as e:
print(e) print(e)
print( 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 raise e

Loading…
Cancel
Save