From fdc804fd39f3146c32c8ba60674e37527b8595cc Mon Sep 17 00:00:00 2001 From: verqqa Date: Wed, 10 Jun 2026 18:34:56 +0000 Subject: [PATCH] Add PromptNodethingLD to custom node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ec4d9b6f..9833fde3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -53205,6 +53205,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "verqqa", + "title": "PromptNodethingLD", + "id": "promptnodethingld", + "reference": "https://github.com/verqqa/PromptNodethingLD", + "files": [ + "https://github.com/verqqa/PromptNodethingLD" + ], + "install_type": "git-clone", + "description": "Cinematic AI prompt node for LTX video. Three-pass pipeline: Choreography pre-pass, main generation, lint + auto-repair. Supports Windows, Linux, macOS via llama.cpp (Gemma 4 26B)." } ] }