From fa9a8257bc1bb70af92041dac333a4e9415d064a Mon Sep 17 00:00:00 2001 From: miranbrajsa Date: Wed, 12 Jun 2024 17:13:19 +0200 Subject: [PATCH] Added LNL Frame Selector. (#765) * Added Late Night Labs' Frame selector suite. * Updated custom node title. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f498122e..181e2f5c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10587,6 +10587,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Late Night Labs", + "title": "LNL Frame Selector", + "id": "lnlframeselector", + "reference": "https://github.com/latenightlabs/ComfyUI-LNL", + "files": [ + "https://github.com/latenightlabs/ComfyUI-LNL" + ], + "install_type": "git-clone", + "description": "Frame Selector & Sequence Selection Node for ComfyUI." } ] }