update DB

This commit is contained in:
Dr.Lt.Data
2025-07-26 20:51:43 +09:00
parent 9e3361bc31
commit 736b85b8bb
8 changed files with 218 additions and 11 deletions

View File

@@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "thavocado",
"title": "comfyui-danbooru-lookup",
"reference": "https://github.com/thavocado/comfyui-danbooru-lookup",
"files": [
"https://github.com/thavocado/comfyui-danbooru-lookup"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that performs FAISS cosine similarity lookup on Danbooru embeddings using multiple input modes: CLIP conditioning, images with WD14 tagging, or text tags.[w/This node pack installs its dependencies automatically during execution.]"
},
{
"author": "love2hina-net",
"title": "ComfyUI-Local-Translator",
"reference": "https://github.com/love2hina-net/ComfyUI-Local-Translator",
"files": [
"https://github.com/love2hina-net/ComfyUI-Local-Translator"
],
"install_type": "git-clone",
"description": "NODES: Local Translator"
},
{
"author": "DenRakEiw",
"title": "Denrakeiw Nodes [WIP]",

View File

@@ -7047,6 +7047,14 @@
"title_aux": "xcpNodes [WIP]"
}
],
"https://github.com/love2hina-net/ComfyUI-Local-Translator": [
[
"LocalTranslator"
],
{
"title_aux": "ComfyUI-Local-Translator"
}
],
"https://github.com/lrzjason/Comfyui-Condition-Utils": [
[
"LoadCondition",
@@ -8018,6 +8026,7 @@
"przewodo WanModelTypeSelector",
"przewodo WanVideoEnhanceAVideo",
"przewodo WanVideoGenerationModeSelector",
"przewodo WanVideoLoraStack",
"przewodo WanVideoVaeDecode"
],
{
@@ -8868,6 +8877,20 @@
"title_aux": "ComfyUI-CacheImageNode"
}
],
"https://github.com/thavocado/comfyui-danbooru-lookup": [
[
"DanbooruFAISSLookup",
"DanbooruFAISSLookupAdvanced",
"WD14ToConditioning"
],
{
"author": "ComfyUI Danbooru Lookup",
"description": "ComfyUI node that performs FAISS cosine similarity lookup on Danbooru embeddings using CLIP conditioning inputs.",
"nickname": "Danbooru Lookup",
"title": "Danbooru FAISS Lookup",
"title_aux": "comfyui-danbooru-lookup"
}
],
"https://github.com/thderoo/ComfyUI-_topfun_s_nodes": [
[
"ConditioningPerturbation",
@@ -9473,6 +9496,7 @@
"LoadImageFromDirectoryNode",
"LoadImageFromURLNode",
"LoadStringFromDirectoryNode",
"OllamaVisionNode",
"OutputIsListNode",
"OutputIsNonListNode",
"PrependTagsNode",

View File

@@ -2464,6 +2464,11 @@
"last_update": "2024-11-15 06:24:48",
"author_account_age_days": 949
},
"https://github.com/love2hina-net/ComfyUI-Local-Translator": {
"stars": 0,
"last_update": "2025-07-26 05:25:05",
"author_account_age_days": 1448
},
"https://github.com/lrzjason/Comfyui-Condition-Utils": {
"stars": 6,
"last_update": "2025-05-18 17:09:17",
@@ -3249,6 +3254,11 @@
"last_update": "2024-11-29 07:31:49",
"author_account_age_days": 566
},
"https://github.com/thavocado/comfyui-danbooru-lookup": {
"stars": 0,
"last_update": "2025-07-26 10:36:15",
"author_account_age_days": 972
},
"https://github.com/thderoo/ComfyUI-_topfun_s_nodes": {
"stars": 6,
"last_update": "2024-07-03 14:39:28",

View File

@@ -1,5 +1,36 @@
{
"custom_nodes": [
{
"author": "RndNanthu",
"title": "ComfyUI-RndNanthu",
"id": "ComfyUI-RndNanthu",
"reference": "https://github.com/rndnanthu/ComfyUI-RndNanthu",
"files": [
"https://github.com/rndnanthu/ComfyUI-RndNanthu"
],
"install_type": "git-clone",
"description": "Film Grain simulation, Log Color Conversions, Color Scopes (RGB Parade, Vectorscope, Gamut Warnings), False Color, and more."
},
{
"author": "keit",
"title": "ComfyUI-musubi-tuner",
"reference": "https://github.com/keit0728/ComfyUI-musubi-tuner",
"files": [
"https://github.com/keit0728/ComfyUI-musubi-tuner"
],
"install_type": "git-clone",
"description": "This is a custom node that allows you to run musubi-tuner from ComfyUI."
},
{
"author": "guill",
"title": "ComfyUI Droopy Noodles",
"reference": "https://github.com/guill/comfyui-droopy-noodles",
"files": [
"https://github.com/guill/comfyui-droopy-noodles"
],
"install_type": "git-clone",
"description": "A ComfyUI extension that makes your node connections delightfully droopy. (Disclaimer: despite what it may look like, this extension will not make your monitor taste like spaghetti.)"
},
{
"author": "AIWarper",
"title": "ComfyUI-DAViD",

View File

@@ -4534,6 +4534,8 @@
"HfDualClipLoader",
"HfLoraLoader",
"HfLoraLoaderModelOnly",
"HfQuadrupleClipLoader",
"HfTripleClipLoader",
"HfVaeLoader",
"ImageDifferenceCmap",
"PhotoDoddleConditioning"
@@ -16030,6 +16032,7 @@
"BlenderInputSeed",
"BlenderInputString",
"BlenderInputStringMultiline",
"BlenderOutputDownload3D",
"BlenderOutputSaveImage"
],
{
@@ -27338,6 +27341,14 @@
"title_aux": "ComfyUI-keitNodes"
}
],
"https://github.com/keit0728/ComfyUI-musubi-tuner": [
[
"MusubiTunerWanGenerateVideo"
],
{
"title_aux": "ComfyUI-musubi-tuner"
}
],
"https://github.com/kenjiqq/qq-nodes-comfyui": [
[
"Any List",
@@ -32539,6 +32550,14 @@
"title_aux": "Olm Channel Mixer for ComfyUI"
}
],
"https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": [
[
"OlmColorBalance"
],
{
"title_aux": "Olm Color Balance for ComfyUI"
}
],
"https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": [
[
"OlmCurveEditor"
@@ -34280,6 +34299,20 @@
"title_aux": "Dia realistic TTS"
}
],
"https://github.com/rndnanthu/ComfyUI-RndNanthu": [
[
"AutoGradePro",
"ColorAnalysisPlotNode",
"ColorSpaceSim",
"ConvertToLogImage",
"FilmGrain",
"ProColorGrading",
"PromptGenerator"
],
{
"title_aux": "ComfyUI-RndNanthu"
}
],
"https://github.com/robertvoy/ComfyUI-Distributed": [
[
"DistributedCollector",
@@ -36819,6 +36852,7 @@
[
"VolcengineI2VS2Pro",
"VolcengineImgEditV3",
"volcengine-doubao-seedance",
"volcengine-i2v-s2pro",
"volcengine-img-edit-v3",
"volcengine-seedream-v3"
@@ -39431,8 +39465,10 @@
"easy loadImageBase64",
"easy loadImagesForLoop",
"easy loraNames",
"easy loraPromptApply",
"easy loraStack",
"easy loraStackApply",
"easy loraSwitcher",
"easy makeImageForICLora",
"easy mathFloat",
"easy mathInt",