Skip to content

Commit ba89969

Browse files
committed
median
1 parent 882aabf commit ba89969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodes/image_utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ def INPUT_TYPES(cls):
12981298
return {
12991299
"required": {
13001300
"images": (IO.IMAGE,),
1301-
"sample_method": (["center", "majority"], {"default": "center"}),
1301+
"sample_method": (["majority", "center", "median"], {"default": "center"}),
13021302
# "grid_size": (IO.INT, {"default": 4}),
13031303
"min_size": (IO.INT, {"default": 1, "tooltip": "Minimum size of the detected pixel pattern"}),
13041304
"peak_width": (IO.INT, {"default": 1, "tooltip": "Minimum peak width for peak detection."}),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Python Script
6363
6464
Load LoRA Dual
6565
"""
66-
version = "1.0.86"
66+
version = "1.0.87"
6767
license = { file = "LICENSE" }
6868
dependencies = [
6969
"googletrans",

0 commit comments

Comments
 (0)