def _convert_image_to_rgb()

in clip/clip.py [0:0]


def _convert_image_to_rgb(image):
    return image.convert("RGB")