update DB

This commit is contained in:
Dr.Lt.Data 2024-07-03 23:01:03 +09:00
parent 19bd36caab
commit 9bbd253c8e
5 changed files with 86 additions and 44 deletions

View File

@ -3564,6 +3564,7 @@
"LatentInsertWithBBox(FaceParsing)", "LatentInsertWithBBox(FaceParsing)",
"LatentSize(FaceParsing)", "LatentSize(FaceParsing)",
"MaskComposite(FaceParsing)", "MaskComposite(FaceParsing)",
"MaskInsertWithBBox(FaceParsing)",
"MaskListComposite(FaceParsing)", "MaskListComposite(FaceParsing)",
"MaskListSelect(FaceParsing)", "MaskListSelect(FaceParsing)",
"MaskToBBox(FaceParsing)", "MaskToBBox(FaceParsing)",
@ -11189,6 +11190,32 @@
"title_aux": "Marigold depth estimation in ComfyUI" "title_aux": "Marigold depth estimation in ComfyUI"
} }
], ],
"https://github.com/kijai/ComfyUI-MimicMotionWrapper": [
[
"DiffusersScheduler",
"DownloadAndLoadMimicMotionModel",
"MimicMotionDecode",
"MimicMotionGetPoses",
"MimicMotionSampler"
],
{
"title_aux": "ComfyUI-MimicMotionWrapper"
}
],
"https://github.com/kijai/ComfyUI-OpenDiTWrapper": [
[
"DownloadAndLoadOpenDiTT5Model",
"DownloadAndLoadOpenSoraModel",
"DownloadAndLoadOpenSoraVAE",
"OpenDiTConditioning",
"OpenDiTSampler",
"OpenSoraDecode",
"OpenSoraEncodeReference"
],
{
"title_aux": "ComfyUI-OpenDiTWrapper"
}
],
"https://github.com/kijai/ComfyUI-SUPIR": [ "https://github.com/kijai/ComfyUI-SUPIR": [
[ [
"SUPIR_Upscale", "SUPIR_Upscale",

View File

@ -3504,6 +3504,16 @@
"last_update": "2024-06-19 09:10:03", "last_update": "2024-06-19 09:10:03",
"author_account_age_days": 2192 "author_account_age_days": 2192
}, },
"https://github.com/kijai/ComfyUI-MimicMotionWrapper": {
"stars": 49,
"last_update": "2024-07-03 13:00:13",
"author_account_age_days": 2192
},
"https://github.com/kijai/ComfyUI-OpenDiTWrapper": {
"stars": 29,
"last_update": "2024-06-29 23:57:37",
"author_account_age_days": 2192
},
"https://github.com/kijai/ComfyUI-SUPIR": { "https://github.com/kijai/ComfyUI-SUPIR": {
"stars": 1215, "stars": 1215,
"last_update": "2024-06-27 13:40:56", "last_update": "2024-06-27 13:40:56",

View File

@ -10,17 +10,6 @@
}, },
{
"author": "kijai",
"title": "MimicMotion wrapper for ComfyUI [WIP]",
"id": "mimicmotion-wrapper",
"reference": "https://github.com/kijai/ComfyUI-MimicMotionWrapper",
"files": [
"https://github.com/kijai/ComfyUI-MimicMotionWrapper"
],
"install_type": "git-clone",
"description": "Original repo: [a/https://github.com/tencent/MimicMotion](https://github.com/tencent/MimicMotion)"
},
{ {
"author": "thderoo", "author": "thderoo",
"title": "_topfun_s_nodes", "title": "_topfun_s_nodes",
@ -41,17 +30,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This repository provides developers with a way to better manage their ComfyUI model memory. It includes nodes that allow developers to either unload all models or unload one model at a time. These nodes are designed as pass-through nodes, so they can be used anywhere in the flow. The nodes can be found in the 'Unload Model' section.[w/These are massive hammers, and it could be possible to break things, please don't use them if you need finesse.]" "description": "This repository provides developers with a way to better manage their ComfyUI model memory. It includes nodes that allow developers to either unload all models or unload one model at a time. These nodes are designed as pass-through nodes, so they can be used anywhere in the flow. The nodes can be found in the 'Unload Model' section.[w/These are massive hammers, and it could be possible to break things, please don't use them if you need finesse.]"
}, },
{
"author": "kijai",
"title": "ComfyUI-OpenDiTWrapper [WIP]",
"id": "open-dit-wrapper",
"reference": "https://github.com/kijai/ComfyUI-OpenDiTWrapper",
"files": [
"https://github.com/kijai/ComfyUI-OpenDiTWrapper"
],
"install_type": "git-clone",
"description": "Original repo: [a/https://github.com/NUS-HPC-AI-Lab/OpenDiT](https://github.com/NUS-HPC-AI-Lab/OpenDiT)"
},
{ {
"author": "GeekyGhost", "author": "GeekyGhost",
"title": "ComfyUI-GeekyRemB v2", "title": "ComfyUI-GeekyRemB v2",

View File

@ -13,6 +13,28 @@
{
"author": "kijai",
"title": "ComfyUI-MimicMotionWrapper",
"id": "mimicmotion-kijai",
"reference": "https://github.com/kijai/ComfyUI-MimicMotionWrapper",
"files": [
"https://github.com/kijai/ComfyUI-MimicMotionWrapper"
],
"install_type": "git-clone",
"description": "Optimized wrapper nodes for MimicMotion: [a/https://github.com/tencent/MimicMotion](https://github.com/tencent/MimicMotion)"
},
{
"author": "kijai",
"title": "ComfyUI-OpenDiTWrapper",
"id": "opendit-kijai",
"reference": "https://github.com/kijai/ComfyUI-OpenDiTWrapper",
"files": [
"https://github.com/kijai/ComfyUI-OpenDiTWrapper"
],
"install_type": "git-clone",
"description": "Wrapper nodes for OpenDiT: [a/OpenDiT](https://github.com/NUS-HPC-AI-Lab/OpenDiT/), supports Open-Sora t2i and i2i"
},
{ {
"author": "smthemex", "author": "smthemex",
"title": "ComfyUI_MS_Diffusion", "title": "ComfyUI_MS_Diffusion",
@ -672,28 +694,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: add-image-miro-board." "description": "Nodes: add-image-miro-board."
},
{
"author": "SamKhoze",
"title": "DeepFuze",
"id": "deepfuze",
"reference": "https://github.com/SamKhoze/ComfyUI-DeepFuze",
"files": [
"https://github.com/SamKhoze/ComfyUI-DeepFuze"
],
"install_type": "git-clone",
"description": "DeepFuze is a state-of-the-art deep learning tool that seamlessly integrates with ComfyUI to revolutionize facial transformations, lipsyncing, video generation, voice cloning, face swapping, and lipsync translation. Leveraging advanced algorithms, DeepFuze enables users to combine audio and video with unparalleled realism, ensuring perfectly synchronized facial movements. This innovative solution is ideal for content creators, animators, developers, and anyone seeking to elevate their video editing projects with sophisticated AI-driven features."
},
{
"author": "AIFSH",
"title": "ComfyUI-UniAnimate",
"id": "unianimate",
"reference": "https://github.com/AIFSH/ComfyUI-UniAnimate",
"files": [
"https://github.com/AIFSH/ComfyUI-UniAnimate"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/UniAnimate](https://github.com/ali-vilab/UniAnimate)"
} }
] ]
} }

View File

@ -3564,6 +3564,7 @@
"LatentInsertWithBBox(FaceParsing)", "LatentInsertWithBBox(FaceParsing)",
"LatentSize(FaceParsing)", "LatentSize(FaceParsing)",
"MaskComposite(FaceParsing)", "MaskComposite(FaceParsing)",
"MaskInsertWithBBox(FaceParsing)",
"MaskListComposite(FaceParsing)", "MaskListComposite(FaceParsing)",
"MaskListSelect(FaceParsing)", "MaskListSelect(FaceParsing)",
"MaskToBBox(FaceParsing)", "MaskToBBox(FaceParsing)",
@ -11189,6 +11190,32 @@
"title_aux": "Marigold depth estimation in ComfyUI" "title_aux": "Marigold depth estimation in ComfyUI"
} }
], ],
"https://github.com/kijai/ComfyUI-MimicMotionWrapper": [
[
"DiffusersScheduler",
"DownloadAndLoadMimicMotionModel",
"MimicMotionDecode",
"MimicMotionGetPoses",
"MimicMotionSampler"
],
{
"title_aux": "ComfyUI-MimicMotionWrapper"
}
],
"https://github.com/kijai/ComfyUI-OpenDiTWrapper": [
[
"DownloadAndLoadOpenDiTT5Model",
"DownloadAndLoadOpenSoraModel",
"DownloadAndLoadOpenSoraVAE",
"OpenDiTConditioning",
"OpenDiTSampler",
"OpenSoraDecode",
"OpenSoraEncodeReference"
],
{
"title_aux": "ComfyUI-OpenDiTWrapper"
}
],
"https://github.com/kijai/ComfyUI-SUPIR": [ "https://github.com/kijai/ComfyUI-SUPIR": [
[ [
"SUPIR_Upscale", "SUPIR_Upscale",