From 4d25232c5f4fe82c91355b13d7a329e77eb0ef49 Mon Sep 17 00:00:00 2001 From: RafaCost3D Date: Wed, 12 Nov 2025 11:47:44 -0300 Subject: [PATCH] This adds rafacostcomfy nodes DreamOmni2 GGUF (#2272) * This adds rafacostcomfy nodes, which adds support to DreamOmni2 GGUF VLM models * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2e32afe2..cc45c936 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36430,6 +36430,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "rafacost", + "title": "rafacostComfy", + "id": "rafacost-comfy", + "reference": "https://github.com/rafacost/rafacost-comfy", + "files": [ + "https://github.com/rafacost/rafacost-comfy" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for DreamOmni2 GGUF multimodal models — powered directly by llama-cpp-python." } ] }