Comfy-Org/ComfyUI · error · Exception
Content blocked by Google's Responsible AI filters{reason_pa
Error message
Content blocked by Google's Responsible AI filters{reason_part} ({filtered_count} video{'s' if filtered_count != 1 else ''} filtered.) What it means
Error "Content blocked by Google's Responsible AI filters{reason_part} ({filtered_count} video{'s' if filtered_count != 1 else ''} filtered.)" thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_veo2.py:449
raise Exception(f"Veo API error: {poll_response.error.message} (code: {poll_response.error.code})")
response = poll_response.response
filtered_count = response.raiMediaFilteredCount
if filtered_count:
reasons = response.raiMediaFilteredReasons or []
reason_part = f": {reasons[0]}" if reasons else ""
raise Exception(
f"Content blocked by Google's Responsible AI filters{reason_part} "
f"({filtered_count} video{'s' if filtered_count != 1 else ''} filtered)."
)View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Adjust the prompt to comply with Google's Responsible AI filters and try again.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_veo2.py:449 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/ab0f2f2495ffcab1.
Report an issue: GitHub.