From ab8eea556b7c7f3a0ab7fb6c22f398dfe7427d6b Mon Sep 17 00:00:00 2001 From: eses <13034046+quasiblob@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:22:25 +0300 Subject: [PATCH] add ComfyUI-EsesImageEffectCurves node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2eb8b0bf..4abaf12b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28212,6 +28212,16 @@ "install_type": "git-clone", "description": "The 'Eses Image Resize' node offers comprehensive image resizing capabilities within ComfyUI. It supports various scaling modes including scaling by a specific ratio, target megapixels, or directly to fixed dimensions. The node provides framing options to handle aspect ratio changes, allowing users to 'Crop to Fit' (fill) the target frame or 'Fit to Frame' (letterbox) the image with a customizable fill color. It also generates and outputs a corresponding mask, with control over the letterbox area's color (black or white) within the mask." }, + { + "author": "quasiblob", + "title": "ComfyUI-EsesImageEffectCurves", + "reference": "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves", + "files": [ + "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves" + ], + "install_type": "git-clone", + "description": "Channel curves custom node for ComfyUI. RGB, R, G and B, luma and saturation curves adjustments. Save and load presets. Real-time curves adjustment tool directly within the user interface. Precise, interactive control over the tonal range of both image channels and masks, using a GPU-accelerated PyTorch backend for instant feedback." + }, { "author": "TheLustriVA", "title": "ComfyUI Image Size Tool",