fexli-util-node-comfyui

fexli-util-node-comfyui
★ 3

实用工具ComfyUI节点集合工作流优化
为 ComfyUI 提供一组实用工具节点,简化常用操作、增强工作流并提高创作效率。
💡 在 ComfyUI 中快速添加实用节点,优化流程并自动化常见任务。
🍴 2 Forks💻 Python🔄 2025-06-18
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/51137d50651f
📦 requirements.txt
pycryptodome
sseclient-py
📄 README

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 the Search field, and click Search
  • 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!