Compare two images and show the differences

I want to give two images as an input and output will be a third image with the differences being highlighted. Is there any model available to achieve this?

Note: Yes I know we can do this using Python Imaging Library or scikit-learn but I wanted to explore this area if it can be done using gpt 4 or so. Thanks.