update DB

This commit is contained in:
Dr.Lt.Data 2025-11-03 18:23:26 +09:00
parent 6386411d21
commit b2126d8ba5
8 changed files with 252 additions and 51 deletions

View File

@ -18041,6 +18041,17 @@
"install_type": "git-clone",
"description": "Nodes: String Formatting (f-string and jinja2), Random Choice, Model Memory management, and other quality of life improvements."
},
{
"author": "Darth-Veitcher",
"title": "ComfyUI Ollama Model Manager",
"id": "comfydv",
"reference": "https://github.com/darth-veitcher/comfyui-ollama-model-manager",
"files": [
"https://github.com/darth-veitcher/comfyui-ollama-model-manager"
],
"install_type": "git-clone",
"description": "Custom nodes for managing [a/Ollama](https://ollama.com/) models in ComfyUI workflows. Load and unload models on-demand to optimize memory usage in constrained environments."
},
{
"author": "ez-af",
"title": "ComfyUI-EZ-AF-Nodes",
@ -35413,6 +35424,36 @@
"install_type": "git-clone",
"description": "A custom ComfyUI node for audio enhancement using Resemble AI's Resemble Enhance model. Created using OpenHands, Cline, and DeepSeek."
},
{
"author": "DazzleNodes",
"title": "ComfyUI Fit Mask to Image",
"reference": "https://github.com/DazzleNodes/fit-mask-to-image",
"files": [
"https://github.com/DazzleNodes/fit-mask-to-image"
],
"install_type": "git-clone",
"description": "Automatically resizes masks to match image dimensions for seamless inpainting workflows."
},
{
"author": "okdalto",
"title": "ComfyUI-WithAnyone",
"reference": "https://github.com/okdalto/ComfyUI-WithAnyone",
"files": [
"https://github.com/okdalto/ComfyUI-WithAnyone"
],
"install_type": "git-clone",
"description": "This repository is a ComfyUI port of the WithAnyone model introduced in the paper.\n[a/WithAnyone: Towards Controllable and ID-Consistent Image Generation (2025)](https://arxiv.org/abs/2510.14975)\nOriginal implementation: [a/Doby-Xu/WithAnyone](https://github.com/Doby-Xu/WithAnyone)."
},
{
"author": "hw5511",
"title": "Woohee HF Upscaler Loader",
"reference": "https://github.com/hw5511/comfyui_hf_upscaler_loader",
"files": [
"https://github.com/hw5511/comfyui_hf_upscaler_loader"
],
"install_type": "git-clone",
"description": "Load upscale models directly from Hugging Face Hub in ComfyUI"
},

View File

