PyTorch package to calculate SSIM score between images

Hello, is there a PyTorch package or in-built method in PyTorch that I can use to find the SSIM score between two sets of images?

Ignite and torchmetrics seem to provide these method.