diff --git a/README.md b/README.md index d827876..2e6b4c6 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ ComfyUI-Easyai is a powerful extension for ComfyUI that enables users to share workflows and models to easyai. ## ChangeLog +- 20251102: add LoadImagesMulti,使用EasyAI平台多图上传(单任务)节点与该组件对接,可实现批量任务或者任意数量的多图上传和快速选择 + ![LoadImage](./docs/loadImageMulti.png) - 202401027: init ## Features - share workflows to easyai +- LoadImagesMulti ## Installation ### [method1] From Source @@ -21,8 +24,6 @@ If you have a comfy-cli, you can simply execute `comfy node registry-install com ## Usage ![use](./docs/use.gif) - After installation, you can use the Easyai nodes in your ComfyUI workflows. -- For more detailed usage, please refer to the [金华岩石](https://jinhuayanshi.cn) or [三景AI](https://easyai.jinhuayanshi.cn) websites. -- Follow me: ## License This project is licensed under the MIT License. See the LICENSE file for details. \ No newline at end of file diff --git a/docs/loadImageMulti.png b/docs/loadImageMulti.png new file mode 100644 index 0000000..6ba1e50 Binary files /dev/null and b/docs/loadImageMulti.png differ