update DB

This commit is contained in:
Dr.Lt.Data
2024-07-20 18:19:18 +09:00
parent 3976a5dc8c
commit f06afbd423
6 changed files with 968 additions and 908 deletions

View File

@@ -4297,7 +4297,7 @@
"https://github.com/wmatson/easy-comfy-nodes"
],
"install_type": "git-clone",
"description": "Nodes: HTTP POST, Empty Dict, Assoc Str, Assoc Dict, Assoc Img, Load Img From URL (EZ), Load Img Batch From URLs (EZ), Video Combine + upload (EZ), ..."
"description": "A collection of utility nodes primarily for interacting with comfy via automated systems"
},
{
"author": "DrJKL",
@@ -11754,6 +11754,17 @@
"install_type": "git-clone",
"description": "Just a simple node to filter out NSFW outputs. This node utilizes [a/AdamCodd/vit-base-nsfw-detector](https://huggingface.co/AdamCodd/vit-base-nsfw-detector) to score the outputs. I chose this model because it's small, fast, and performed very well in my testing. Nudity tends to be scored in the 0.95+ range, but I've set the default to 0.8 as a safe baseline."
},
{
"author": "WX-NPS1598",
"title": "Auto Crop By NPS",
"id": "autocrop-nps",
"reference": "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS",
"files": [
"https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS"
],
"install_type": "git-clone",
"description": "A very useful automatic cropping tool! It can realize cropping, expansion and rotation functions in the form of a slider. "
},