Comfy-Org/ComfyUI · error · Exception

Content filtered by Google's Responsible AI practices: {reas

Error message

Content filtered by Google's Responsible AI practices: {reason} ({poll_response.response.raiMediaFilteredCount} videos filtered.)

What it means

Error "Content filtered by Google's Responsible AI practices: {reason} ({poll_response.response.raiMediaFilteredCount} videos filtered.)" thrown in Comfy-Org/ComfyUI.

Source

Thrown at comfy_api_nodes/nodes_veo2.py:229

                and poll_response.response.raiMediaFilteredReasons
            ):
                reason = poll_response.response.raiMediaFilteredReasons[0]
                error_message = f"Content filtered by Google's Responsible AI practices: {reason} ({poll_response.response.raiMediaFilteredCount} videos filtered.)"
            else:
                error_message = f"Content filtered by Google's Responsible AI practices ({poll_response.response.raiMediaFilteredCount} videos filtered.)"

            raise Exception(error_message)

        # Extract video data
        if (

View on GitHub (pinned to 1c6d8d45b3)

Solutions

  1. Adjust the prompt to comply with Google's Responsible AI practices and try again.

When it happens

Trigger: Thrown at comfy_api_nodes/nodes_veo2.py:229 when the library encounters an invalid state.

Common situations: See trigger scenarios.


AI-assisted analysis of Comfy-Org/ComfyUI@1c6d8d45b3 (2026-08-14). Data as JSON: /api/errors/f5fc0837d5cfe44e. Report an issue: GitHub.