Comfy-Org/ComfyUI · error · Exception
Received output data was not an image; likely an SVG. If you
Error message
Received output data was not an image; likely an SVG. If you used style_id, make sure it is not a Vector art style.
What it means
Error "Received output data was not an image; likely an SVG. If you used style_id, make sure it is not a Vector art style." thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_recraft.py:169
pass
def __enter__(self):
pass
def __exit__(self, exc_type, exc_val, exc_tb):
if exc_type is not None and exc_type is UnidentifiedImageError:
raise Exception(
"Received output data was not an image; likely an SVG. "
"If you used style_id, make sure it is not a Vector art style."
)View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Do not use a Vector art style_id when an image output is expected.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_recraft.py:169 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/9c0c39266566913f.
Report an issue: GitHub.