20.07.2025, 23:11
It seems that the problem is on the clip mask.
If you extract the frame 165 from the mask and copy it as transparent selection over the frame 165 rendered by ProPainter.
You obtain the following frame.
![[Image: attachment.php?aid=3227]](https://forum.selur.net/attachment.php?aid=3227)
As you can see the letter I of the mask is over the letter F the rendered image. Try to check the coordinates they are different.
For the tests is better to don't use the crop region and use the full frame, but with half size, something like this
Dan
If you extract the frame 165 from the mask and copy it as transparent selection over the frame 165 rendered by ProPainter.
You obtain the following frame.
As you can see the letter I of the mask is over the letter F the rendered image. Try to check the coordinates they are different.
For the tests is better to don't use the crop region and use the full frame, but with half size, something like this
clipMask = clipMask.resize.Spline36(width=640, height=360)
clip = clip.resize.Spline36(width=640, height=360)
clip = ProPainter(clip=clip, clip_mask=clipMask, length=202)
Dan