// switch to your project's root directory
cd custom_nodes
git clone https://github.com/fexli/fexli-util-node-comfyui.git
cd fexli-util-node-comfyui
pip install -r requirements.txt
- Open ComfyUI WebUI
- Navigate to
Manager
->Install Custom Node
- Enter
fexli-util-node-comfyui
in theSearch
field, and clickSearch
- Click
Install
move config_example.yaml
to config.yaml
and fill in the following fields
bc_docker_api: <bc docker infer api>
openai_key: <your openai key>
openai_host:
- https://api.openai.com/v1/chat/completions
- <your openai proxy>
Enjoy!