Extensions/comfyui_cohere
ComfyUI Extension

comfyui_cohere

This is a node for using cohere (Command R+) from ComfyUI. You need to edit the startup .bat file of ComfyUI and describe the API key obtained from Cohere as follows.

By sugarkwork·Created 2 years ago·Updated about a year ago· 2
sugarkwork/comfyui_cohere
Nodes1
On cloudLocal install
Categorytext
Stars2
Updatedabout a year ago
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

image