Nodes Browser
ComfyDeploy: How ComfyUI_fnodes works in ComfyUI?
What is ComfyUI_fnodes?
ComfyUI_fnodes is a collection of custom nodes designed for ComfyUI. These nodes provide additional functionality that can enhance your ComfyUI workflows. File manipulation tools, Image resizing tools, IPAdapter tools, Image processing tools, Mask tools, Face analysis tools, Sampler tools, Miscellaneous tools
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
ComfyUI_fnodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI_fnodes
ComfyUI_fnodes是一个为ComfyUI设计的自定义节点集合。这些节点提供了额外的功能,可以增强您的ComfyUI工作流程。
功能
-
文件操作工具:
-
图像缩放工具:
-
IPAdapter工具:
-
图像处理工具:
-
遮罩工具:
-
人脸分析工具:
-
采样器工具:
-
杂项工具:
安装
-
确保您已经安装了ComfyUI,部分功能需要安装其他自定义节点
- ComfyUI_IPAdapter_plus: https://github.com/cubiq/ComfyUI_IPAdapter_plus
- 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文件。