mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
8c10ab8844
commit
1547f20e6e
@ -2144,6 +2144,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: tri3d-extract-hand, tri3d-fuzzification, tri3d-position-hands, tri3d-atr-parse."
|
"description": "Nodes: tri3d-extract-hand, tri3d-fuzzification, tri3d-position-hands, tri3d-atr-parse."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "storyicon",
|
||||||
|
"title": "segment anything",
|
||||||
|
"reference": "https://github.com/storyicon/comfyui_segment_anything",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/storyicon/comfyui_segment_anything"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Based on GroundingDino and SAM, use semantic strings to segment any element in an image. The comfyui version of sd-webui-segment-anything."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "taabata",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
@ -2405,16 +2415,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "storyicon",
|
|
||||||
"title": "segment anything",
|
|
||||||
"reference": "https://github.com/storyicon/comfyui_segment_anything",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/storyicon/comfyui_segment_anything"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Based on GroundingDino and SAM, use semantic strings to segment any element in an image. The comfyui version of sd-webui-segment-anything."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3325,6 +3325,17 @@
|
|||||||
"title_aux": "ComfyUI roop"
|
"title_aux": "ComfyUI roop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/storyicon/comfyui_segment_anything": [
|
||||||
|
[
|
||||||
|
"GroundingDinoModelLoader (segment anything)",
|
||||||
|
"GroundingDinoSAMSegment (segment anything)",
|
||||||
|
"InvertMask (segment anything)",
|
||||||
|
"SAMModelLoader (segment anything)"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "segment anything"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [
|
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [
|
||||||
[
|
[
|
||||||
"AesthetlcScoreSorter",
|
"AesthetlcScoreSorter",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "storyicon",
|
||||||
|
"title": "segment anything",
|
||||||
|
"reference": "https://github.com/storyicon/comfyui_segment_anything",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/storyicon/comfyui_segment_anything"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Based on GroundingDino and SAM, use semantic strings to segment any element in an image. The comfyui version of sd-webui-segment-anything."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "catscandrive",
|
"author": "catscandrive",
|
||||||
"title": "Image loader with subfolders",
|
"title": "Image loader with subfolders",
|
||||||
|
|||||||
@ -3325,6 +3325,17 @@
|
|||||||
"title_aux": "ComfyUI roop"
|
"title_aux": "ComfyUI roop"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/storyicon/comfyui_segment_anything": [
|
||||||
|
[
|
||||||
|
"GroundingDinoModelLoader (segment anything)",
|
||||||
|
"GroundingDinoSAMSegment (segment anything)",
|
||||||
|
"InvertMask (segment anything)",
|
||||||
|
"SAMModelLoader (segment anything)"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "segment anything"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [
|
"https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [
|
||||||
[
|
[
|
||||||
"AesthetlcScoreSorter",
|
"AesthetlcScoreSorter",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user