From 1e83c804d2038697cd56362a7646452b137078e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Duman?= Date: Sun, 4 May 2025 04:11:35 +0300 Subject: [PATCH] Add ComfyUI_LayerStyle and ComfyUI-Inpaint-CropAndStitch --- custom_nodes.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom_nodes.json b/custom_nodes.json index 46996b2d..c1b1e545 100644 --- a/custom_nodes.json +++ b/custom_nodes.json @@ -265,5 +265,13 @@ { "repo": "https://github.com/ostris/ComfyUI-Advanced-Vision", "commit": "a0d6e80" + }, + { + "repo": "https://github.com/chflame163/ComfyUI_LayerStyle", + "commit": "c0fb64d" + }, + { + "repo": "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch", + "commit": "f165313" } ]