Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.44.1
ComfyUI_fnodes
ComfyUI_fnodes是一个为ComfyUI设计的自定义节点集合。这些节点提供了额外的功能,可以增强您的ComfyUI工作流程。
功能
文件操作工具:
图像缩放工具:
IPAdapter工具:
图像处理工具:
遮罩工具:
人脸分析工具:
采样器工具:
杂项工具:
安装
确保您已经安装了ComfyUI,部分功能需要安装其他自定义节点
- ComfyUI_IPAdapter_plus: https://github.com/cubiq/ComfyUI_IPAdapter_plus
- ComfyUI_essentials: https://github.com/cubiq/ComfyUI_essentials
- ComfyUI_FaceAnalysis: https://github.com/cubiq/ComfyUI_FaceAnalysis
克隆此仓库到ComfyUI的
custom_nodes
目录:cd ComfyUI/custom_nodes git clone https://github.com/your-username/ComfyUI_fnodes.git
安装依赖:
pip install -r ComfyUI_fnodes/requirements.txt
使用
安装后,新的节点将在ComfyUI的节点列表中可用。您可以像使用其他节点一样将它们添加到您的工作流程中。
贡献
欢迎贡献!如果您有任何改进建议或发现了bug,请开启一个issue或提交一个pull request。
许可
本项目采用MIT许可证。详情请见LICENSE文件。