Skip to content

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.

License

Notifications You must be signed in to change notification settings

sugarkwork/comfyui_cohere

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages