Comments on homepage (index.php) are duplicated under posts

Seems I fixed it myself, I had to call

<?php global $withcomments; $withcomments = 1; comments_template('/comments.php', true); ?>

as I am filtering comments by type:

<?php wp_list_comments('type=comment&callback=jennygg_comment'); ?>