From 82d42e409447f91b278a30964ae9b332c8cc63be Mon Sep 17 00:00:00 2001 From: luxdelux7 Date: Tue, 2 Dec 2025 17:32:34 +0100 Subject: [PATCH] Add Forbidden Vision custom node pack (#2328) * Add Forbidden Vision custom node pack Custom face detection/segmentation models with enhancement nodes for ComfyUI. Supports realistic, anime, and NSFW content. * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- 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 31e6559f..725ceab1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37763,6 +37763,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "luxdelux7", + "title": "Forbidden Vision", + "reference": "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision", + "files": [ + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision" + ], + "install_type": "git-clone", + "description": "Custom face detection and segmentation for ComfyUI with automatic face fixing, intelligent color grading, and iterative refinement. Custom-trained models optimized for realistic, anime, and NSFW content.", + "nodename_pattern": "ForbiddenVision" + } ] }