From 85140734f052877a94bfadd4532c945cc0113720 Mon Sep 17 00:00:00 2001 From: kijai Date: Thu, 16 Nov 2023 17:41:17 +0200 Subject: [PATCH] Update nodes.py --- nodes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes.py b/nodes.py index 38d7e89..f9f1f94 100644 --- a/nodes.py +++ b/nodes.py @@ -1799,9 +1799,9 @@ class BatchCLIPSeg: { "images": ("IMAGE",), "text": ("STRING", {"multiline": False}), - "threshold": ("FLOAT", {"default": 0.4,"min": 0.0, "max": 10.0, "step": 0.01}), + "threshold": ("FLOAT", {"default": 0.15,"min": 0.0, "max": 10.0, "step": 0.01}), "binary_mask": ("BOOLEAN", {"default": True}), - "combine_mask": ("BOOLEAN", {"default": True}), + "combine_mask": ("BOOLEAN", {"default": False}), "use_cuda": ("BOOLEAN", {"default": True}), }, }