Pytorch implementation of video upscaling using Real-ESRGAN.

This commit is contained in:
2026-02-28 12:25:57 +01:00
parent 72fe4e04d0
commit 0420add695
6 changed files with 342 additions and 94 deletions

2
.gitignore vendored
View File

@@ -10,6 +10,7 @@ __pycache__/
# Virtual environments
.venv/
.venv*/
venv/
env/
ENV/
@@ -37,7 +38,6 @@ dist/
frames_in/
frames_out/
/tmp/
# Video and media artifacts
*.mp4
*.mkv