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." + },