You can download Windows executable file for Intel/AMD/Nvidia GPU.
This executable file is portable and includes all the binaries and models required. No CUDA or PyTorch environment is needed.
You can simply run the following command:
./reve.exe -i onepiece_demo.mp4 -s 2 output.mp4
Currently only provided model:
USAGE:
reve.exe [OPTIONS] --inputpath <INPUTPATH> --scale <SCALE> <OUTPUTPATH>
ARGS:
<OUTPUTPATH> output video path (mp4/mkv)
OPTIONS:
-c, --crf <CRF> video constant rate factor (crf: 51-0) [default: 15]
-h, --help Print help information
-i, --inputpath <INPUTPATH> input video path (mp4/mkv)
-p, --preset <PRESET> video encoding preset [default: slow]
-P, --segmentsize <SEGMENTSIZE> segment size (in frames) [default: 1000]
-s, --scale <SCALE> upscale ratio (2, 3, 4)
-x, --x265params <X265PARAMS> x265 encoding parameters [default:
psy-rd=2:aq-strength=1:deblock=0,0:bframes=8]