TPAI is creating an incomplete EXIF:UniqueCameraModel tag. It should be set to a concatenation of EXIF:Make and EXIF:Model. Note that TPAI currently does this correctly for the XMP:CameraProfilesUniqueCameraModel tag.
Without the Make information, the practical upshot is that one cannot use linear profiles in Lightroom, or presumably any others that were not prepackaged with Lightroom.
Steps to reproduce issue:
- Create a DNG file from a RAW file with TPAI.
- Examine the EXIF:UniqueCameraModel tag with exiftool.
- You will see that is has only the Model name, not Make + Model.
For my Fuji camera, this tag comes out as just “GFX100S”. It should instead be “Fujifilm GFX 100S”.
Note that this happens both via the Lightroom plugin and the standalone application.
The fix is to write the same tag as TPAI is currently writing for XMP:CameraProfilesUniqueCameraModel.
Topaz Photo AI v2.0.4 on Windows