1
0
Fork 0

fix upscale copy ctor

This commit is contained in:
Sean Sube 2023-02-18 22:36:26 -06:00
parent ac1f7449bb
commit 30f16035bc
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class UpscaleParams:
}
def with_args(self, **kwargs):
return ImageParams(
return UpscaleParams(
kwargs.get("upscale_model", self.upscale_model),
kwargs.get("correction_model", self.correction_model),
kwargs.get("denoise", self.denoise),