set face restore upscale to 1; realesrgan till to 512
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user