From 59cc74219728be99fe5bb6f15881672ac7ec6528 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 23 Sep 2024 02:49:48 +0100 Subject: [PATCH] Add option to change the scale factor. Add readme information about super resolution. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fc9594..6b382f0 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ options: Looking for a CLI mode? Using the -s/--source argument will make the run program in cli mode. To improve the video quality, you can use the `super_resolution` frame processor after swapping the faces. It will enhance the video quality by 2x, 3x or 4x. You can set the upscale factor using the `-r` or `--super-resolution-scale-factor` argument. -Processing time will increase with the upscale factor, it's quite quick though. +Processing time will increase with the upscale factor, but it's quite quick. ```