mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-04 03:22:07 +08:00
fix(realesrgan): fixed RealESRGAN model name variable
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
@@ -56,7 +56,7 @@ struct RealESRGANConfig {
|
||||
bool tta_mode;
|
||||
int scaling_factor;
|
||||
#ifdef _WIN32
|
||||
const wchar_t *model_path;
|
||||
const wchar_t *model_name;
|
||||
#else
|
||||
const char *model_name;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user