update DB

This commit is contained in:
Dr.Lt.Data 2024-07-02 21:29:16 +09:00
parent fbee3f59a5
commit de926afbd0
6 changed files with 1468 additions and 1295 deletions

View File

@ -6761,6 +6761,17 @@
"install_type": "git-clone",
"description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt"
},
{
"author": "1038lab",
"title": "ComfyUI-latentSizeSelector",
"id": "ComfyUI-latentSizeSelector",
"reference": "https://github.com/1038lab/ComfyUI_LatentSizeSelector",
"files": [
"https://github.com/1038lab/ComfyUI_LatentSizeSelector"
],
"install_type": "git-clone",
"description": "You'll get a new node Latent Size Selector, you can pick the x and y sizes from a list."
},
{
"author": "Klinter",
"title": "Klinter_nodes",
@ -8469,6 +8480,28 @@
"install_type": "git-clone",
"description": "a comfyui custom node for [a/I2V-Adapter](https://github.com/KwaiVGI/I2V-Adapter)"
},
{
"author": "AIFSH",
"title": "ComfyUI-MimicMotion",
"id": "mimicmotion-aifsh",
"reference": "https://github.com/AIFSH/ComfyUI-MimicMotion",
"files": [
"https://github.com/AIFSH/ComfyUI-MimicMotion"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/MimicMotion](https://github.com/Tencent/MimicMotion)"
},
{
"author": "AIFSH",
"title": "ComfyUI-DiffSynth-Studio",
"id": "diffsynth-studio",
"reference": "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio",
"files": [
"https://github.com/AIFSH/ComfyUI-DiffSynth-Studio"
],
"install_type": "git-clone",
"description": "make [a/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) available in ComfyUI"
},
{
"author": "Koishi-Star",
"title": "Euler-Smea-Dyn-Sampler",
@ -10906,7 +10939,7 @@
"https://github.com/GreenLandisaLie/AuraSR-ComfyUI"
],
"install_type": "git-clone",
"description": "Very basic ComfyUI implementation of [a/Aura-SR](https://github.com/fal-ai/aura-sr)"
"description": "ComfyUI implementation of [a/Aura-SR](https://github.com/fal-ai/aura-sr)"
},
{
"author": "licyk",
@ -10995,7 +11028,16 @@
"install_type": "git-clone",
"description": "provide extra api to run prompt request with parallel execution of independent node"
},
{
"author": "yiwangsimple",
"title": "comfy-groqchat",
"reference": "https://github.com/yiwangsimple/ComfyUI_GroqChat",
"files": [
"https://github.com/yiwangsimple/ComfyUI_GroqChat"
],
"install_type": "git-clone",
"description": "Content generation with open source models in comfyui via graq api implementation."
},

View File

