Fit vs crop on 1.2 when output AR matches input?

#45
by roe2 - opened

Hi, quick question:

Is there any particular advantage to using fit over crop on 1.2 when the output aspect ratio matches the input? I tried both and noticed some small differences in the resulting image, but couldn't really tell which was better.

Thanks! <3

Good observation :) When the output AR matches the input they're almost identical β€” both reduce to the same resize, differing only in how the image lands on the model's 16-px grid, which can shift things by up to 15 px. That's the small difference you saw; neither is better β€” pick whichever looks best on your image :)

Sign up or log in to comment