From a03ae260de25f1d0a5e21b82440ec3ad4dae3120 Mon Sep 17 00:00:00 2001 From: eses <13034046+quasiblob@users.noreply.github.com> Date: Wed, 9 Jul 2025 21:52:15 +0300 Subject: [PATCH] add ComfyUI-EsesImageTransform node --- 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",