update DB

This commit is contained in:
Dr.Lt.Data 2025-10-23 07:59:17 +09:00
parent a9af70e5f0
commit 9edfa7b4fa
7 changed files with 2762 additions and 2640 deletions

View File

@ -34687,6 +34687,27 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Comfyui custom node that modifies image channels with various per-channel operations" "description": "Comfyui custom node that modifies image channels with various per-channel operations"
}, },
{
"author": "wallen0322",
"title": "ComfyUI-WanAnimate-Enhancer",
"reference": "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer",
"files": [
"https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer"
],
"install_type": "git-clone",
"description": "Enhanced WanAnimateToVideo with multi-dimensional control"
},
{
"author": "alibof96",
"title": "ComfyUI-DownscaleIRN",
"reference": "https://github.com/alibof96/ComfyUI-DownscaleIRN",
"files": [
"https://github.com/alibof96/ComfyUI-DownscaleIRN"
],
"install_type": "git-clone",
"description": "A single-node ComfyUI module for Invertible Image Rescaling (IRN) that includes: automatic model download and discovery, BasicSR-based IRN_x2/x3/x4 loading, device/precision control, low-VRAM tiling, safe handling of non-divisible sizes, alpha channel preservation, and built-in bicubic/area fallback."
},

View File

@ -1852,6 +1852,7 @@
"CharacterFeatureSwapNode", "CharacterFeatureSwapNode",
"GroupExecutorManager", "GroupExecutorManager",
"GroupExecutorTrigger", "GroupExecutorTrigger",
"ImageCacheGet",
"MultiCharacterEditorNode", "MultiCharacterEditorNode",
"PromptSelector" "PromptSelector"
], ],
@ -4579,8 +4580,10 @@
"DynamicLatentSwitch", "DynamicLatentSwitch",
"DynamicModelswitch", "DynamicModelswitch",
"DynamicVAESwitch", "DynamicVAESwitch",
"EmptyFolderCleaner",
"EvaluaterNode", "EvaluaterNode",
"FallbackTextSwitch", "FallbackTextSwitch",
"FileSorterNode",
"FilterImages", "FilterImages",
"GeminiAPI", "GeminiAPI",
"GeminiAudioAnalyzer", "GeminiAudioAnalyzer",
@ -4591,6 +4594,7 @@
"LoraDBBuilder", "LoraDBBuilder",
"LoraTriggerLookup", "LoraTriggerLookup",
"MasterKey", "MasterKey",
"MediaMigratorNode",
"Modelswitch", "Modelswitch",
"PeopleEvaluationNode", "PeopleEvaluationNode",
"PromptGenerator", "PromptGenerator",
@ -11026,6 +11030,7 @@
"CalcEmbeds", "CalcEmbeds",
"CompareEmbeds", "CompareEmbeds",
"Cond2Embeds", "Cond2Embeds",
"EditDB",
"EmbedsInfo", "EmbedsInfo",
"GenerateDB", "GenerateDB",
"ImageSearcher", "ImageSearcher",
@ -11329,7 +11334,8 @@
"LLMModelLoader", "LLMModelLoader",
"LLMTextEncoder", "LLMTextEncoder",
"T5GEMMALoader", "T5GEMMALoader",
"T5GEMMATextEncoder" "T5GEMMATextEncoder",
"t5gemmaApplyLLMToSDXLAdapter"
], ],
{ {
"title_aux": "ComfyUI LLM SDXL Adapter" "title_aux": "ComfyUI LLM SDXL Adapter"
@ -18787,6 +18793,14 @@
"title_aux": "ComfyUI-Phi" "title_aux": "ComfyUI-Phi"
} }
], ],
"https://github.com/alibof96/ComfyUI-DownscaleIRN": [
[
"IRNDownscale"
],
{
"title_aux": "ComfyUI-DownscaleIRN"
}
],
"https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [ "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [
[ [
"InputText", "InputText",
@ -27445,6 +27459,7 @@
[ [
"MergeTextsWithGap", "MergeTextsWithGap",
"Pilcothink-RAG", "Pilcothink-RAG",
"RemoveSpecificPatterns",
"SLMGenerator", "SLMGenerator",
"SLMModelSelector", "SLMModelSelector",
"SLMVisionGenerator", "SLMVisionGenerator",
@ -33863,8 +33878,8 @@
"AnyToHash", "AnyToHash",
"AnyToHashMulti", "AnyToHashMulti",
"CacheAny", "CacheAny",
"OffloadModel", "OffloadModelv2",
"RecallModel", "RecallModelv2",
"RerouteTriggerable", "RerouteTriggerable",
"Wait", "Wait",
"WaitMulti" "WaitMulti"
@ -38628,6 +38643,7 @@
[ [
"PVL Call OpenAI Assistant", "PVL Call OpenAI Assistant",
"PVL ComfyDeploy API Caller", "PVL ComfyDeploy API Caller",
"PVL Compare",
"PVL KONTEXT MAX", "PVL KONTEXT MAX",
"PVLCheckIfConnected", "PVLCheckIfConnected",
"PVL_Any2String", "PVL_Any2String",
@ -43057,6 +43073,8 @@
"CaptureWebcam", "CaptureWebcam",
"ComfyCoupleMask", "ComfyCoupleMask",
"ComfyCoupleRegion", "ComfyCoupleRegion",
"ComfyCoupleRegionExtractor",
"ComfyCoupleRegionVisualizer",
"Depth to normal", "Depth to normal",
"Direct Screen Capture", "Direct Screen Capture",
"Export glb", "Export glb",
@ -44136,6 +44154,15 @@
"title_aux": "ComfyUI-SageAttention3" "title_aux": "ComfyUI-SageAttention3"
} }
], ],
"https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": [
[
"WanAnimateModelEnhancer",
"WanAnimateToVideoEnhanced"
],
{
"title_aux": "ComfyUI-WanAnimate-Enhancer"
}
],
"https://github.com/wallish77/wlsh_nodes": [ "https://github.com/wallish77/wlsh_nodes": [
[ [
"Alternating KSampler (WLSH)", "Alternating KSampler (WLSH)",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "silveroxides",
"title": "ComfyUI_PromptAttention [WIP]",
"reference": "https://github.com/silveroxides/ComfyUI_PromptAttention",
"files": [
"https://github.com/silveroxides/ComfyUI_PromptAttention"
],
"install_type": "git-clone",
"description": "NODES: Text Encode with Attention Bias"
},
{ {
"author": "cedarconnor", "author": "cedarconnor",
"title": "ComfyUI Motion Transfer Pack [WIP]", "title": "ComfyUI Motion Transfer Pack [WIP]",

View File

@ -5660,17 +5660,10 @@
], ],
"https://github.com/cedarconnor/ComfyUI-GEN3C-Gsplat": [ "https://github.com/cedarconnor/ComfyUI-GEN3C-Gsplat": [
[ [
"Cosmos_Gen3C_DirectExport",
"Cosmos_Gen3C_InferExport",
"Gen3CDiffusion", "Gen3CDiffusion",
"Gen3C_DatasetValidator", "Gen3C_Export",
"Gen3C_PoseDepth_FromImages",
"Gen3C_PoseDepth_FromVideo",
"Gen3C_PoseRecovery", "Gen3C_PoseRecovery",
"Gen3C_QualityFilter", "Gen3C_Quality"
"Gen3C_TrajectoryPreview",
"Gen3C_TrajectoryQualityAnalysis",
"Gen3C_VideoToDataset"
], ],
{ {
"title_aux": "ComfyUI-GEN3C-Gsplat [WIP]" "title_aux": "ComfyUI-GEN3C-Gsplat [WIP]"
@ -9566,7 +9559,9 @@
], ],
"https://github.com/pacchikAI/comfyui_pacchik_window": [ "https://github.com/pacchikAI/comfyui_pacchik_window": [
[ [
"DynamicSelectionNode" "DynamicSelectionNode",
"JsonSelectionNode",
"StaticSelectionNode"
], ],
{ {
"title_aux": "comfyui_pacchik_window [UNSAFE]" "title_aux": "comfyui_pacchik_window [UNSAFE]"
@ -10416,6 +10411,14 @@
"title_aux": "WIP Conditioning Toolkit [UNSAFE]" "title_aux": "WIP Conditioning Toolkit [UNSAFE]"
} }
], ],
"https://github.com/silveroxides/ComfyUI_PromptAttention": [
[
"CLIPTextEncodeWithAttentionBias"
],
{
"title_aux": "ComfyUI_PromptAttention [WIP]"
}
],
"https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": [ "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": [
[ [
"InsertAttnConds", "InsertAttnConds",
@ -10955,9 +10958,18 @@
"https://github.com/tmode-1960/comfyui-ta-nodes-pack": [ "https://github.com/tmode-1960/comfyui-ta-nodes-pack": [
[ [
"TAClearPrompt", "TAClearPrompt",
"TADescriptionToPrompt",
"TAEbuLMStudioLoadModel",
"TAEbuLMStudioUnload",
"TAEbuLMStudioVisionRequest",
"TALMStudioAutoLoad",
"TALMStudioLoadOnRun",
"TALMStudioLoadedModels",
"TALMStudioModelSelector",
"TALoadCheckpointModelWithName", "TALoadCheckpointModelWithName",
"TALoadDiffusionModelWithName", "TALoadDiffusionModelWithName",
"TALoadGGUFModelWithName" "TALoadGGUFModelWithName",
"TAPromptEnhancer"
], ],
{ {
"title_aux": "comfyui-ta-nodes-pack" "title_aux": "comfyui-ta-nodes-pack"

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "wallen0322",
"title": "ComfyUI-WanAnimate-Enhancer",
"reference": "https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer",
"files": [
"https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer"
],
"install_type": "git-clone",
"description": "Enhanced WanAnimateToVideo with multi-dimensional control"
},
{
"author": "alibof96",
"title": "ComfyUI-DownscaleIRN",
"reference": "https://github.com/alibof96/ComfyUI-DownscaleIRN",
"files": [
"https://github.com/alibof96/ComfyUI-DownscaleIRN"
],
"install_type": "git-clone",
"description": "A single-node ComfyUI module for Invertible Image Rescaling (IRN) that includes: automatic model download and discovery, BasicSR-based IRN_x2/x3/x4 loading, device/precision control, low-VRAM tiling, safe handling of non-divisible sizes, alpha channel preservation, and built-in bicubic/area fallback."
},
{ {
"author": "l33chking", "author": "l33chking",
"title": "ComfyUI Channel Ops", "title": "ComfyUI Channel Ops",

View File

@ -1852,6 +1852,7 @@
"CharacterFeatureSwapNode", "CharacterFeatureSwapNode",
"GroupExecutorManager", "GroupExecutorManager",
"GroupExecutorTrigger", "GroupExecutorTrigger",
"ImageCacheGet",
"MultiCharacterEditorNode", "MultiCharacterEditorNode",
"PromptSelector" "PromptSelector"
], ],
@ -4579,8 +4580,10 @@
"DynamicLatentSwitch", "DynamicLatentSwitch",
"DynamicModelswitch", "DynamicModelswitch",
"DynamicVAESwitch", "DynamicVAESwitch",
"EmptyFolderCleaner",
"EvaluaterNode", "EvaluaterNode",
"FallbackTextSwitch", "FallbackTextSwitch",
"FileSorterNode",
"FilterImages", "FilterImages",
"GeminiAPI", "GeminiAPI",
"GeminiAudioAnalyzer", "GeminiAudioAnalyzer",
@ -4591,6 +4594,7 @@
"LoraDBBuilder", "LoraDBBuilder",
"LoraTriggerLookup", "LoraTriggerLookup",
"MasterKey", "MasterKey",
"MediaMigratorNode",
"Modelswitch", "Modelswitch",
"PeopleEvaluationNode", "PeopleEvaluationNode",
"PromptGenerator", "PromptGenerator",
@ -11026,6 +11030,7 @@
"CalcEmbeds", "CalcEmbeds",
"CompareEmbeds", "CompareEmbeds",
"Cond2Embeds", "Cond2Embeds",
"EditDB",
"EmbedsInfo", "EmbedsInfo",
"GenerateDB", "GenerateDB",
"ImageSearcher", "ImageSearcher",
@ -11329,7 +11334,8 @@
"LLMModelLoader", "LLMModelLoader",
"LLMTextEncoder", "LLMTextEncoder",
"T5GEMMALoader", "T5GEMMALoader",
"T5GEMMATextEncoder" "T5GEMMATextEncoder",
"t5gemmaApplyLLMToSDXLAdapter"
], ],
{ {
"title_aux": "ComfyUI LLM SDXL Adapter" "title_aux": "ComfyUI LLM SDXL Adapter"
@ -18787,6 +18793,14 @@
"title_aux": "ComfyUI-Phi" "title_aux": "ComfyUI-Phi"
} }
], ],
"https://github.com/alibof96/ComfyUI-DownscaleIRN": [
[
"IRNDownscale"
],
{
"title_aux": "ComfyUI-DownscaleIRN"
}
],
"https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [ "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": [
[ [
"InputText", "InputText",
@ -27445,6 +27459,7 @@
[ [
"MergeTextsWithGap", "MergeTextsWithGap",
"Pilcothink-RAG", "Pilcothink-RAG",
"RemoveSpecificPatterns",
"SLMGenerator", "SLMGenerator",
"SLMModelSelector", "SLMModelSelector",
"SLMVisionGenerator", "SLMVisionGenerator",
@ -33863,8 +33878,8 @@
"AnyToHash", "AnyToHash",
"AnyToHashMulti", "AnyToHashMulti",
"CacheAny", "CacheAny",
"OffloadModel", "OffloadModelv2",
"RecallModel", "RecallModelv2",
"RerouteTriggerable", "RerouteTriggerable",
"Wait", "Wait",
"WaitMulti" "WaitMulti"
@ -38628,6 +38643,7 @@
[ [
"PVL Call OpenAI Assistant", "PVL Call OpenAI Assistant",
"PVL ComfyDeploy API Caller", "PVL ComfyDeploy API Caller",
"PVL Compare",
"PVL KONTEXT MAX", "PVL KONTEXT MAX",
"PVLCheckIfConnected", "PVLCheckIfConnected",
"PVL_Any2String", "PVL_Any2String",
@ -43057,6 +43073,8 @@
"CaptureWebcam", "CaptureWebcam",
"ComfyCoupleMask", "ComfyCoupleMask",
"ComfyCoupleRegion", "ComfyCoupleRegion",
"ComfyCoupleRegionExtractor",
"ComfyCoupleRegionVisualizer",
"Depth to normal", "Depth to normal",
"Direct Screen Capture", "Direct Screen Capture",
"Export glb", "Export glb",
@ -44136,6 +44154,15 @@
"title_aux": "ComfyUI-SageAttention3" "title_aux": "ComfyUI-SageAttention3"
} }
], ],
"https://github.com/wallen0322/ComfyUI-WanAnimate-Enhancer": [
[
"WanAnimateModelEnhancer",
"WanAnimateToVideoEnhanced"
],
{
"title_aux": "ComfyUI-WanAnimate-Enhancer"
}
],
"https://github.com/wallish77/wlsh_nodes": [ "https://github.com/wallish77/wlsh_nodes": [
[ [
"Alternating KSampler (WLSH)", "Alternating KSampler (WLSH)",