Hi, the portfolio-page.php file does not include the statement for displaying comments. If you would like to add it, copy the following code into the area of the file where you would like to display comments:
<?php
if ( comments_open() || '0' != get_comments_number() ) :
comments_template();
endif;
?>