@ -37,6 +37,14 @@
"title_aux": "ComfyUI-GPT2P"
}
],
"https://github.com/1038lab/ComfyUI_LatentSizeSelector": [
[
"LatentSizeSelector"
],
{
"title_aux": "ComfyUI-latentSizeSelector"
}
],
"https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": [
[
"EGIPAdapter_Mad_Assistant",
@ -249,6 +257,20 @@
"title_aux": "AIFSH/ComfyUI-AuraSR"
}
],
"https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": [
[
"ControlNetPathLoader",
"DiffTextNode",
"DiffutoonNode",
"ExVideoNode",
"LoadVideo",
"PreViewVideo",
"SDPathLoader"
],
{
"title_aux": "ComfyUI-DiffSynth-Studio"
}
],
"https://github.com/AIFSH/ComfyUI-FishSpeech": [
[
"FishSpeech_INFER",
@ -336,6 +358,16 @@
"title_aux": "ComfyUI-MimicBrush"
}
],
"https://github.com/AIFSH/ComfyUI-MimicMotion": [
[
"LoadVideo",
"MimicMotionNode",
"PreViewVideo"
],
{
"title_aux": "ComfyUI-MimicMotion"
}
],
"https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": [
[
"CombineAudioVideo",
@ -9539,10 +9571,10 @@
"textMaskOverlay_node"
],
{
"author": "YFG",
"description": "This extension loads a model checkpoint file and extracts the model state dictionary or the entire model, treating all checkpoints as if they are in the root directory.",
"nickname": "\ud83e\udde0 YFG Smart Checkpoint Loader",
"title": "YFG Smart Checkpoint Loader",
"author": "Manny Gonzalez",
"description": "Utility custom nodes for special effects, image manipulation and quality of life tools.",
"nickname": "\ud83d\udc2f YFG Comical Nodes",
"title": "\ud83d\udc2f YFG Comical Nodes",
"title_aux": "\ud83d\ude38 YFG Comical Nodes"
}
],
@ -15107,6 +15139,14 @@
"title_aux": "comfyui_auto_danbooru"
}
],
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [
[
"GroqChatNode"
],
{
"title_aux": "comfy-groqchat"
}
],
"https://github.com/yolain/ComfyUI-Easy-Use": [
[
"dynamicThresholdingFull",

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,27 @@
},
{
"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",
"title": "_topfun_s_nodes",
"reference": "https://github.com/thderoo/ComfyUI-_topfun_s_nodes",
"files": [
"https://github.com/thderoo/ComfyUI-_topfun_s_nodes"
],
"install_type": "git-clone",
"description": "Nodes:Conditioning Perturbation"
},
{
"author": "willblaschko",
"title": "ComfyUI-Unload-Models",
@ -193,7 +214,7 @@
},
{
"author": "kijai",
"title": "ComfyUI DiffSynth wrapper nodes [WIP]",
"title": "ComfyUI DiffSynth wrapper nodes",
"id": "diffsynth-wrapper",
"reference": "https://github.com/kijai/ComfyUI-DiffSynthWrapper",
"files": [

View File

@ -13,6 +13,49 @@
{
"author": "yiwangsimple",
"title": "comfy-groqchat",
"reference": "https://github.com/yiwangsimple/ComfyUI_GroqChat",
"files": [
"https://github.com/yiwangsimple/ComfyUI_GroqChat"
],
"install_type": "git-clone",
"description": "Content generation with open source models in comfyui via graq api implementation."
},
{
"author": "AIFSH",
"title": "ComfyUI-MimicMotion",
"id": "mimicmotion-aifsh",
"reference": "https://github.com/AIFSH/ComfyUI-MimicMotion",
"files": [
"https://github.com/AIFSH/ComfyUI-MimicMotion"
],
"install_type": "git-clone",
"description": "a comfyui custom node for [a/MimicMotion](https://github.com/Tencent/MimicMotion)"
},
{
"author": "AIFSH",
"title": "ComfyUI-DiffSynth-Studio",
"id": "diffsynth-studio",
"reference": "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio",
"files": [
"https://github.com/AIFSH/ComfyUI-DiffSynth-Studio"
],
"install_type": "git-clone",
"description": "make [a/DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) available in ComfyUI"
},
{
"author": "1038lab",
"title": "ComfyUI-latentSizeSelector",
"id": "ComfyUI-latentSizeSelector",
"reference": "https://github.com/1038lab/ComfyUI_LatentSizeSelector",
"files": [
"https://github.com/1038lab/ComfyUI_LatentSizeSelector"
],
"install_type": "git-clone",
"description": "You'll get a new node Latent Size Selector, you can pick the x and y sizes from a list."
},
{
"author": "AIFSH",
"title": "ComfyUI-I2V-Adapter",
@ -163,7 +206,7 @@
"https://github.com/GreenLandisaLie/AuraSR-ComfyUI"
],
"install_type": "git-clone",
"description": "Very basic ComfyUI implementation of [a/Aura-SR](https://github.com/fal-ai/aura-sr)"
"description": "ComfyUI implementation of [a/Aura-SR](https://github.com/fal-ai/aura-sr)"
},
{
"author": "mingqizhang",
@ -652,39 +695,6 @@
],
"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",
"id": "yolo-classifier",
"reference": "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers",
"files": [
"https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers"
],
"install_type": "git-clone",
"description": "Nodes:YOLO Classifier Model Loader, YOLO Classify."
},
{
"author": "kijai",
"title": "ComfyUI-B-LoRA",
"id": "b-lora",
"reference": "https://github.com/liusida/ComfyUI-B-LoRA",
"files": [
"https://github.com/liusida/ComfyUI-B-LoRA"
],
"install_type": "git-clone",
"description": "Load and apply B-LoRA models, currently B-LoRA models only works with SDXL (sdxl_base_1.0)."
}
]
}

View File

@ -37,6 +37,14 @@
"title_aux": "ComfyUI-GPT2P"
}
],
"https://github.com/1038lab/ComfyUI_LatentSizeSelector": [
[
"LatentSizeSelector"
],
{
"title_aux": "ComfyUI-latentSizeSelector"
}
],
"https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": [
[
"EGIPAdapter_Mad_Assistant",
@ -249,6 +257,20 @@
"title_aux": "AIFSH/ComfyUI-AuraSR"
}
],
"https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": [
[
"ControlNetPathLoader",
"DiffTextNode",
"DiffutoonNode",
"ExVideoNode",
"LoadVideo",
"PreViewVideo",
"SDPathLoader"
],
{
"title_aux": "ComfyUI-DiffSynth-Studio"
}
],
"https://github.com/AIFSH/ComfyUI-FishSpeech": [
[
"FishSpeech_INFER",
@ -336,6 +358,16 @@
"title_aux": "ComfyUI-MimicBrush"
}
],
"https://github.com/AIFSH/ComfyUI-MimicMotion": [
[
"LoadVideo",
"MimicMotionNode",
"PreViewVideo"
],
{
"title_aux": "ComfyUI-MimicMotion"
}
],
"https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": [
[
"CombineAudioVideo",
@ -9539,10 +9571,10 @@
"textMaskOverlay_node"
],
{
"author": "YFG",
"description": "This extension loads a model checkpoint file and extracts the model state dictionary or the entire model, treating all checkpoints as if they are in the root directory.",
"nickname": "\ud83e\udde0 YFG Smart Checkpoint Loader",
"title": "YFG Smart Checkpoint Loader",
"author": "Manny Gonzalez",
"description": "Utility custom nodes for special effects, image manipulation and quality of life tools.",
"nickname": "\ud83d\udc2f YFG Comical Nodes",
"title": "\ud83d\udc2f YFG Comical Nodes",
"title_aux": "\ud83d\ude38 YFG Comical Nodes"
}
],
@ -15107,6 +15139,14 @@
"title_aux": "comfyui_auto_danbooru"
}
],
"https://github.com/yiwangsimple/ComfyUI_GroqChat": [
[
"GroqChatNode"
],
{
"title_aux": "comfy-groqchat"
}
],
"https://github.com/yolain/ComfyUI-Easy-Use": [
[
"dynamicThresholdingFull",