Nodes Browser

ComfyDeploy: How comfyui_cohere works in ComfyUI?

What is 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.

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_cohere and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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