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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
comfyui_cohere
and select it - 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