set face restore upscale to 1; realesrgan till to 512

This commit is contained in:
Qing
2023-04-03 13:19:26 +08:00
parent ed798bb47c
commit dd1d45aa79
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ class RealESRGANUpscaler(BasePlugin):
model_path=model_path,
model=model_info["model"](),
half=True if "cuda" in str(device) else False,
tile=640,
tile=512,
tile_pad=10,
pre_pad=10,
device=device,