update DB

This commit is contained in:
Dr.Lt.Data 2024-06-08 09:04:52 +09:00
parent 4bed2d9ff7
commit 07155e7251
5 changed files with 92 additions and 28 deletions

View File

@ -10078,6 +10078,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": "LZpenguin",
"title": "ComfyUI-Text",
"id": "comfy-text",
"reference": "https://github.com/LZpenguin/ComfyUI-Text",
"files": [
"https://github.com/LZpenguin/ComfyUI-Text"
],
"install_type": "git-clone",
"description": "Nodes:Add_text_by_mask"
},
@ -10438,6 +10449,16 @@
"install_type": "copy",
"description": "A custom depth estimation node for ComfyUI using transformer models. It integrates depth estimation with automatic gamma correction, contrast adjustment, and edge detection, based on the [a/TransformDepth](https://github.com/Limbicnation/TransformDepth) repository."
},
{
"author": "seghier",
"title": "ComfyUI_LibreTranslate",
"reference": "https://github.com/seghier/ComfyUI_LibreTranslate",
"files": [
"https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py"
],
"install_type": "copy",
"description": "Use LibreTranslation in ComfyUI [a/https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)"
},

View File

@ -2489,6 +2489,17 @@
"title_aux": "ImagesGrid"
}
],
"https://github.com/LZpenguin/ComfyUI-Text": [
[
"CombinationText",
"PlaceholderText",
"ReplaceText",
"ShowText"
],
{
"title_aux": "ComfyUI-Text"
}
],
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": [
[
"LoRA Caption Load",
@ -2768,17 +2779,6 @@
"title_aux": "ComfyUI-BadmanNodes"
}
],
"https://github.com/MarkoCa1/ComfyUI-Text": [
[
"CombinationText",
"PlaceholderText",
"ReplaceText",
"ShowText"
],
{
"title_aux": "ComfyUI_Text"
}
],
"https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [
[
"AutomaticMask(segment anything)"
@ -12419,6 +12419,14 @@
"title_aux": "SRL's nodes"
}
],
"https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py": [
[
"LibreTranslate"
],
{
"title_aux": "ComfyUI_LibreTranslate"
}
],
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
[
"AdjustAndRoundDimensions",
@ -12545,7 +12553,8 @@
"https://github.com/shadowcz007/comfyui-sound-lab": [
[
"AudioPlay",
"Musicgen"
"Musicgen",
"StableAudioSampler"
],
{
"title_aux": "comfyui-sound-lab"

View File

@ -651,6 +651,10 @@
"stars": 124,
"last_update": "2024-05-30 17:54:32"
},
"https://github.com/LZpenguin/ComfyUI-Text": {
"stars": 0,
"last_update": "2024-06-07 16:59:17"
},
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": {
"stars": 25,
"last_update": "2024-06-06 20:45:43"
@ -2312,8 +2316,8 @@
"last_update": "2024-04-28 15:36:22"
},
"https://github.com/huchenlei/ComfyUI_densediffusion": {
"stars": 27,
"last_update": "2024-06-06 03:11:23"
"stars": 31,
"last_update": "2024-06-07 23:43:27"
},
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": {
"stars": 6,
@ -2944,8 +2948,8 @@
"last_update": "2024-05-22 22:22:14"
},
"https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": {
"stars": 2,
"last_update": "2024-06-06 15:42:18"
"stars": 4,
"last_update": "2024-06-07 11:39:44"
},
"https://github.com/nullquant/ComfyUI-BrushNet": {
"stars": 310,

View File

@ -13,6 +13,27 @@
{
"author": "LZpenguin",
"title": "ComfyUI-Text",
"id": "comfy-text",
"reference": "https://github.com/LZpenguin/ComfyUI-Text",
"files": [
"https://github.com/LZpenguin/ComfyUI-Text"
],
"install_type": "git-clone",
"description": "Nodes:Add_text_by_mask"
},
{
"author": "seghier",
"title": "ComfyUI_LibreTranslate",
"reference": "https://github.com/seghier/ComfyUI_LibreTranslate",
"files": [
"https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py"
],
"install_type": "copy",
"description": "Use LibreTranslation in ComfyUI [a/https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)"
},
{
"author": "Limbicnation",
"title": "ComfyUIDepthEstimation",

View File

@ -2489,6 +2489,17 @@
"title_aux": "ImagesGrid"
}
],
"https://github.com/LZpenguin/ComfyUI-Text": [
[
"CombinationText",
"PlaceholderText",
"ReplaceText",
"ShowText"
],
{
"title_aux": "ComfyUI-Text"
}
],
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": [
[
"LoRA Caption Load",
@ -2768,17 +2779,6 @@
"title_aux": "ComfyUI-BadmanNodes"
}
],
"https://github.com/MarkoCa1/ComfyUI-Text": [
[
"CombinationText",
"PlaceholderText",
"ReplaceText",
"ShowText"
],
{
"title_aux": "ComfyUI_Text"
}
],
"https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [
[
"AutomaticMask(segment anything)"
@ -12419,6 +12419,14 @@
"title_aux": "SRL's nodes"
}
],
"https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py": [
[
"LibreTranslate"
],
{
"title_aux": "ComfyUI_LibreTranslate"
}
],
"https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": [
[
"AdjustAndRoundDimensions",
@ -12545,7 +12553,8 @@
"https://github.com/shadowcz007/comfyui-sound-lab": [
[
"AudioPlay",
"Musicgen"
"Musicgen",
"StableAudioSampler"
],
{
"title_aux": "comfyui-sound-lab"