diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index eb92fd45..66b7a877 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -402,16 +402,6 @@ "install_type": "git-clone", "description": "Prompt Edit is a custom node for ComfyUI that allows you to pause workflow execution, edit text prompts, and then continue. This is very useful for scenarios where you need to dynamically adjust prompts during the generation process.\nNOTE: The files in the repo are not organized." }, - { - "author": "promptingpixels", - "title": "ComfyUI-DreamOmni2-GGUF [WIP]", - "reference": "https://github.com/rafacost/rafacost-comfy", - "files": [ - "https://github.com/rafacost/rafacost-comfy" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node to run DreamOmni2 GGUF models directly in ComfyUI." - }, { "author": "promptingpixels", "title": "Simple CSV Parser [UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8c10c765..63a2b7f2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -22,6 +22,17 @@ "description": "An enhanced Wan2.2 Image-to-Video node specifically designed to fix the slow-motion issue in 4-step LoRAs (like lightx2v).", "tags": ["video", "image-to-video", "Wan2.2", "LoRA"] }, + { + "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." + }, { "author": "arthur", "title": "Video Output Bridge",