From a1d759c3cddb4f96804ee9b2c196f1bf8db0a27f Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:52:41 +0300 Subject: [PATCH] Update nodes.py --- nodes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes.py b/nodes.py index ca51c0e..0170901 100644 --- a/nodes.py +++ b/nodes.py @@ -4906,7 +4906,8 @@ class MaskOrImageToWeight: FUNCTION = "execute" CATEGORY = "KJNodes" DESCRIPTION = """ -Converts different value lists/series to another type. +Gets the mean values from mask or image batch +and returns that as the selected output type. """ def execute(self, output_type, images=None, masks=None): @@ -4961,8 +4962,7 @@ class WeightScheduleConvert: FUNCTION = "execute" CATEGORY = "KJNodes" DESCRIPTION = """ -Gets the mean value of mask or image -and returns it as a float value. +Converts different value lists/series to another type. """ def detect_input_type(self, input_values):