Comfy-Org/ComfyUI · error · Exception
Ideogram V3 image editing requires both an image AND a mask
Error message
Ideogram V3 image editing requires both an image AND a mask
What it means
Error "Ideogram V3 image editing requires both an image AND a mask" thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_ideogram.py:364
files=files,
content_type="multipart/form-data",
max_retries=1,
)
elif image is not None or mask is not None:
# If only one of image or mask is provided, raise an error
raise Exception("Ideogram V3 image editing requires both an image AND a mask")
else:
# Create generation request
gen_request = IdeogramV3Request(View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Provide both an image and a mask for Ideogram V3 editing.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_ideogram.py:364 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/c5a8af826ed642c3.
Report an issue: GitHub.