FAST_Anime_VSR
FAST_Anime_VSR copied to clipboard
Fast Anime Video Super Resolution and Restoration (Real-CUGAN + Real-ESRGAN + VCISR based)
Hello, I am trying to upscale 1280 × 768 video (H.264 codec), using Real-ESRGAN and I am getting following error: ``` python main.py /mnt/a0b764eb-cdc5-4f46-9a2e-e2f11deba631/PYTHON_CACHE/FAST_Anime_VSR/lib/python3.10/site-packages/transformers/utils/hub.py:124: FutureWarning: Using `TRANSFORMERS_CACHE` is deprecated and...
Through your VCISR repo I had also found this inference repo/code, nice :) I simply wanted to train two models for it and show them here, so I made a...
just stumble upon your repo when trying to use real-esrgan with tensorrt, i think the instructions can be a bit better, especially windows and the `.bat` file nvidia docs are...
- [x] Add a GPU to encode NVENC video #5 - [ ] Add a GPU to decode NVENC video
``` (venv) F:\FAST_Anime_VSR>python main.py We are going to process all videos in X:\А\Монстр_encrypted\Новая папка All files begin We are super resolving X:\А\Монстр_encrypted\Новая папка\2.mp4 and we will save it at X:\А\Монстр_encrypted\Новая...
- [ ] Make a video installation and startup instructions for Windows. - [x] Make a simple installation using the bat. file for Windows. - [ ] Make a graphical...
I'm running: Windows 10 Pro 10.0.19044 Build 19044 Python 3.7.12 CUDA 11.7 cuDNN 8.6 (I also tried 8.9.0 -as suggested at NVIDIA doc) RTX 3090 FE Trying to install "tensorrt"...
``` TensorRT weight Generator will process the image with height 720 and width 1280 Traceback (most recent call last): File "/Project/FAST_Anime_VSR/main.py", line 107, in main() File "/Project/FAST_Anime_VSR/main.py", line 97, in...