From cb820f02492a8ecb866bb41eecacafc5c9ca7611 Mon Sep 17 00:00:00 2001 From: sovahc <7010920+sovahc@users.noreply.github.com> Date: Fri, 21 Nov 2025 03:14:59 +0200 Subject: [PATCH] Description is fixed --- nodes/image_nodes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/image_nodes.py b/nodes/image_nodes.py index 3975ab3..8bc9496 100644 --- a/nodes/image_nodes.py +++ b/nodes/image_nodes.py @@ -2145,8 +2145,8 @@ class ReplaceImagesInBatch: FUNCTION = "replace" CATEGORY = "KJNodes/image" DESCRIPTION = """ -Replaces the images in a batch, starting from the specified start index and step, -with the replacement images. +Replaces the images in a batch, starting from the specified start index with step stride, +using the replacement images. """ @classmethod