Skip to content

Commit 3be238a

Browse files
committed
update README.md
1 parent 7af5da4 commit 3be238a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ python inference_codeformer.py --w 0.5 --has_aligned --test_path [input folder]
8383
8484
# For the whole images
8585
# Please set `--upsample_num_times 2` when faces are small and failed detected
86-
python inference_codeformer.py --w 0.7 -upsample_num_times 1 --test_path [input folder]
86+
python inference_codeformer.py --w 0.7 --upsample_num_times 1 --test_path [input folder]
8787
```
8888

8989
NOTE that *w* is in [0, 1]. Generally, smaller *w* tends to produce a higher-quality result, while larger *w* yields a higher-fidelity result.

0 commit comments

Comments
 (0)