A solution for this is:
go to > wp-content/plugins/comment-images/class-comment-image.php
and go to Line 453
Edit this condition:
if ( ‘disabled’ != get_option( ‘comment_image_toggle_state’ ) && ‘disable’ != get_post_meta( $post_id, ‘comment_images_toggle’, true ) && in_category(‘ID OR SLUG’)) {
replace in_category for “in_page() if is especific page, you can add more attributes just place “||” after the first contidion
in_category() || in_page || etc….