Update nodes.py

This commit is contained in:
kijai 2024-04-22 09:52:41 +03:00
parent 9b25146064
commit a1d759c3cd

View File

@ -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):