Add stats to Readme.md

This commit is contained in:
2025-10-01 19:26:37 +02:00
parent 4c843c50cf
commit afe2e4bc37

View File

@@ -14,6 +14,18 @@ The `Start.py` file has two options INSIDE, edit in text editor:
- `INTERPOLATE_4K`: `True` or `False` (wether or not 4k48fps should be outputted) - `INTERPOLATE_4K`: `True` or `False` (wether or not 4k48fps should be outputted)
- `MAX_INPUT_WIDTH`: `'720'` (downscales the video to this width, as 1080p upscaling would be insane) - `MAX_INPUT_WIDTH`: `'720'` (downscales the video to this width, as 1080p upscaling would be insane)
### Stats
#### Real-ESRGAN
| Input | Output | VRAM | RAM | GPU | FPS | OS |
| :------: | :-------: | :----: | :----: | :----------: | :-------: | :-----: |
| 1280x720 | 2120x2880 | ~4.4GB | ~1,8GB | 3090 (@360W) | ~13.56fps | Windows |
#### RIFE
| Input | Output | VRAM | RAM | GPU | FPS | OS |
| :----------: | :----------: | :----: | :----: | :----------: | :----: | :-----: |
| 1080p@23.976 | 1080p@47.952 | ~6.6GB | ~4.0GB | 3090 (@360W) | ~60fps | Windows |
### Requirements ### Requirements
- **OS**: Windows or Linux - **OS**: Windows or Linux
- **GPU**: NVIDIA GPU with 16GB of VRAM - **GPU**: NVIDIA GPU with 16GB of VRAM