A set of custom nodes that are using Anthropic's Claude models for describing images and transforming texts.
A set of custom nodes that are using Anthropic's Claude models for describing images and transforming texts.
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.
You need an Anthropic API key that you must fill in the nodes. Learn more about this here.