Nodes Browser

ComfyDeploy: How ComfyUI and Claude works in ComfyUI?

What is ComfyUI and Claude?

A set of custom nodes that are using Anthropic's Claude models for describing images and transforming texts.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI and Claude and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI and Claude

A set of custom nodes that are using Anthropic's Claude models for describing images and transforming texts.

Setup

Clone the repository into your custom nodes folder and install the requirements:

git clone https://github.com/tkreuziger/comfyui-claude.git ./ComfyUI/custom_nodes/comfyui-claude
python3 -m pip install -r ./ComfyUI/custom_nodes/comfyui-claude/requirements.txt

Then restart ComfyUI.

Requirements

You need an Anthropic API key that you must fill in the nodes. Learn more about this here.

Included nodes

  1. DescribeImage: Takes an image as input and returns a textual description of it.
  2. CombineTexts: Combine two texts into something new with the help of Claude.
  3. TransformText: Transforms an input text into some other text, ideal for rephrasing prompts or similar.