Comfy-Org/ComfyUI · error · Exception
Template '{template}' is not recognized.
Error message
Template '{template}' is not recognized. What it means
Error "Template '{template}' is not recognized." thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_pixverse.py:67
outputs=[IO.Custom(PixverseIO.TEMPLATE).Output(display_name="pixverse_template")],
)
@classmethod
def execute(cls, template: str) -> IO.NodeOutput:
template_id = pixverse_templates.get(template, None)
if template_id is None:
raise Exception(f"Template '{template}' is not recognized.")
return IO.NodeOutput(template_id)
View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Select a recognized PixVerse template.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_pixverse.py:67 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/3b0528708f478969.
Report an issue: GitHub.