ComfyUI-EasyAI is a powerful extension for ComfyUI that enables users to share workflows and models to EasyAI
Go to file
2025-12-02 13:00:41 +08:00
docs 增加文档说明 2025-12-02 13:00:41 +08:00
js update 2024-10-27 03:29:14 +00:00
__init__.py fix any 2025-05-15 20:58:54 +08:00
.gitignore update 2024-10-27 01:38:08 +00:00
nodes.py 增加一个图像上传节点,支持多图上传,适合新出的Qwen多图编辑 2025-12-02 12:55:13 +08:00
pyproject.toml first commit 2024-10-27 01:30:16 +00:00
README.md 增加文档说明 2025-12-02 13:00:41 +08:00
requirements.txt fix any 2025-05-15 21:01:16 +08:00

ComfyUI-Easyai

ComfyUI-Easyai is a powerful extension for ComfyUI that enables users to share workflows and models to easyai.

ChangeLog

  • 20251102: add LoadImagesMulti使用EasyAI平台多图上传单任务节点与该组件对接可实现批量任务或者任意数量的多图上传和快速选择 LoadImage
  • 202401027: init

Features

  • share workflows to easyai
  • LoadImagesMulti

Installation

[method1] From Source

  • Clone or download this repository into your ComfyUI/custom_nodes/ directory.
  • Install the required dependencies by running pip install -r requirements.txt.

[method2] From ComfyUI-Manager

If you have ComfyUI-Manager, you can simply search "Easyai for ComfyUI" from Custom Nodes Manager and install these custom nodes

[method3] From Comfy Register using comfy-cli

If you have a comfy-cli, you can simply execute comfy node registry-install comfyui-easyai in command line.

Usage

use

  • After installation, you can use the Easyai nodes in your ComfyUI workflows.

License

This project is licensed under the MIT License. See the LICENSE file for details.