def __call__()

in src/image_gen_aux/preprocessors/lineart_standard/lineart_standard_preprocessor.py [0:0]


    def __call__(
        self,
        image: Union[PIL.Image.Image, np.ndarray, List[PIL.Image.Image]],
        resolution_scale: float = 1.0,
        invert: bool = False,
        gaussian_sigma=6.0,
        intensity_threshold=8,
        return_type: str = "pil",