Skip to content

Commit 5bf7fc3

Browse files
feature/face-enhance-v1
1 parent a72b5f1 commit 5bf7fc3

File tree

6 files changed

+1127
-375
lines changed

6 files changed

+1127
-375
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ options:
9191
Init image
9292
--mask_image MASK_IMAGE, -m MASK_IMAGE
9393
Mask image
94+
--upscale_engine UPSCALE_ENGINE, -U UPSCALE_ENGINE
95+
[none] Engine to upscale image.
96+
Can be 'none' for no upscale, or 'default' to use the default upscale engine esrgan-v1-x2plus.
97+
--enhance_engine ENHANCE_ENGINE, -E ENHANCE_ENGINE
98+
[none] Engine to enhance image.
99+
Can be 'none' for no enhancement, or 'default' to use the default enhance engine face-enhance-v1.
94100
```
95101
For upscale:
96102
```

nbs/demo_colab.ipynb

+396-342
Large diffs are not rendered by default.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='stability-sdk',
13-
version='0.8.1',
13+
version='0.9.0',
1414
author='Stability AI',
1515
author_email='[email protected]',
1616
maintainer='Stability AI',

0 commit comments

Comments
 (0)