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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI and Claude
and select it - 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
You can find the node in the ComfyUI package registry via its name "ComfyUI Claude" and install it from there. Alternativeyl, 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
- DescribeImage: Takes an image as input and returns a textual description of it.
- CombineTexts: Combine two texts into something new with the help of Claude.
- TransformText: Transforms an input text into some other text, ideal for rephrasing prompts or similar.