# fexli-util-node-comfyui **Repository Path**: sd-comfy/fexli-util-node-comfyui ## Basic Information - **Project Name**: fexli-util-node-comfyui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-09 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fe's Util nodes for ComfyUI ## Installation ### Manual installation ```bash // 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 1. Open ComfyUI WebUI 2. Navigate to `Manager` -> `Install Custom Node` 3. Enter `fexli-util-node-comfyui` in the `Search` field, and click `Search` 4. Click `Install` ## Before you start ### configuration config.yaml move `config_example.yaml` to `config.yaml` and fill in the following fields ```yaml bc_docker_api: openai_key: openai_host: - https://api.openai.com/v1/chat/completions - ``` Enjoy!