update DB

This commit is contained in:
Dr.Lt.Data 2024-06-18 00:10:46 +09:00
parent 06f93ec2db
commit 3fbe1199be
8 changed files with 320 additions and 93 deletions

View File

@ -8269,6 +8269,28 @@
"install_type": "git-clone",
"description": "a comfyui custom node for [a/MimicBrush](https://github.com/ali-vilab/MimicBrush),then inpainting with reference image."
},
{
"author": "AIFSH",
"title": "ComfyUI-Hallo",
"id": "hallo",
"reference": "https://github.com/AIFSH/ComfyUI-Hallo",
"files": [
"https://github.com/AIFSH/ComfyUI-Hallo"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/hallo](https://github.com/fudan-generative-vision/hallo)"
},
{
"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)"
},
{
"author": "Koishi-Star",
"title": "Euler-Smea-Dyn-Sampler",
@ -10176,6 +10198,17 @@
"install_type": "git-clone",
"description": "ComfyUI implementation of [a/FlashFace: Human Image Personalization with High-fidelity Identity Preservation](https://github.com/ali-vilab/FlashFace)\nNOTE: You need to downalod models manually."
},
{
"author": "nuanarchy",
"title": "ComfyUI-NuA-BIRD",
"id": "nua-bird",
"reference": "https://github.com/nuanarchy/ComfyUI-NuA-BIRD",
"files": [
"https://github.com/nuanarchy/ComfyUI-NuA-BIRD"
],
"install_type": "git-clone",
"description": "ComfyUI implementation of '[a/Blind Image Restoration via Fast Diffusion Inversion](https://github.com/hamadichihaoui/BIRD)' Original [a/article](https://arxiv.org/abs/2405.19572)"
},
{
"author": "denfrost",
"title": "Den_ComfyUI_Workflows",
@ -10384,6 +10417,28 @@
"install_type": "git-clone",
"description": "Nodes:YOLO Classifier Model Loader, YOLO Classify."
},
{
"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": "superyoman",
"title": "comfyui_lumaAPI",
"id": "luma",
"reference": "https://github.com/superyoman/comfyui_lumaAPI",
"files": [
"https://github.com/superyoman/comfyui_lumaAPI"
],
"install_type": "git-clone",
"description": "Unofficial Luma API-ComfyUI version.[w/WARN: This project is for learning purpose only!]"
},

View File

@ -247,6 +247,17 @@
"title_aux": "ComfyUI-GPT_SoVITS"
}
],
"https://github.com/AIFSH/ComfyUI-Hallo": [
[
"HalloNode",
"LoadAudioPath",
"LoadImagePath",
"PreViewVideo"
],
{
"title_aux": "ComfyUI-Hallo"
}
],
"https://github.com/AIFSH/ComfyUI-IP_LAP": [
[
"CombineAudioVideo",
@ -309,6 +320,18 @@
"title_aux": "ComfyUI-UVR5"
}
],
"https://github.com/AIFSH/ComfyUI-UniAnimate": [
[
"LoadImagePath",
"LoadVideo",
"PoseAlignNode",
"PreViewVideo",
"UniAnimateNode"
],
{
"title_aux": "ComfyUI-UniAnimate"
}
],
"https://github.com/AIFSH/ComfyUI-WhisperX": [
[
"LoadAudio",
@ -2408,6 +2431,7 @@
"ADE_ApplyAnimateDiffModel",
"ADE_ApplyAnimateDiffModelSimple",
"ADE_ApplyAnimateDiffModelWithCameraCtrl",
"ADE_ApplyAnimateDiffModelWithPIA",
"ADE_ApplyAnimateLCMI2VModel",
"ADE_AttachLoraHookToCLIP",
"ADE_AttachLoraHookToConditioning",
@ -2427,6 +2451,9 @@
"ADE_CustomCFGKeyframe",
"ADE_EmptyLatentImageLarge",
"ADE_InjectI2VIntoAnimateDiffModel",
"ADE_InjectPIAIntoAnimateDiffModel",
"ADE_InputPIA_Multival",
"ADE_InputPIA_PaperPresets",
"ADE_IterationOptsDefault",
"ADE_IterationOptsFreeInit",
"ADE_LoadAnimateDiffModel",
@ -2438,12 +2465,16 @@
"ADE_LoraHookKeyframe",
"ADE_LoraHookKeyframeFromStrengthList",
"ADE_LoraHookKeyframeInterpolation",
"ADE_MaskedLoadLora",
"ADE_MultivalConvertToMask",
"ADE_MultivalDynamic",
"ADE_MultivalDynamicFloatInput",
"ADE_MultivalScaledMask",
"ADE_NoiseLayerAdd",
"ADE_NoiseLayerAddWeighted",
"ADE_NoiseLayerReplace",
"ADE_NoisedImageInjectOptions",
"ADE_NoisedImageInjection",
"ADE_PIA_AnimateDiffKeyframe",
"ADE_PairedConditioningSetMask",
"ADE_PairedConditioningSetMaskAndCombine",
"ADE_PairedConditioningSetUnmaskedAndCombine",
@ -3439,6 +3470,19 @@
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
}
],
"https://github.com/SamKhoze/ComfyUI-DeepFuze": [
[
"DeepFuzeAdavance",
"DeepFuzeFaceSwap",
"DeepfuzePreview",
"LLM_node",
"PlayBackAudio",
"TTS_generation"
],
{
"title_aux": "DeepFuze"
}
],
"https://github.com/SayanoAI/Comfy-RVC": [
[
"AudioBatchValueNode",
@ -4527,6 +4571,7 @@
[
"ttN KSampler_v2",
"ttN advPlot range",
"ttN advPlot string",
"ttN advanced xyPlot",
"ttN compareInput",
"ttN concat",
@ -7096,7 +7141,9 @@
"LayerUtility: Seed",
"LayerUtility: ShowBlindWaterMark",
"LayerUtility: SimpleTextImage",
"LayerUtility: String",
"LayerUtility: StringCondition",
"LayerUtility: SwitchCase",
"LayerUtility: TextBox",
"LayerUtility: TextImage",
"LayerUtility: TextJoin",
@ -12079,6 +12126,19 @@
"title_aux": "ntdviet/comfyui-ext"
}
],
"https://github.com/nuanarchy/ComfyUI-NuA-BIRD": [
[
"Bird_Deblurring_NuA",
"Bird_Denoising_NuA",
"Bird_Inpainting_NuA",
"Bird_Loader_NuA",
"Bird_Non_Uniform_Deblurring_NuA",
"Bird_Super_Resolution_NuA"
],
{
"title_aux": "ComfyUI-NuA-BIRD"
}
],
"https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": [
[
"FlashFace_Loader_NuA",
@ -13511,6 +13571,15 @@
"title_aux": "comfyui_tag_filter"
}
],
"https://github.com/superyoman/comfyui_lumaAPI": [
[
"LUMA_API_YoC",
"LUMA_API_result_YoC"
],
{
"title_aux": "comfyui_lumaAPI"
}
],
"https://github.com/syllebra/bilbox-comfyui": [
[
"BilboXLut",

View File

@ -79,6 +79,11 @@
"last_update": "2024-06-14 07:05:01",
"author_account_age_days": 224
},
"https://github.com/AIFSH/ComfyUI-Hallo": {
"stars": 3,
"last_update": "2024-06-17 11:38:09",
"author_account_age_days": 224
},
"https://github.com/AIFSH/ComfyUI-IP_LAP": {
"stars": 22,
"last_update": "2024-06-14 07:05:39",
@ -109,6 +114,11 @@
"last_update": "2024-06-14 07:04:43",
"author_account_age_days": 224
},
"https://github.com/AIFSH/ComfyUI-UniAnimate": {
"stars": 2,
"last_update": "2024-06-17 08:22:47",
"author_account_age_days": 224
},
"https://github.com/AIFSH/ComfyUI-WhisperX": {
"stars": 18,
"last_update": "2024-06-14 07:05:31",
@ -1164,6 +1174,11 @@
"last_update": "2024-05-23 09:39:07",
"author_account_age_days": 4076
},
"https://github.com/SamKhoze/ComfyUI-DeepFuze": {
"stars": 7,
"last_update": "2024-06-17 07:26:03",
"author_account_age_days": 1436
},
"https://github.com/SayanoAI/Comfy-RVC": {
"stars": 2,
"last_update": "2024-06-14 08:57:33",
@ -3774,6 +3789,11 @@
"last_update": "2024-05-22 22:22:14",
"author_account_age_days": 1710
},
"https://github.com/nuanarchy/ComfyUI-NuA-BIRD": {
"stars": 2,
"last_update": "2024-06-17 13:38:12",
"author_account_age_days": 1085
},
"https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": {
"stars": 8,
"last_update": "2024-06-14 20:24:04",
@ -4329,6 +4349,11 @@
"last_update": "2024-05-27 13:38:24",
"author_account_age_days": 868
},
"https://github.com/superyoman/comfyui_lumaAPI": {
"stars": 5,
"last_update": "2024-06-17 14:26:50",
"author_account_age_days": 442
},
"https://github.com/syllebra/bilbox-comfyui": {
"stars": 80,
"last_update": "2024-05-22 20:40:43",

View File

@ -11,7 +11,39 @@
{
"author": "mingqizhang",
"title": "ComfyUI_tool_zmq",
"id": "tool-zmq",
"reference": "https://github.com/mingqizhang/ComfyUI_tool_zmq",
"files": [
"https://github.com/mingqizhang/ComfyUI_tool_zmq"
],
"install_type": "git-clone",
"description": "Nodes:ImageConcat, ImageFlip, DWposeTransform, PoseFilter, DrawPose, ReplaceImgae, LoadImageFromPath."
},
{
"author": "kijai",
"title": "ComfyUI-LuminaWrapper [WIP]",
"id": "luminawrapper",
"reference": "https://github.com/kijai/ComfyUI-LuminaWrapper",
"files": [
"https://github.com/kijai/ComfyUI-LuminaWrapper"
],
"install_type": "git-clone",
"description": "NOTE:Currently requires flash_attn!"
},
{
"author": "pzzmyc",
"title": "comfyui-sd3-simple-simpletuner",
"id": "simpletuner",
"reference": "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner",
"files": [
"https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner"
],
"install_type": "git-clone",
"description": "Nodes:sd3 simple simpletuner by hhy."
},
{
"author": "horidream",
"title": "ComfyUI-Horidream",

View File

@ -14,6 +14,61 @@
{
"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)"
},
{
"author": "AIFSH",
"title": "ComfyUI-Hallo",
"id": "hallo",
"reference": "https://github.com/AIFSH/ComfyUI-Hallo",
"files": [
"https://github.com/AIFSH/ComfyUI-Hallo"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/hallo](https://github.com/fudan-generative-vision/hallo)"
},
{
"author": "superyoman",
"title": "comfyui_lumaAPI",
"id": "luma",
"reference": "https://github.com/superyoman/comfyui_lumaAPI",
"files": [
"https://github.com/superyoman/comfyui_lumaAPI"
],
"install_type": "git-clone",
"description": "Unofficial Luma API-ComfyUI version.[w/WARN: This project is for learning purpose only!]"
},
{
"author": "nuanarchy",
"title": "ComfyUI-NuA-BIRD",
"id": "nua-bird",
"reference": "https://github.com/nuanarchy/ComfyUI-NuA-BIRD",
"files": [
"https://github.com/nuanarchy/ComfyUI-NuA-BIRD"
],
"install_type": "git-clone",
"description": "ComfyUI implementation of '[a/Blind Image Restoration via Fast Diffusion Inversion](https://github.com/hamadichihaoui/BIRD)' Original [a/article](https://arxiv.org/abs/2405.19572)"
},
{
"author": "SuperMasterBlasterLaser",
"title": "ComfyUI_YOLO_Classifiers",
@ -637,95 +692,6 @@
],
"install_type": "git-clone",
"description": "This node allows the execution of Node.js application within ComfyUI by leveraging the ComfyUI-NODEJS, which starts alongside ComfyUI and facilitates the installation of Node.js. The integration enables Python subprocesses to execute Node.js scripts."
},
{
"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": "A set of useful nodes for convenient use of ComfyUI, including: Seed randomization before the generation process starts, with saving of the last used values and the ability to automatically interrupt the current generation; A function to pause the generation process; Slider nodes for convenient control of input parameters; An alternative version of the standard Reroute node."
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-Animated-optical-illusions",
"id": "animated-optical-illusion",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions"
],
"install_type": "git-clone",
"description": "Animated optical illusions in ComfyUI"
},
{
"author": "AARG-FAN",
"title": "Image-vector-for-ComfyUI",
"id": "image-vector",
"reference": "https://github.com/AARG-FAN/Image-Raster-for-ComfyUI",
"files": [
"https://github.com/AARG-FAN/Image-Raster-for-ComfyUI"
],
"install_type": "git-clone",
"description": "a wrap-up of ComfyUI nodes for converting pixels to raster, sent out to [a/Vtracer](https://github.com/visioncortex/vtracer)!"
},
{
"author": "l20richo",
"title": "ComfyUI-Azure-Blob-Storage",
"id": "azure-blob-storage",
"reference": "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage",
"files": [
"https://github.com/l20richo/ComfyUI-Azure-Blob-Storage"
],
"install_type": "git-clone",
"description": "ComfyUI-Azure-Blob-Storage seamlessly integrates with [a/Azure Blob Storage](https://azure.microsoft.com/en-us/products/storage/blobs/) in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from Azure blob containers within the ComfyUI graph interface."
},
{
"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",
"title": "ComfyUI-ToonCrafter",
"id": "tooncrafter",
"reference": "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter",
"files": [
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter"
],
"install_type": "git-clone",
"description": "This project is used to enable [a/ToonCrafter](https://github.com/ToonCrafter/ToonCrafter) to be used in ComfyUI.\nYou can use it to achieve generative keyframe animation\nAnd use it in Blender for animation rendering and prediction"
},
{
"author": "viperyl",
"title": "ComfyUI-RGT",
"id": "rgt",
"reference": "https://github.com/viperyl/ComfyUI-RGT",
"pip": ["loguru"],
"files": [
"https://github.com/viperyl/ComfyUI-RGT"
],
"install_type": "git-clone",
"description": "This repo cast Recursive Generalization Transformer for Image Super-Resolution to ComfyUI, the original [a/paper link](https://arxiv.org/abs/2303.06373) and [a/github link](https://github.com/zhengchen1999/RGT)"
},
{
"author": "TMElyralab",
"title": "Comfyui-MusePose",
"id": "musepose",
"reference": "https://github.com/TMElyralab/Comfyui-MusePose",
"files": [
"https://github.com/TMElyralab/Comfyui-MusePose"
],
"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.]"
}
]
}

View File

@ -247,6 +247,17 @@
"title_aux": "ComfyUI-GPT_SoVITS"
}
],
"https://github.com/AIFSH/ComfyUI-Hallo": [
[
"HalloNode",
"LoadAudioPath",
"LoadImagePath",
"PreViewVideo"
],
{
"title_aux": "ComfyUI-Hallo"
}
],
"https://github.com/AIFSH/ComfyUI-IP_LAP": [
[
"CombineAudioVideo",
@ -309,6 +320,18 @@
"title_aux": "ComfyUI-UVR5"
}
],
"https://github.com/AIFSH/ComfyUI-UniAnimate": [
[
"LoadImagePath",
"LoadVideo",
"PoseAlignNode",
"PreViewVideo",
"UniAnimateNode"
],
{
"title_aux": "ComfyUI-UniAnimate"
}
],
"https://github.com/AIFSH/ComfyUI-WhisperX": [
[
"LoadAudio",
@ -2408,6 +2431,7 @@
"ADE_ApplyAnimateDiffModel",
"ADE_ApplyAnimateDiffModelSimple",
"ADE_ApplyAnimateDiffModelWithCameraCtrl",
"ADE_ApplyAnimateDiffModelWithPIA",
"ADE_ApplyAnimateLCMI2VModel",
"ADE_AttachLoraHookToCLIP",
"ADE_AttachLoraHookToConditioning",
@ -2427,6 +2451,9 @@
"ADE_CustomCFGKeyframe",
"ADE_EmptyLatentImageLarge",
"ADE_InjectI2VIntoAnimateDiffModel",
"ADE_InjectPIAIntoAnimateDiffModel",
"ADE_InputPIA_Multival",
"ADE_InputPIA_PaperPresets",
"ADE_IterationOptsDefault",
"ADE_IterationOptsFreeInit",
"ADE_LoadAnimateDiffModel",
@ -2438,12 +2465,16 @@
"ADE_LoraHookKeyframe",
"ADE_LoraHookKeyframeFromStrengthList",
"ADE_LoraHookKeyframeInterpolation",
"ADE_MaskedLoadLora",
"ADE_MultivalConvertToMask",
"ADE_MultivalDynamic",
"ADE_MultivalDynamicFloatInput",
"ADE_MultivalScaledMask",
"ADE_NoiseLayerAdd",
"ADE_NoiseLayerAddWeighted",
"ADE_NoiseLayerReplace",
"ADE_NoisedImageInjectOptions",
"ADE_NoisedImageInjection",
"ADE_PIA_AnimateDiffKeyframe",
"ADE_PairedConditioningSetMask",
"ADE_PairedConditioningSetMaskAndCombine",
"ADE_PairedConditioningSetUnmaskedAndCombine",
@ -3439,6 +3470,19 @@
"title_aux": "ComfyUI A1111-like Prompt Custom Node Solution"
}
],
"https://github.com/SamKhoze/ComfyUI-DeepFuze": [
[
"DeepFuzeAdavance",
"DeepFuzeFaceSwap",
"DeepfuzePreview",
"LLM_node",
"PlayBackAudio",
"TTS_generation"
],
{
"title_aux": "DeepFuze"
}
],
"https://github.com/SayanoAI/Comfy-RVC": [
[
"AudioBatchValueNode",
@ -4527,6 +4571,7 @@
[
"ttN KSampler_v2",
"ttN advPlot range",
"ttN advPlot string",
"ttN advanced xyPlot",
"ttN compareInput",
"ttN concat",
@ -7096,7 +7141,9 @@
"LayerUtility: Seed",
"LayerUtility: ShowBlindWaterMark",
"LayerUtility: SimpleTextImage",
"LayerUtility: String",
"LayerUtility: StringCondition",
"LayerUtility: SwitchCase",
"LayerUtility: TextBox",
"LayerUtility: TextImage",
"LayerUtility: TextJoin",
@ -12079,6 +12126,19 @@
"title_aux": "ntdviet/comfyui-ext"
}
],
"https://github.com/nuanarchy/ComfyUI-NuA-BIRD": [
[
"Bird_Deblurring_NuA",
"Bird_Denoising_NuA",
"Bird_Inpainting_NuA",
"Bird_Loader_NuA",
"Bird_Non_Uniform_Deblurring_NuA",
"Bird_Super_Resolution_NuA"
],
{
"title_aux": "ComfyUI-NuA-BIRD"
}
],
"https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": [
[
"FlashFace_Loader_NuA",
@ -13511,6 +13571,15 @@
"title_aux": "comfyui_tag_filter"
}
],
"https://github.com/superyoman/comfyui_lumaAPI": [
[
"LUMA_API_YoC",
"LUMA_API_result_YoC"
],
{
"title_aux": "comfyui_lumaAPI"
}
],
"https://github.com/syllebra/bilbox-comfyui": [
[
"BilboXLut",

View File

@ -199,6 +199,16 @@
],
"install_type": "git-clone",
"description": "Nodes:jtong.Highway, Example"
},
{
"author": "thinkthinking",
"title": "ComfyUI-Ye",
"reference": "https://github.com/thinkthinking/ComfyUI-Ye",
"files": [
"https://github.com/thinkthinking/ComfyUI-Ye"
],
"install_type": "git-clone",
"description": "Nodes:Signature|Ye, CheckpointLoader|Ye, PrintHelloWorld|Ye."
}
]
}

View File

@ -8,6 +8,7 @@ import re
import locale
import platform
import json
import ast
glob_path = os.path.join(os.path.dirname(__file__), "glob")
sys.path.append(glob_path)
@ -543,7 +544,7 @@ if os.path.exists(script_list_path):
executed.add(line)
try:
script = eval(line)
script = ast.literal_eval(line)
if script[1].startswith('#') and script[1] != '#FORCE':
if script[1] == "#LAZY-INSTALL-SCRIPT":