mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
This commit is contained in:
parent
207ab8c723
commit
3c1b8d5747
@ -2851,7 +2851,7 @@
|
|||||||
"https://github.com/kijai/ComfyUI-DynamiCrafterWrapper"
|
"https://github.com/kijai/ComfyUI-DynamiCrafterWrapper"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Wrapper nodes to use DynamiCrafter image2video and frame interpolation models in ComfyUI"
|
"description": "Wrapper nodes to use DynamiCrafter image2video and frame interpolation models in ComfyUI\nAnd this extension supports ToonCrafter as well"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "kijai",
|
"author": "kijai",
|
||||||
@ -9737,6 +9737,18 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "[a/MusePose](https://github.com/TMElyralab/MusePose) is an image-to-video generation framework for virtual human under control signal such as pose.\nNOTE: You need to download weigths manually from: [a/https://huggingface.co/TMElyralab/MusePose](https://huggingface.co/TMElyralab/MusePose).[w/The repository name has changed. If you are not receiving updates, please delete the existing node and reinstall it.]"
|
"description": "[a/MusePose](https://github.com/TMElyralab/MusePose) is an image-to-video generation framework for virtual human under control signal such as pose.\nNOTE: You need to download weigths manually from: [a/https://huggingface.co/TMElyralab/MusePose](https://huggingface.co/TMElyralab/MusePose).[w/The repository name has changed. If you are not receiving updates, please delete the existing node and reinstall it.]"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "PnthrLeo",
|
||||||
|
"title": "comfyUI-image-search",
|
||||||
|
"id": "image-search",
|
||||||
|
"reference": "https://github.com/PnthrLeo/comfyUI-image-search",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/PnthrLeo/comfyUI-image-search"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:Close Images Searcher"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -351,7 +351,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": [
|
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": [
|
||||||
[
|
[
|
||||||
"Image2Video"
|
"ToonCrafterNode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ToonCrafter"
|
"title_aux": "ComfyUI-ToonCrafter"
|
||||||
@ -3132,6 +3132,14 @@
|
|||||||
"title_aux": "pfaeff-comfyui"
|
"title_aux": "pfaeff-comfyui"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/PnthrLeo/comfyUI-image-search": [
|
||||||
|
[
|
||||||
|
"CloseImagesSearcher"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyUI-image-search"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Pos13/comfyui-cyclist": [
|
"https://github.com/Pos13/comfyui-cyclist": [
|
||||||
[
|
[
|
||||||
"CyclistCompare",
|
"CyclistCompare",
|
||||||
@ -9068,6 +9076,7 @@
|
|||||||
"tool_combine_plus",
|
"tool_combine_plus",
|
||||||
"weather_tool",
|
"weather_tool",
|
||||||
"wikipedia_tool",
|
"wikipedia_tool",
|
||||||
|
"workflow_tool",
|
||||||
"workflow_transfer"
|
"workflow_transfer"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -9928,7 +9937,8 @@
|
|||||||
"DynamiCrafterI2V",
|
"DynamiCrafterI2V",
|
||||||
"DynamiCrafterModelLoader",
|
"DynamiCrafterModelLoader",
|
||||||
"OpenCLIPVisionSelect",
|
"OpenCLIPVisionSelect",
|
||||||
"ToonCrafterI2V"
|
"ToonCrafterDecode",
|
||||||
|
"ToonCrafterInterpolation"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-DynamiCrafterWrapper"
|
"title_aux": "ComfyUI-DynamiCrafterWrapper"
|
||||||
@ -10426,6 +10436,7 @@
|
|||||||
"https://github.com/lks-ai/anynode": [
|
"https://github.com/lks-ai/anynode": [
|
||||||
[
|
[
|
||||||
"AnyNode",
|
"AnyNode",
|
||||||
|
"AnyNodeCodeViewer",
|
||||||
"AnyNodeGemini",
|
"AnyNodeGemini",
|
||||||
"AnyNodeLocal"
|
"AnyNodeLocal"
|
||||||
],
|
],
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -10,6 +10,28 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "Smirnov75",
|
||||||
|
"title": "comfyui.mxtoolkit",
|
||||||
|
"id": "mxtoolkit",
|
||||||
|
"reference": "https://github.com/Smirnov75/comfyui.mxtoolkit",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Smirnov75/comfyui.mxtoolkit"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes: Seed, Stop, Slider, Slider2D, Reroute.\n[w/This node uses the old-style .js extension, so when uninstalling, the user needs to manually delete some files.]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "zmwv823",
|
||||||
|
"title": "ComfyUI-AnyText [UNSTABLE]",
|
||||||
|
"id": "anytext",
|
||||||
|
"reference": "https://github.com/zmwv823/ComfyUI-AnyText",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/zmwv823/ComfyUI-AnyText"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Unofficial Simple And Rough Implementation Of [a/AnyText](https://github.com/tyxsspa/AnyText)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "brycegoh",
|
"author": "brycegoh",
|
||||||
"title": "brycegoh/comfyui-custom-nodes",
|
"title": "brycegoh/comfyui-custom-nodes",
|
||||||
|
|||||||
@ -12,6 +12,17 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "PnthrLeo",
|
||||||
|
"title": "comfyUI-image-search",
|
||||||
|
"id": "image-search",
|
||||||
|
"reference": "https://github.com/PnthrLeo/comfyUI-image-search",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/PnthrLeo/comfyUI-image-search"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:Close Images Searcher"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "AIGODLIKE",
|
"author": "AIGODLIKE",
|
||||||
"title": "ComfyUI-ToonCrafter",
|
"title": "ComfyUI-ToonCrafter",
|
||||||
@ -682,39 +693,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This extension offers automatic drums extraction from audio files, as well as a few helper nodes to support my audio synchronization AnimateDiff workflows."
|
"description": "This extension offers automatic drums extraction from audio files, as well as a few helper nodes to support my audio synchronization AnimateDiff workflows."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "chandlergis",
|
|
||||||
"title": "ComfyUI-IMG_Query",
|
|
||||||
"id": "img-query",
|
|
||||||
"reference": "https://github.com/chandlergis/ComfyUI-IMG_Query",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/chandlergis/ComfyUI-IMG_Query"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Nodes:ImageRequestNode"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "conquestace",
|
|
||||||
"title": "Image Uploader",
|
|
||||||
"id": "image-uploader",
|
|
||||||
"reference": "https://github.com/conquestace/ComfyUI-ImageUploader",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/conquestace/ComfyUI-ImageUploader"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Upload images automatically to image hosting sites."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "icesun963",
|
|
||||||
"title": "HFDownLoad Node for ComfyUI",
|
|
||||||
"id": "HFDownLoad-ic",
|
|
||||||
"reference": "https://github.com/icesun963/ComfyUI_HFDownLoad",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/icesun963/ComfyUI_HFDownLoad"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Download the model from huggingface and put it in any directory."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -351,7 +351,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": [
|
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": [
|
||||||
[
|
[
|
||||||
"Image2Video"
|
"ToonCrafterNode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ToonCrafter"
|
"title_aux": "ComfyUI-ToonCrafter"
|
||||||
@ -3132,6 +3132,14 @@
|
|||||||
"title_aux": "pfaeff-comfyui"
|
"title_aux": "pfaeff-comfyui"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/PnthrLeo/comfyUI-image-search": [
|
||||||
|
[
|
||||||
|
"CloseImagesSearcher"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyUI-image-search"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Pos13/comfyui-cyclist": [
|
"https://github.com/Pos13/comfyui-cyclist": [
|
||||||
[
|
[
|
||||||
"CyclistCompare",
|
"CyclistCompare",
|
||||||
@ -9068,6 +9076,7 @@
|
|||||||
"tool_combine_plus",
|
"tool_combine_plus",
|
||||||
"weather_tool",
|
"weather_tool",
|
||||||
"wikipedia_tool",
|
"wikipedia_tool",
|
||||||
|
"workflow_tool",
|
||||||
"workflow_transfer"
|
"workflow_transfer"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -9928,7 +9937,8 @@
|
|||||||
"DynamiCrafterI2V",
|
"DynamiCrafterI2V",
|
||||||
"DynamiCrafterModelLoader",
|
"DynamiCrafterModelLoader",
|
||||||
"OpenCLIPVisionSelect",
|
"OpenCLIPVisionSelect",
|
||||||
"ToonCrafterI2V"
|
"ToonCrafterDecode",
|
||||||
|
"ToonCrafterInterpolation"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-DynamiCrafterWrapper"
|
"title_aux": "ComfyUI-DynamiCrafterWrapper"
|
||||||
@ -10426,6 +10436,7 @@
|
|||||||
"https://github.com/lks-ai/anynode": [
|
"https://github.com/lks-ai/anynode": [
|
||||||
[
|
[
|
||||||
"AnyNode",
|
"AnyNode",
|
||||||
|
"AnyNodeCodeViewer",
|
||||||
"AnyNodeGemini",
|
"AnyNodeGemini",
|
||||||
"AnyNodeLocal"
|
"AnyNodeLocal"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user