Duplicate posts showing up in loop using infinite scroll

I have never seen a custom loop like that, you should try getting rid of

<?php get_template_part( 'loop', 'contents' ); ?>

and replace it with

 the_content();