comfyui_cohere

comfyui_cohere
★ 1

文本生成CohereAPI 密钥ComfyUI 节点
在 ComfyUI 中接入 Cohere(Command R+)的节点,需在启动 .bat 设置 COHERE_API_KEY,便于在流程中调用 Cohere 文本生成功能。
💡 在 ComfyUI 流程中调用 Cohere 的 Command R+ 生成或处理文本。
🍴 3 Forks💻 Python🔄 2025-06-11
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/8b0992d318c3
📦 requirements.txt
cohere
image
📄 README

comfyui_cohere

ComfyUI から cohere (Command R+)を使用するためのノードです。

ComfyUI の起動 bat ファイルを編集して、以下のように Cohere から取得した API キーを記述する必要があります。

@echo off

set COHERE_API_KEY=COHERE_API_KEY

.\python_embeded\python.exe -s ComfyUI\main.py –windows-standalone-build

pause

SimpleCohereNode