Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ options:
Init image
--mask_image MASK_IMAGE, -m MASK_IMAGE
Mask image
--upscale_engine UPSCALE_ENGINE, -U UPSCALE_ENGINE
[none] Engine to upscale image.
Can be 'none' for no upscale, or 'default' to use the default upscale engine esrgan-v1-x2plus.
--enhance_engine ENHANCE_ENGINE, -E ENHANCE_ENGINE
[none] Engine to enhance image.
Can be 'none' for no enhancement, or 'default' to use the default enhance engine face-enhance-v1.
```
For upscale:
```
Expand Down
669 changes: 398 additions & 271 deletions nbs/demo_colab.ipynb

Large diffs are not rendered by default.

Loading