Skip to content

Commit 76fac5c

Browse files
Update README.md
1 parent c1c0a81 commit 76fac5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ Batched inference (controlled by --batch parameter, default is 4). lower is bett
4747
- For quick inference on Windows
4848

4949
>Use if ffmpeg is not installed to path
50-
```py
50+
```yaml
5151
python inference.py -i inputs/your_video.mp4 --ffmpeg_bin ffmpeg/bin/ffmpeg.exe --ffprobe_bin ffmpeg/bin/ffprobe.exe --face_enhance --suffix outx2
5252
```
5353
>>**Note:** face_enhancer only works with videos of real people, If you are working with anime/animation (cartoon) characters, use:
54-
```py
54+
```yaml
5555
python inference.py -i inputs/your_anime_video.mp4 --ffmpeg_bin ffmpeg/bin/ffmpeg.exe --ffprobe_bin ffmpeg/bin/ffprobe.exe -n realesr-animevideov3 --suffix outx2
5656
````
5757
>Use if ffmpeg is installed to windows environment path
58-
```
58+
```yaml
5959
python inference.py -i inputs/your_video.mp4 --face_enhance --suffix outx2
6060
```
6161
>>face_enhancer only works with videos of real people
62-
```
62+
```yaml
6363
python inference.py -i inputs/your_anime_video.mp4 -n realesr-animevideov3 --suffix outx2
6464
```
6565
- For quick inference on Colab/Linux environment is similar to Windows but avoid using the `--ffmpeg_bin ` and `--ffprobe_bin` when the binaries are already installed

0 commit comments

Comments
 (0)