mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-04-09 07:46:58 +08:00
Update nodes.py
This commit is contained in:
parent
d9f0a4c430
commit
85140734f0
4
nodes.py
4
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}),
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user