@ -14,7 +14,7 @@
"language_info": {
"name": "python"
},
"accelerator": "GPU"
"accelerator": "CPU"
"cells": [
{
@ -426,4 +426,4 @@
"outputs": []
}
]
@ -1295,7 +1295,7 @@ def upscale_with_realesrgan(image, RealESRGAN_upscaling, RealESRGAN_model_index)
scale=info.netscale,
model_path=info.location,
model=model,
half=True
half=False
)
upsampled = upsampler.enhance(np.array(image), outscale=RealESRGAN_upscaling)[0]