Create a comments template for custom post types

In the single template of the custom post type i.e. “single-posttype.php” (create one if it doesn’t exist). In the function comments_template() the first parameter represents the filename, so make it comments_template('/comments_file_name.php');

Reference- http://codex.wordpress.org/Function_Reference/comments_template