Nodes Browser
ComfyDeploy: How fexli-util-node-comfyui works in ComfyUI?
What is fexli-util-node-comfyui?
Nodes:FEImagePadForOutpaint, FEColorOut, FEColor2Image, FERandomizedColor2Image
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
fexli-util-node-comfyui
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Fe's Util nodes for ComfyUI
Installation
Manual installation
// 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
Installation via comfyui-manager
- Open ComfyUI WebUI
- Navigate to
Manager
->Install Custom Node
- Enter
fexli-util-node-comfyui
in theSearch
field, and clickSearch
- Click
Install
Before you start
configuration config.yaml
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!