Anthropic Claude is a family of powerful AI models known for strong reasoning, safety, and long-context capabilities. ComfyUI has integrated the Anthropic Claude API through Partner Nodes, allowing you to use Claude directly in your workflows for conversational and image analysis tasks. In this guide, we will walk you through using the Anthropic Claude node in ComfyUI.Documentation Index
Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
Use this file to discover all available pages before exploring further.
Supported Models
| Model | Strengths |
|---|---|
| Opus 4.7 | Anthropic’s most capable model. Step-change improvement in agentic coding, complex reasoning, and nuanced analysis. 1M context window. Knowledge cutoff: Jan 2026. |
| Opus 4.6 | Previous generation flagship with strong all-around performance. 1M context window. |
| Sonnet 4.6 | Best balance of speed and intelligence for most workloads. 1M context window. Fast latency. |
| Sonnet 4.5 | Fast and capable, good for everyday tasks. 200k context window. |
| Haiku 4.5 | Fastest and most cost-effective option for simple queries and high-throughput use cases. 200k context window. |
Anthropic Claude Chat Workflow
Run in Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search “Anthropic Claude” in Template Library
In the corresponding template, we have built a prompt for analyzing and generating role prompts, used to interpret your images into corresponding drawing prompts.
- In the
Load Imagenode, load the image you need AI to interpret (optional — skip for text-only queries) - In the
Anthropic Claudenode, modifypromptto set your conversation prompt, or changemodelto select a different Claude model - (Optional) Set the
system_promptto define the model’s behavioral instructions - Click
Runor pressCtrl(cmd) + Enterto execute the conversation - After the API returns results, view the AI response in the
Preview Anynode
Additional Notes
- Adjust
max_tokens(up to 32000) andtemperature(0.0 to 1.0) in the node’s advanced options - The
seedparameter controls whether the node re-runs — results are non-deterministic regardless of seed value