From a2fde8374b9caad351e989ef72c02e0fa426faad Mon Sep 17 00:00:00 2001 From: Ben Gregg Date: Fri, 13 Feb 2026 11:36:12 -0600 Subject: [PATCH] Add PBRFusion4 Node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 23946c90..bab73b27 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43459,6 +43459,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Night1099", + "title": "ComfyUI-PBRFusion4", + "id": "comfyui-pbrfusion4", + "reference": "https://github.com/Night1099/COMFYUI-PBRFusion4", + "files": [ + "https://github.com/Night1099/COMFYUI-PBRFusion4" + ], + "install_type": "git-clone", + "description": "PBR texture generation diffusion model nodes. Generate depth maps and normal maps from baked textures using PBRFusion4." } ] }