From 2bfece24fe1bd95aacb90c7df6f7511536c6503e Mon Sep 17 00:00:00 2001 From: Raykosan <71210053+Raykosan@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:50:21 +0300 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20Add=20=F0=9F=A6=8A=20RS=20Safe=20Sa?= =?UTF-8?q?turation=20Node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 dcb5ad03..2395a20d 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -23794,6 +23794,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, +{ + "author": "Raykosan", + "title": "🦊 RS Safe Saturation", + "reference": "ComfyUI_RS-SaturationNode", + "files": ["https://github.com/Raykosan/ComfyUI_RS-SaturationNode"], + "install_type": "git-clone", + "description": "Artifact-free saturation adjustment with tensor support", + "tags": ["image processing", "color correction"], + "id": "rs-saturation-node" +} + ] } From 3ca12a60858bbc1857d6efd3b205c6a582797568 Mon Sep 17 00:00:00 2001 From: Raykosan <71210053+Raykosan@users.noreply.github.com> Date: Tue, 8 Apr 2025 04:06:56 +0300 Subject: [PATCH 2/3] Update custom-node-list.json Add new node --- custom-node-list.json | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9e8110e7..f70b669a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -23863,16 +23863,26 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." }, -{ - "author": "Raykosan", - "title": "🦊 RS Safe Saturation", - "reference": "ComfyUI_RS-SaturationNode", - "files": ["https://github.com/Raykosan/ComfyUI_RS-SaturationNode"], - "install_type": "git-clone", - "description": "Artifact-free saturation adjustment with tensor support", - "tags": ["image processing", "color correction"], - "id": "rs-saturation-node" -} + { + "author": "Raykosan", + "title": "🦊 RS Safe Saturation", + "reference": "ComfyUI_RS-SaturationNode", + "files": ["https://github.com/Raykosan/ComfyUI_RS-SaturationNode"], + "install_type": "git-clone", + "description": "Artifact-free saturation adjustment with tensor support", + "tags": ["image processing", "color correction"], + "id": "rs-saturation-node" + }, + { + "author": "Raykosan", + "title": "🦊 RS RusTextOverlay", + "id": "rs-text-overlay-node", + "reference": "ComfyUI_RaykoStudio", + "files": ["https://github.com/Raykosan/ComfyUI_RaykoStudio"], + "install_type": "git-clone", + "description": "A node for ComfyUI that allows you to overlay text on an image in an area defined by a mask, with support for text rotation, custom fonts, line breaks and transparency.", + "tags": ["image processing", "text overlay"] + }, ] } From 50253f2ac2333d616bbfb0184bca3d97a74873f5 Mon Sep 17 00:00:00 2001 From: Raykosan <71210053+Raykosan@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:36:40 +0300 Subject: [PATCH 3/3] Update custom-node-list.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Сhanging the description of the ComfyUI_RaykoStudio node. Removing the ComfyUI_RS-SaturationNode node --- custom-node-list.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2c47fec4..3bf4b7f4 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25373,16 +25373,6 @@ "install_type": "git-clone", "description": "Interactive sigma schedule editor with graph and text input." }, - { - "author": "Raykosan", - "title": "ComfyUI_RS-SaturationNode", - "reference": "https://github.com/Raykosan/ComfyUI_RS-SaturationNode", - "files": [ - "https://github.com/Raykosan/ComfyUI_RS-SaturationNode" - ], - "install_type": "git-clone", - "description": "Professional image saturation control with artifact and highlight protection." - }, { "author": "Raykosan", "title": "ComfyUI_RaykoStudio", @@ -25391,7 +25381,7 @@ "https://github.com/Raykosan/ComfyUI_RaykoStudio" ], "install_type": "git-clone", - "description": "A node for ComfyUI that allows you to overlay text on an image in an area defined by a mask, with support for text rotation, custom fonts, line breaks and transparency." + "description": "Set of custom nodes for ComfyUI providing additional image processing capabilities ." }, { "author": "MasterpieceX",