Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
glucauze committed Aug 16, 2023
1 parent 50db415 commit 5b19333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b19333

Please sign in to comment.