From ea8047344ffe3089bf8dbe9b04c2f9a58b539bb5 Mon Sep 17 00:00:00 2001 From: Hiroaki Ogasawara <13391129+xhiroga@users.noreply.github.com> Date: Sun, 1 Jun 2025 04:01:57 +0900 Subject: [PATCH] feat: ComfyUl-FramePackWrapper_PlusOne (#1891) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 146d39f8..95b10815 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26454,6 +26454,17 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that provides integration with OpenAI-compatible Large Language Model APIs, including OpenAI, local models, and other compatible endpoints. Supports both text-only and multimodal (text + image) interactions." }, + { + "author": "xhiroga", + "title": "ComfyUI-FramePackWrapper_PlusOne", + "id": "comfyui-framepackwrapper-plusone", + "reference": "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne", + "files": [ + "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for FramePack, supporting 1-frame inferences." + },