From 4d22ed9779881a579dd5f6f0e1d5a123c51b383e Mon Sep 17 00:00:00 2001 From: Benjamin Gregg <90132896+Night1099@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:39:12 -0600 Subject: [PATCH] Add PBRFusion4 Node (#2609) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e1d66aee..828f7b31 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43460,6 +43460,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." } ] }