i found this in an old article but it still works:
Just add:
<?
if(!$single){
$withcomments = TRUE;
}
?>
to the top of home.php in your template directory
followed by:
<?php comments_template(); ?>
there where you want to display the comments.
It worked for me!