From 08e0f8517c275d7082d26430a059d05e63122d16 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 2 Feb 2024 22:57:00 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2c927a4..14ef586 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4854,8 +4854,16 @@ "install_type": "git-clone", "description": "This is a project that generates videos frame by frame based on IPAdapter+ControlNet. Unlike [a/Steerable-motion](https://github.com/banodoco/Steerable-Motion), we do not rely on AnimateDiff. This decision is primarily due to the fact that the videos generated by AnimateDiff are often blurry. Through frame-by-frame control using IPAdapter+ControlNet, we can produce higher definition and more controllable videos." }, - - + { + "author": "trumanwong", + "title": "ComfyUI-NSFW-Detection", + "reference": "https://github.com/trumanwong/ComfyUI-NSFW-Detection", + "files": [ + "https://github.com/trumanwong/ComfyUI-NSFW-Detection" + ], + "install_type": "git-clone", + "description": "An implementation of NSFW Detection for ComfyUI" + }, @@ -5175,16 +5183,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "trumanwong", - "title": "ComfyUI-NSFW-Detection", - "reference": "https://github.com/trumanwong/ComfyUI-NSFW-Detection", - "files": [ - "https://github.com/trumanwong/ComfyUI-NSFW-Detection" - ], - "install_type": "git-clone", - "description": "An implementation of NSFW Detection for ComfyUI" - }, + } ] }