From d19a00bfb83be4321988cb03b5c4a75b89a91222 Mon Sep 17 00:00:00 2001 From: luxdelux7 Date: Sun, 30 Nov 2025 19:57:18 +0100 Subject: [PATCH 1/2] Add Forbidden Vision custom node pack Custom face detection/segmentation models with enhancement nodes for ComfyUI. Supports realistic, anime, and NSFW content. --- 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 0ff4208c..ccb57f61 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37722,6 +37722,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" + } ] } From cfc0217dad82812661213097d563527078d95071 Mon Sep 17 00:00:00 2001 From: luxdelux7 Date: Tue, 2 Dec 2025 02:42:00 +0100 Subject: [PATCH 2/2] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index ccb57f61..367c2c61 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37728,7 +37728,7 @@ "title": "Forbidden Vision", "reference": "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision", "files": [ - "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision" + "https://github.com/luxdelux7/ComfyUI-Forbidden-Vision.git" ], "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.",