update DB

This commit is contained in:
Dr.Lt.Data
2025-06-07 12:55:45 +09:00
parent 9c08a6314b
commit eed4c53df0
8 changed files with 1043 additions and 871 deletions

View File

@@ -18,6 +18,26 @@
{
"author": "jinchanz",
"title": "ComfyUI-AliCloud-Bailian [WIP]",
"reference": "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian",
"files": [
"https://github.com/jinchanz/ComfyUI-AliCloud-Bailian"
],
"install_type": "git-clone",
"description": "This is a collection of custom nodes for invoking Alibaba Cloud's DashScope API within ComfyUI.\nNOTE: The files in the repo are not organized."
},
{
"author": "Yukinoshita-Yukinoe",
"title": "ComfyUI-KontextOfficialNode",
"reference": "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode",
"files": [
"https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode"
],
"install_type": "git-clone",
"description": "NODES: Kontext Text-to-Image (Official Max), Kontext Image Editing (Official Max)"
},
{
"author": "takoyaki1118",
"title": "ComfyUI_PromptExtractor",
@@ -948,16 +968,6 @@
"install_type": "git-clone",
"description": "ComfyUI implementation of the partfield nvidea segmentation models\nNOTE: The files in the repo are not organized."
},
{
"author": "MicheleGuidi",
"title": "ComfyUI-Computer-Vision [WIP]",
"reference": "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2",
"files": [
"https://github.com/MicheleGuidi/comfyui-computer-vision"
],
"install_type": "git-clone",
"description": "Extension nodes for ComfyUI that improves automatic segmentation using bounding boxes generated by Florence 2 and segmentation from Segment Anything 2 (SAM2). Currently just an enhancement of nodes from [a/Kijai](https://github.com/kijai/ComfyUI-segment-anything-2).\nNOTE: The files in the repo are not organized."
},
{
"author": "shinich39",
"title": "comfyui-textarea-is-shit",
@@ -1020,10 +1030,10 @@
},
{
"author": "ftechmax",
"title": "ComfyUI-FTM-Pack",
"reference": "https://github.com/ftechmax/ComfyUI-FTM-Pack",
"title": "ComfyUI-NovaKit-Pack",
"reference": "https://github.com/ftechmax/ComfyUI-NovaKit-Pack",
"files": [
"https://github.com/ftechmax/ComfyUI-FTM-Pack"
"https://github.com/ftechmax/ComfyUI-NovaKit-Pack"
],
"install_type": "git-clone",
"description": "NODES: Count Tokens"
@@ -1033,7 +1043,7 @@
"title": "ComfyUI DiaTest TTS Node [WIP]",
"reference": "https://github.com/BobRandomNumber/ComfyUI-DiaTTS",
"files": [
"https://github.com/BobRandomNumber/ComfyUI-DiaTest"
"https://github.com/BobRandomNumber/ComfyUI-DiaTTS"
],
"install_type": "git-clone",
"description": "Partial ComfyUI Dia implementation"

View File

@@ -876,7 +876,7 @@
"title_aux": "ComfyUI-BDXNodes [WIP]"
}
],
"https://github.com/BobRandomNumber/ComfyUI-DiaTest": [
"https://github.com/BobRandomNumber/ComfyUI-DiaTTS": [
[
"DiaGenerate",
"DiaLoader"
@@ -2339,15 +2339,6 @@
"title_aux": "comfyui-yaml-prompt"
}
],
"https://github.com/MicheleGuidi/comfyui-computer-vision": [
[
"Sam2ContextSegmentation",
"Sam2TiledSegmentation"
],
{
"title_aux": "ComfyUI-Computer-Vision [WIP]"
}
],
"https://github.com/MickeyJ/ComfyUI_mickster_nodes": [
[
"Image Size Scaled",
@@ -3330,6 +3321,15 @@
"title_aux": "ComfyUI_LLM_Are_You_Listening [WIP]"
}
],
"https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": [
[
"KontextImageEditingOfficialAPI_Max",
"KontextTextToImageOfficialAPI_Max"
],
{
"title_aux": "ComfyUI-KontextOfficialNode"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": [
[
"AuraSR_Lterative_Zho",
@@ -5076,12 +5076,12 @@
"title_aux": "ComfyUI-LLM-Utils [WIP]"
}
],
"https://github.com/ftechmax/ComfyUI-FTM-Pack": [
"https://github.com/ftechmax/ComfyUI-NovaKit-Pack": [
[
"CountTokens"
],
{
"title_aux": "ComfyUI-FTM-Pack"
"title_aux": "ComfyUI-NovaKit-Pack"
}
],
"https://github.com/gabe-init/ComfyUI-LM-Studio": [
@@ -5785,6 +5785,18 @@
"title_aux": "Jim's ComfyUI Nodes [WIP]"
}
],
"https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": [
[
"BailianAPI",
"BailianAPIPoll",
"BailianAPISubmit",
"MaletteJSONExtractor",
"MaletteJSONModifier"
],
{
"title_aux": "ComfyUI-AliCloud-Bailian [WIP]"
}
],
"https://github.com/jn-jairo/jn_node_suite_comfyui": [
[
"JN_AreaInfo",

View File

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,16 @@
{
"author": "MicheleGuidi",
"title": "ComfyUI-Computer-Vision",
"reference": "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2",
"files": [
"https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2"
],
"install_type": "git-clone",
"description": "Extension nodes for ComfyUI that improves automatic segmentation using bounding boxes generated by Florence 2 and segmentation from Segment Anything 2 (SAM2). Currently just an enhancement of nodes from [a/Kijai](https://github.com/kijai/ComfyUI-segment-anything-2)."
},
{
"author": "Pigidiy",
"title": "ComfyUI-LikeSpiderAI-UI",
@@ -22,6 +32,36 @@
"install_type": "git-clone",
"description": "Declarative UI Framework for ComfyUI Nodes. Minimalistic base class for creating UI-based audio/text/image nodes."
},
{
"author": "hexxacubic",
"title": "ComfyUI-Prompt_Library",
"reference": "https://github.com/hexxacubic/ComfyUI-Prompt_Library",
"files": [
"https://github.com/hexxacubic/ComfyUI-Prompt_Library"
],
"install_type": "git-clone",
"description": "A ComfyUI Node to save and load prompts from a library."
},
{
"author": "judian17",
"title": "ComfyUI-UniWorld-jd17",
"reference": "https://github.com/judian17/ComfyUI-UniWorld-jd17",
"files": [
"https://github.com/judian17/ComfyUI-UniWorld-jd17"
],
"install_type": "git-clone",
"description": "Unofficial ComfyUI implementation of [a/UniWorld-V1](https://github.com/PKU-YuanGroup/UniWorld-V1)."
},
{
"author": "whmc76",
"title": "ComfyUI-UniversalToolkit",
"reference": "https://github.com/whmc76/ComfyUI-UniversalToolkit",
"files": [
"https://github.com/whmc76/ComfyUI-UniversalToolkit"
],
"install_type": "git-clone",
"description": "This plugin provides general-purpose utility nodes for ComfyUI. Currently, it implements a 'Blank Cell Generator' node, which can batch-generate images, masks, and latents with specified resolution and color."
},
{
"author": "xmarre",
"title": "LoRA-Safe TorchCompile",
@@ -659,36 +699,6 @@
],
"install_type": "git-clone",
"description": "This is a ComfyUI wrapper for Andrew DalPino's SuperCool upscaler, enabling its use directly within ComfyUI's node workflow. No extra dependencies required—just drop in the models and go."
},
{
"author": "filliptm",
"title": "ComfyUI_Fill-ChatterBox",
"reference": "https://github.com/filliptm/ComfyUI_Fill-ChatterBox",
"files": [
"https://github.com/filliptm/ComfyUI_Fill-ChatterBox"
],
"install_type": "git-clone",
"description": "Voice Clone and TTS model."
},
{
"author": "MijnSpam",
"title": "Comfy swap and scale",
"reference": "https://github.com/MijnSpam/ComfyUI_SwapAndScale",
"files": [
"https://github.com/MijnSpam/ComfyUI_SwapAndScale"
],
"install_type": "git-clone",
"description": "Do you want to easily swap width and heigth? Than this is for you. From portrait to Landscape. Is you images model trained on 1MP pictures, then you can easily scale those down. For best pictures width and heigth should be a factor of 32, say no more..."
},
{
"author": "narusas",
"title": "ComfyUI Logic Support",
"reference": "https://github.com/narusas/Comfyui-Logic-Support",
"files": [
"https://github.com/narusas/Comfyui-Logic-Support"
],
"install_type": "git-clone",
"description": "A collection of logic and utility nodes for ComfyUI to enhance workflow capabilities."
}
]
}

View File

@@ -7952,6 +7952,15 @@
"title_aux": "ComfyUI ZhipuAI Platform"
}
],
"https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": [
[
"Sam2ContextSegmentation",
"Sam2TiledSegmentation"
],
{
"title_aux": "ComfyUI-Computer-Vision"
}
],
"https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": [
[
"ApplyDenoiseMaskSchedulerWithSigma",
@@ -9146,6 +9155,14 @@
"title_aux": "ComfyUI-LikeSpiderAI-SaveMP3"
}
],
"https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": [
[
"AudioExport"
],
{
"title_aux": "ComfyUI-LikeSpiderAI-UI"
}
],
"https://github.com/PixelFunAI/ComfyUI_PixelFun": [
[
"HunyuanLoadAndEditLoraBlocks",
@@ -22607,6 +22624,16 @@
"title_aux": "comfyui_LLM_schools"
}
],
"https://github.com/hexxacubic/ComfyUI-Prompt_Library": [
[
"Prompt_Library",
"Random_Project",
"Simple_Prompt_Library"
],
{
"title_aux": "ComfyUI-Prompt_Library"
}
],
"https://github.com/hgabha/WWAA-CustomNodes": [
[
"WWAA-BuildString",
@@ -24377,6 +24404,17 @@
"title_aux": "ComfyUI-Extract_Flux_Lora"
}
],
"https://github.com/judian17/ComfyUI-UniWorld-jd17": [
[
"UniWorldEncoderNode",
"UniWorldScheduler",
"UniWorldSiglipEncoder",
"UniWorld_T5_CLIP_Encoder"
],
{
"title_aux": "ComfyUI-UniWorld-jd17"
}
],
"https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": [
[
"JJC_JoyCaption_Custom_GGUF",
@@ -30311,6 +30349,14 @@
"title_aux": "paint-by-example @ ComfyUI"
}
],
"https://github.com/pictorialink/ComfyUI-Custom-Node-Config": [
[
"FormSubmitNode"
],
{
"title_aux": "ComfyUI-Custom-Node-Config"
}
],
"https://github.com/pictorialink/ComfyUI-Text-Translation": [
[
"Get_Translator",
@@ -34919,6 +34965,20 @@
"title_aux": "ComfyUI-RemoveBackgroundSuite"
}
],
"https://github.com/whmc76/ComfyUI-UniversalToolkit": [
[
"EmptyUnitGenerator_UTK",
"ImageRatioDetector_UTK",
"PreviewMask_UTK",
"ShowFloat_UTK",
"ShowInt_UTK",
"ShowList_UTK",
"ShowText_UTK"
],
{
"title_aux": "ComfyUI-UniversalToolkit"
}
],
"https://github.com/wildminder/ComfyUI-Chatterbox": [
[
"ChatterboxTTS",