def __call__()

in src/image_gen_aux/upscalers/upscale_with_model.py [0:0]


    def __call__(
        self,
        image: Union[PIL.Image.Image, np.ndarray, torch.Tensor],
        tiling: bool = False,
        tile_width: int = 512,
        tile_height: int = 512,
        overlap: int = 8,
        return_type: str = "pil",