@ -4985,6 +4985,14 @@
"title_aux": "Discord Webhook"
}
],
"https://github.com/DazzleNodes/fit-mask-to-image": [
[
"FitMaskToImage"
],
{
"title_aux": "ComfyUI Fit Mask to Image"
}
],
"https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": [
[
"CaptionRefinement",
@ -23857,7 +23865,6 @@
"GrowMask",
"Hunyuan3Dv2Conditioning",
"Hunyuan3Dv2ConditioningMultiView",
"HypernetworkLoader",
"ImageAddNoise",
"ImageBatch",
"ImageColorToMask",
@ -23936,12 +23943,6 @@
"ModelSamplingSD3",
"ModelSamplingStableCascade",
"ModelSave",
"OpenAIChatConfig",
"OpenAIChatNode",
"OpenAIDalle2",
"OpenAIDalle3",
"OpenAIGPTImage1",
"OpenAIInputFiles",
"PolyexponentialScheduler",
"Preview3D",
"Preview3DAnimation",
@ -24937,6 +24938,21 @@
"title_aux": "Comfy DV"
}
],
"https://github.com/darth-veitcher/comfyui-ollama-model-manager": [
[
"OllamaClient",
"OllamaLoadModel",
"OllamaModelSelector",
"OllamaUnloadModel"
],
{
"author": "darth-veitcher",
"description": "Custom nodes for managing Ollama models in ComfyUI workflows. Load and unload models on-demand to optimize memory usage.",
"nickname": "Ollama Manager",
"title": "ComfyUI Ollama Model Manager",
"title_aux": "ComfyUI Ollama Model Manager"
}
],
"https://github.com/daryltucker/ComfyUI-LoadFiles": [
[
"CountLines",
@ -29295,6 +29311,14 @@
"title_aux": "hvppyflow"
}
],
"https://github.com/hw5511/comfyui_hf_upscaler_loader": [
[
"UpscaleModelLoaderFromHF"
],
{
"title_aux": "Woohee HF Upscaler Loader"
}
],
"https://github.com/hwhaocool/ComfyUI-Select-Any": [
[
"SelectAnyValues"
@ -34557,7 +34581,14 @@
"https://github.com/lrzjason/Comfyui-QwenEditUtils": [
[
"CropWithPadInfo",
"QwenEditAny2Image",
"QwenEditAny2Latent",
"QwenEditConfigJsonParser",
"QwenEditConfigPreparer",
"QwenEditListExtractor",
"QwenEditOutputExtractor",
"TextEncodeQwenImageEditPlusAdvance_lrzjason",
"TextEncodeQwenImageEditPlusCustom_lrzjason",
"TextEncodeQwenImageEditPlusPro_lrzjason",
"TextEncodeQwenImageEditPlus_lrzjason",
"TextEncodeQwenImageEdit_lrzjason"
@ -37709,6 +37740,18 @@
"title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)"
}
],
"https://github.com/okdalto/ComfyUI-WithAnyone": [
[
"WithAnyoneArcFaceExtractorNode",
"WithAnyoneBBoxNode",
"WithAnyoneModelLoaderNode",
"WithAnyoneSamplerNode",
"WithAnyoneSigLIPExtractorNode"
],
{
"title_aux": "ComfyUI-WithAnyone"
}
],
"https://github.com/okgo4/ComfyUI-Mosaic-Mask": [
[
"MosaicMask"

View File

@ -1759,6 +1759,11 @@
"last_update": "2025-08-13 17:48:55",
"author_account_age_days": 4711
},
"https://github.com/DazzleNodes/fit-mask-to-image": {
"stars": 0,
"last_update": "2025-11-03 07:50:21",
"author_account_age_days": 1
},
"https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": {
"stars": 27,
"last_update": "2025-06-28 17:36:41",
@ -8824,6 +8829,11 @@
"last_update": "2025-05-13 07:24:56",
"author_account_age_days": 4925
},
"https://github.com/darth-veitcher/comfyui-ollama-model-manager": {
"stars": 0,
"last_update": "2025-11-03 09:09:54",
"author_account_age_days": 4925
},
"https://github.com/daryltucker/ComfyUI-LoadFiles": {
"stars": 3,
"last_update": "2024-08-31 23:59:44",
@ -10304,6 +10314,11 @@
"last_update": "2025-10-20 15:32:44",
"author_account_age_days": 1102
},
"https://github.com/hw5511/comfyui_hf_upscaler_loader": {
"stars": 0,
"last_update": "2025-11-03 08:47:01",
"author_account_age_days": 1585
},
"https://github.com/hwhaocool/ComfyUI-Select-Any": {
"stars": 2,
"last_update": "2024-07-31 13:52:47",
@ -13209,6 +13224,11 @@
"last_update": "2025-09-26 10:25:10",
"author_account_age_days": 1511
},
"https://github.com/okdalto/ComfyUI-WithAnyone": {
"stars": 0,
"last_update": "2025-11-03 08:49:02",
"author_account_age_days": 3312
},
"https://github.com/okgo4/ComfyUI-Mosaic-Mask": {
"stars": 8,
"last_update": "2025-04-03 09:41:53",

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "silveroxides",
"title": "ComfyUI_LogicMath",
"reference": "https://github.com/silveroxides/ComfyUI_LogicMath",
"files": [
"https://github.com/silveroxides/ComfyUI_LogicMath"
],
"install_type": "git-clone",
"description": "Custom node for with some basic logic and math nodes based on pull request [a/comfyanonymous/ComfyUI#8024](https://github.com/comfyanonymous/ComfyUI/pull/8024)"
},
{
"author": "lyra-ai",
"title": "lyra-nodes",

View File

@ -6101,7 +6101,6 @@
"GrowMask",
"Hunyuan3Dv2Conditioning",
"Hunyuan3Dv2ConditioningMultiView",
"HypernetworkLoader",
"ImageAddNoise",
"ImageBatch",
"ImageColorToMask",
@ -6180,12 +6179,6 @@
"ModelSamplingSD3",
"ModelSamplingStableCascade",
"ModelSave",
"OpenAIChatConfig",
"OpenAIChatNode",
"OpenAIDalle2",
"OpenAIDalle3",
"OpenAIGPTImage1",
"OpenAIInputFiles",
"PolyexponentialScheduler",
"Preview3D",
"Preview3DAnimation",
@ -7636,6 +7629,7 @@
"Alta:GetImageAndPath",
"Alta:GetImageByIndex",
"Alta:GetStringByIndex",
"Alta:JSONKeyExtractor(Util)",
"Alta:ListAllFiles",
"Alta:ListElement(Util)",
"Alta:ListFilesByExt",
@ -10685,6 +10679,40 @@
"title_aux": "WIP Conditioning Toolkit [UNSAFE]"
}
],
"https://github.com/silveroxides/ComfyUI_LogicMath": [
[
"LogicAND",
"LogicIF",
"LogicNOT",
"LogicOR",
"LogicXOR",
"MathAbs",
"MathAdd",
"MathCeil",
"MathClamp",
"MathCompare",
"MathCos",
"MathDivide",
"MathFloor",
"MathMax",
"MathMin",
"MathModulo",
"MathMultiply",
"MathNumberConvert",
"MathOperation",
"MathPower",
"MathRound",
"MathSin",
"MathSqrt",
"MathSubtract",
"MathTan",
"NumberToString",
"StringToNumber"
],
{
"title_aux": "ComfyUI_LogicMath"
}
],
"https://github.com/silveroxides/ComfyUI_PromptAttention": [
[
"CLIPTextEncodeWithAttentionBias"

View File

@ -4029,6 +4029,11 @@
"last_update": "2025-10-21 08:37:47",
"author_account_age_days": 1997
},
"https://github.com/silveroxides/ComfyUI_LogicMath": {
"stars": 0,
"last_update": "2025-11-03 04:18:17",
"author_account_age_days": 1998
},
"https://github.com/silveroxides/ComfyUI_PromptAttention": {
"stars": 1,
"last_update": "2025-10-21 05:41:09",

View File

@ -1,5 +1,46 @@
{
"custom_nodes": [
{
"author": "okdalto",
"title": "ComfyUI-WithAnyone",
"reference": "https://github.com/okdalto/ComfyUI-WithAnyone",
"files": [
"https://github.com/okdalto/ComfyUI-WithAnyone"
],
"install_type": "git-clone",
"description": "This repository is a ComfyUI port of the WithAnyone model introduced in the paper.\n[a/WithAnyone: Towards Controllable and ID-Consistent Image Generation (2025)](https://arxiv.org/abs/2510.14975)\nOriginal implementation: [a/Doby-Xu/WithAnyone](https://github.com/Doby-Xu/WithAnyone)."
},
{
"author": "hw5511",
"title": "Woohee HF Upscaler Loader",
"reference": "https://github.com/hw5511/comfyui_hf_upscaler_loader",
"files": [
"https://github.com/hw5511/comfyui_hf_upscaler_loader"
],
"install_type": "git-clone",
"description": "Load upscale models directly from Hugging Face Hub in ComfyUI"
},
{
"author": "Darth-Veitcher",
"title": "ComfyUI Ollama Model Manager",
"id": "comfydv",
"reference": "https://github.com/darth-veitcher/comfyui-ollama-model-manager",
"files": [
"https://github.com/darth-veitcher/comfyui-ollama-model-manager"
],
"install_type": "git-clone",
"description": "Custom nodes for managing [a/Ollama](https://ollama.com/) models in ComfyUI workflows. Load and unload models on-demand to optimize memory usage in constrained environments."
},
{
"author": "DazzleNodes",
"title": "ComfyUI Fit Mask to Image",
"reference": "https://github.com/DazzleNodes/fit-mask-to-image",
"files": [
"https://github.com/DazzleNodes/fit-mask-to-image"
],
"install_type": "git-clone",
"description": "Automatically resizes masks to match image dimensions for seamless inpainting workflows."
},
{
"author": "filliptm",
"title": "ComfyUI_FL-Path-Animator",
@ -658,36 +699,6 @@
],
"install_type": "git-clone",
"description": "Running FlashVSR on lower VRAM without any artifacts."
},
{
"author": "Spin256",
"title": "spin256-comfyui",
"reference": "https://github.com/Spin256/spin256-comfyui",
"files": [
"https://github.com/Spin256/spin256-comfyui"
],
"install_type": "git-clone",
"description": "Nodes to enable easy selection of image/video sizes (width/height) and int/string selectors"
},
{
"author": "QuietNoise",
"title": "ComfyUI Queue Manager",
"reference": "https://github.com/QuietNoise/comfyui_queue_manager",
"files": [
"https://github.com/QuietNoise/comfyui_queue_manager"
],
"install_type": "git-clone",
"description": "An extension supporting more streamlined prompt queue management."
},
{
"author": "L-Hugh",
"title": "ComfyUI-Lumina-DiMOO",
"reference": "https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO",
"files": [
"https://github.com/L-Hugh/ComfyUI-Lumina-DiMOO"
],
"install_type": "git-clone",
"description": "ComfyUI wrapper nodes for Lumina-DiMOO. Please see the README for model weight download instructions."
}
]
}

View File

@ -4985,6 +4985,14 @@
"title_aux": "Discord Webhook"
}
],
"https://github.com/DazzleNodes/fit-mask-to-image": [
[
"FitMaskToImage"
],
{
"title_aux": "ComfyUI Fit Mask to Image"
}
],
"https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": [
[
"CaptionRefinement",
@ -23857,7 +23865,6 @@
"GrowMask",
"Hunyuan3Dv2Conditioning",
"Hunyuan3Dv2ConditioningMultiView",
"HypernetworkLoader",
"ImageAddNoise",
"ImageBatch",
"ImageColorToMask",
@ -23936,12 +23943,6 @@
"ModelSamplingSD3",
"ModelSamplingStableCascade",
"ModelSave",
"OpenAIChatConfig",
"OpenAIChatNode",
"OpenAIDalle2",
"OpenAIDalle3",
"OpenAIGPTImage1",
"OpenAIInputFiles",
"PolyexponentialScheduler",
"Preview3D",
"Preview3DAnimation",
@ -24937,6 +24938,21 @@
"title_aux": "Comfy DV"
}
],
"https://github.com/darth-veitcher/comfyui-ollama-model-manager": [
[
"OllamaClient",
"OllamaLoadModel",
"OllamaModelSelector",
"OllamaUnloadModel"
],
{
"author": "darth-veitcher",
"description": "Custom nodes for managing Ollama models in ComfyUI workflows. Load and unload models on-demand to optimize memory usage.",
"nickname": "Ollama Manager",
"title": "ComfyUI Ollama Model Manager",
"title_aux": "ComfyUI Ollama Model Manager"
}
],
"https://github.com/daryltucker/ComfyUI-LoadFiles": [
[
"CountLines",
@ -29295,6 +29311,14 @@
"title_aux": "hvppyflow"
}
],
"https://github.com/hw5511/comfyui_hf_upscaler_loader": [
[
"UpscaleModelLoaderFromHF"
],
{
"title_aux": "Woohee HF Upscaler Loader"
}
],
"https://github.com/hwhaocool/ComfyUI-Select-Any": [
[
"SelectAnyValues"
@ -34557,7 +34581,14 @@
"https://github.com/lrzjason/Comfyui-QwenEditUtils": [
[
"CropWithPadInfo",
"QwenEditAny2Image",
"QwenEditAny2Latent",
"QwenEditConfigJsonParser",
"QwenEditConfigPreparer",
"QwenEditListExtractor",
"QwenEditOutputExtractor",
"TextEncodeQwenImageEditPlusAdvance_lrzjason",
"TextEncodeQwenImageEditPlusCustom_lrzjason",
"TextEncodeQwenImageEditPlusPro_lrzjason",
"TextEncodeQwenImageEditPlus_lrzjason",
"TextEncodeQwenImageEdit_lrzjason"
@ -37709,6 +37740,18 @@
"title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)"
}
],
"https://github.com/okdalto/ComfyUI-WithAnyone": [
[
"WithAnyoneArcFaceExtractorNode",
"WithAnyoneBBoxNode",
"WithAnyoneModelLoaderNode",
"WithAnyoneSamplerNode",
"WithAnyoneSigLIPExtractorNode"
],
{
"title_aux": "ComfyUI-WithAnyone"
}
],
"https://github.com/okgo4/ComfyUI-Mosaic-Mask": [
[
"MosaicMask"