From 4e6945b1f876eacea0557ba6a53ffc67ce04d751 Mon Sep 17 00:00:00 2001 From: ZHO-ZHO-ZHO <140084057+ZHO-ZHO-ZHO@users.noreply.github.com> Date: Tue, 23 Jan 2024 23:14:08 +0800 Subject: [PATCH 1/2] Update custom-node-list.json --- custom-node-list.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index eea5bbb9..38702755 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10,6 +10,26 @@ "install_type": "git-clone", "description": "ComfyUI-Manager itself is also a custom node." }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-InstantID", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of InstantID for ComfyUI" + }, + { + "author": "ZHO-ZHO-ZHO", + "title": "ComfyUI-PhotoMaker", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker", + "files": [ + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of PhotoMaker for ComfyUI" + }, { "author": "Dr.Lt.Data", "title": "ComfyUI Impact Pack", From 14c3549d8259b7853c12b76010545856f2b2eda4 Mon Sep 17 00:00:00 2001 From: ZHO-ZHO-ZHO <140084057+ZHO-ZHO-ZHO@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:52:19 +0800 Subject: [PATCH 2/2] ADD QWen-VL-Plus & QWen-VL-Max in ComfyUI --- custom-node-list.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 91bb6905..8f4b2ee7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12,23 +12,13 @@ }, { "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-InstantID", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID", + "title": "ComfyUI-Qwen-VL-API", + "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API", "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID" + "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API" ], "install_type": "git-clone", - "description": "Unofficial implementation of InstantID for ComfyUI" - }, - { - "author": "ZHO-ZHO-ZHO", - "title": "ComfyUI-PhotoMaker", - "reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker", - "files": [ - "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of PhotoMaker for ComfyUI" + "description": "QWen-VL-Plus & QWen-VL-Max in ComfyUI" }, { "author": "Dr.Lt.Data",