mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 02:43:00 +08:00
update DB
This commit is contained in:
parent
d1b0ac907b
commit
5d13dc260e
@ -185,15 +185,15 @@
|
|||||||
"description": "Proper implementation of ImageMagick - the famous software suite for editing and manipulating digital images to ComfyUI using [a/wandpy](https://github.com/emcconville/wand).\nNOTE: You need to install ImageMagick, manually."
|
"description": "Proper implementation of ImageMagick - the famous software suite for editing and manipulating digital images to ComfyUI using [a/wandpy](https://github.com/emcconville/wand).\nNOTE: You need to install ImageMagick, manually."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "biegert",
|
"author": "time-river",
|
||||||
"title": "CLIPSeg",
|
"title": "CLIPSeg",
|
||||||
"id": "clipseg",
|
"id": "clipseg",
|
||||||
"reference": "https://github.com/biegert/ComfyUI-CLIPSeg",
|
"reference": "https://github.com/time-river/ComfyUI-CLIPSeg",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py"
|
"https://github.com/time-river/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py"
|
||||||
],
|
],
|
||||||
"install_type": "copy",
|
"install_type": "copy",
|
||||||
"description": "The CLIPSeg node generates a binary mask for a given input image and text prompt."
|
"description": "The CLIPSeg node generates a binary mask for a given input image and text prompt.\nNOTE:This custom node is a forked custom node with hotfixes applied from the [a/original repository](https://github.com/biegert/ComfyUI-CLIPSeg), which is no longer maintained."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "BlenderNeko",
|
"author": "BlenderNeko",
|
||||||
|
|||||||
@ -5765,15 +5765,6 @@
|
|||||||
"title_aux": "ComfyUI_NAIDGenerator"
|
"title_aux": "ComfyUI_NAIDGenerator"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [
|
|
||||||
[
|
|
||||||
"CLIPSeg",
|
|
||||||
"CombineSegMasks"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "CLIPSeg"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/bilal-arikan/ComfyUI_TextAssets": [
|
"https://github.com/bilal-arikan/ComfyUI_TextAssets": [
|
||||||
[
|
[
|
||||||
"LoadTextAsset"
|
"LoadTextAsset"
|
||||||
@ -13010,6 +13001,15 @@
|
|||||||
"title_aux": "ComfyUI Stable Video Diffusion"
|
"title_aux": "ComfyUI Stable Video Diffusion"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/time-river/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [
|
||||||
|
[
|
||||||
|
"CLIPSeg",
|
||||||
|
"CombineSegMasks"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "CLIPSeg"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/tmagara/ComfyUI-Prediction-Boost": [
|
"https://github.com/tmagara/ComfyUI-Prediction-Boost": [
|
||||||
[
|
[
|
||||||
"PredictionBoost"
|
"PredictionBoost"
|
||||||
|
|||||||
@ -10,6 +10,17 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "biegert",
|
||||||
|
"title": "CLIPSeg [NOT MAINTAINED]",
|
||||||
|
"id": "clipseg",
|
||||||
|
"reference": "https://github.com/biegert/ComfyUI-CLIPSeg",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py"
|
||||||
|
],
|
||||||
|
"install_type": "copy",
|
||||||
|
"description": "The CLIPSeg node generates a binary mask for a given input image and text prompt."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "lulu-xiao",
|
"author": "lulu-xiao",
|
||||||
"title": "Comfyui-MusePose [REMOVED]",
|
"title": "Comfyui-MusePose [REMOVED]",
|
||||||
|
|||||||
@ -5765,15 +5765,6 @@
|
|||||||
"title_aux": "ComfyUI_NAIDGenerator"
|
"title_aux": "ComfyUI_NAIDGenerator"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [
|
|
||||||
[
|
|
||||||
"CLIPSeg",
|
|
||||||
"CombineSegMasks"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "CLIPSeg"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/bilal-arikan/ComfyUI_TextAssets": [
|
"https://github.com/bilal-arikan/ComfyUI_TextAssets": [
|
||||||
[
|
[
|
||||||
"LoadTextAsset"
|
"LoadTextAsset"
|
||||||
@ -13010,6 +13001,15 @@
|
|||||||
"title_aux": "ComfyUI Stable Video Diffusion"
|
"title_aux": "ComfyUI Stable Video Diffusion"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/time-river/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [
|
||||||
|
[
|
||||||
|
"CLIPSeg",
|
||||||
|
"CombineSegMasks"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "CLIPSeg"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/tmagara/ComfyUI-Prediction-Boost": [
|
"https://github.com/tmagara/ComfyUI-Prediction-Boost": [
|
||||||
[
|
[
|
||||||
"PredictionBoost"
|
"PredictionBoost"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user