From 531908ca4e19d0b785d7124faef44f45001b4a55 Mon Sep 17 00:00:00 2001 From: Hiroaki Ogasawara <13391129+xhiroga@users.noreply.github.com> Date: Sat, 31 May 2025 23:45:53 +0900 Subject: [PATCH] feat: ComfyUl-FramePackWrapper_PlusOne --- 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." + },