From 478f4b74d86e621c3d506cc10fc5dcf65ea6af1e Mon Sep 17 00:00:00 2001 From: Eses Date: Thu, 10 Jul 2025 01:36:40 +0300 Subject: [PATCH] add ComfyUI-EsesImageTransform node (#1987) Co-authored-by: eses <13034046+quasiblob@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0b37723f..e1c2cdde 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28261,6 +28261,16 @@ "install_type": "git-clone", "description": "The 'Eses Image Effect Levels' is a ComfyUI custom node that provides a real-time levels adjustment tool directly within the user interface. It allows for interactive control over the tonal range of both images and masks, using a GPU-accelerated PyTorch backend for near instant feedback." }, + { + "author": "quasiblob", + "title": "ComfyUI-EsesImageTransform", + "reference": "https://github.com/quasiblob/ComfyUI-EsesImageTransform", + "files": [ + "https://github.com/quasiblob/ComfyUI-EsesImageTransform" + ], + "install_type": "git-clone", + "description": "Apply 2D transformations to images and masks within ComfyUI. Zoom, position, scale, flip, rotate, squash and stretch the input content. Tile images to create patterns (supports alpha channels). Fill options for managing canvas areas exposed by transformations. Apply masks to RGB images and invert mask inputs or outputs. No extra dependencies." + }, { "author": "TheLustriVA", "title": "ComfyUI Image Size Tool",