| | |
| | @ECHO OFF |
| | |
| | REM Real-ESRGAN model ckpt |
| | |
| | |
| | SET RESR_MODEL=realesr-animevideov3 |
| | |
| | REM image upscale rate |
| | |
| | |
| | SET RESR_UPSCALE=2 |
| | |
| | REM RIFE model ckpt |
| | |
| | |
| | SET RIFE_MODEL=rife-v4 |
| | |
| | REM interpolated frame count |
| | |
| | |
| | SET RIFE_INTERP=0 |
| | |
| | REM rendered video fps, higher value requires more interpolations |
| | |
| | |
| | SET FPS=20 |
| | |
| |
|
| | REM time count down before task start (in seconds) |
| | |
| | |
| | SET WAIT_BEFORE_START=5 |
| | |
| | REM auto launch explorer and locate the generated file when done |
| | |
| | |
| | SET EXPLORER_FLAG=1 |
| | |
| | REM clean all cache files when done, saving disk usage |
| | |
| | |
| | SET CLEAN_FLAG=0 |
| |
|