Spaces:
Runtime error
Runtime error
update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ python inference_codeformer.py --w 0.5 --has_aligned --test_path [input folder]
|
|
83 |
|
84 |
# For the whole images
|
85 |
# Please set `--upsample_num_times 2` when faces are small and failed detected
|
86 |
-
python inference_codeformer.py --w 0.7
|
87 |
```
|
88 |
|
89 |
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.
|
|
|
83 |
|
84 |
# For the whole images
|
85 |
# 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]
|
87 |
```
|
88 |
|
89 |
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.
|