From 21de2cf83d159df6d65ba138a77fe999c8921400 Mon Sep 17 00:00:00 2001 From: BaiCai <101706274+baicai99@users.noreply.github.com> Date: Sun, 16 Jun 2024 07:28:46 +0800 Subject: [PATCH] Update custom-node-list.json (#777) --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index fde28926..6b172b9e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10730,6 +10730,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "baicai99", + "title": "ComfyUI-FrameSkipping", + "id": "FrameSkipping", + "reference": "https://github.com/baicai99/ComfyUI-FrameSkipping", + "files": [ + "https://github.com/baicai99/ComfyUI-FrameSkipping" + ], + "install_type": "git-clone", + "description": "Used to process video redrawing, frame skipping, frame ending early, etc." + }, ] }