From 8fa55a4987767d65e878608d3a36a393e6cfd97c Mon Sep 17 00:00:00 2001 From: Rafael Costa Date: Tue, 11 Nov 2025 10:18:18 -0300 Subject: [PATCH] This adds rafacostcomfy nodes, which adds support to DreamOmni2 GGUF VLM models --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7b6083c9..fcd3c3be 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36408,6 +36408,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "rafacost", + "title": "rafacostComfy", + "id": "rafacostcomfy", + "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." } ] }