Default Model
This model is the default upscaling model used with UpscalerJS. It is a copy of the 2x model made available via @upscalerjs/esrgan-slim.
Quick start
@upscalerjs/default-model
comes pre-installed with upscaler
. It is the default model when no model
is provided:
import UpscalerJS from 'upscaler';
const upscaler = new UpscalerJS(); // Using the default-model
Documentation
For more documentation, check out the model documentation at upscalerjs.com/models/available/default-model.