https://github.com/sugarkwork/comfyui_cohere
This code provides a node implementation for utilizing Cohere's Command R plus on ComfyUI. Ensure that you set your API key within the environment variables of ComfyUI to enable seamless interaction with the Cohere language model.
https://github.com/sugarkwork/comfyui_cohere
Last synced: 6 months ago
JSON representation
This code provides a node implementation for utilizing Cohere's Command R plus on ComfyUI. Ensure that you set your API key within the environment variables of ComfyUI to enable seamless interaction with the Cohere language model.
- Host: GitHub
- URL: https://github.com/sugarkwork/comfyui_cohere
- Owner: sugarkwork
- License: mit
- Created: 2024-04-29T23:37:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T13:44:03.000Z (7 months ago)
- Last Synced: 2025-06-10T14:46:50.770Z (7 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **comfyui_cohere**
- awesome-comfyui - **comfyui_cohere**
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
