tell RealESRGANer which device to run on, could be cuda, M1, or other GPU

This commit is contained in:
yajun 2023-08-23 14:31:38 +08:00
parent 68f336bd99
commit f29b4cd7cb
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class UpscalerRealESRGAN(Upscaler):
half=not cmd_opts.no_half and not cmd_opts.upcast_sampling,
tile=opts.ESRGAN_tile,
tile_pad=opts.ESRGAN_tile_overlap,
device=self.device,
)
upsampled = upsampler.enhance(np.array(img), outscale=info.scale)[0]