update DB

This commit is contained in:
Dr.Lt.Data 2025-10-20 12:47:53 +09:00
parent d49df7aebb
commit 59cbed429f
8 changed files with 162 additions and 22 deletions

View File

@ -34566,6 +34566,36 @@
"install_type": "git-clone",
"description": "This custom ComfyUI node, Find Perfect Resolution, calculates an optimal output resolution for an input image while preserving its aspect ratio and ensuring dimensions are divisible by a specified value. It is designed to work seamlessly in ComfyUI workflows, particularly for resizing images with nodes like 'Resize Image v2'."
},
{
"author": "cybernaut4",
"title": "Arkl1te's Toolkit",
"reference": "https://github.com/cybernaut4/comfyui_arkl1te_toolkit",
"files": [
"https://github.com/cybernaut4/comfyui_arkl1te_toolkit"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI by Arkl1te"
},
{
"author": "guyouyue",
"title": "ComfyUI_VideoAutoSplit",
"reference": "https://github.com/guyouyue/ComfyUI_VideoAutoSplit",
"files": [
"https://github.com/guyouyue/ComfyUI_VideoAutoSplit"
],
"install_type": "git-clone",
"description": "ComfyUI Video Auto-Cropping Tool — includes keyframe detection and automatic segmentation/saving based on keyframes."
},
{
"author": "Analaser",
"title": "ComfyUI-RandomTagWeights",
"reference": "https://github.com/Analaser/ComfyUI-RandomTagWeights",
"files": [
"https://github.com/Analaser/ComfyUI-RandomTagWeights"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that randomizes tag weights for text prompts. Useful for dynamic prompt generation or creative experimentation in AI image workflows."
},

View File

@ -2403,6 +2403,14 @@
"title_aux": "Jovimetrix"
}
],
"https://github.com/Analaser/ComfyUI-RandomTagWeights": [
[
"RandomTagWeights"
],
{
"title_aux": "ComfyUI-RandomTagWeights"
}
],
"https://github.com/Andro-Meta/ComfyUI-Ovis2": [
[
"Ovis2ImageCaption",
@ -24037,6 +24045,17 @@
"title_aux": "Seb Nodes"
}
],
"https://github.com/cybernaut4/comfyui_arkl1te_toolkit": [
[
"AnythingToString",
"Concatenate",
"GetNewFileIndex",
"PadZeroes"
],
{
"title_aux": "Arkl1te's Toolkit"
}
],
"https://github.com/czcz1024/Comfyui-FaceCompare": [
[
"FaceCompare"
@ -24730,7 +24749,8 @@
],
"https://github.com/diffussy69/comfyui-curved_weight_schedule": [
[
"CurvedTimestepKeyframes"
"CurvedTimestepKeyframes",
"MultiMaskStrengthCombiner"
],
{
"title_aux": "ComfyUI-curved_weight_schedule"
@ -27264,6 +27284,7 @@
"SeedanceImageToVideo_fal",
"SeedanceTextToVideo_fal",
"SeedreamV4Edit_fal",
"Seedvr_Upscaler_fal",
"Upscaler_fal",
"VLM_fal",
"Veo2ImageToVideo_fal",
@ -27718,6 +27739,15 @@
"title_aux": "guy-nodes-comfyui"
}
],
"https://github.com/guyouyue/ComfyUI_VideoAutoSplit": [
[
"ExtractKeyFrames",
"ExtractKeyFramesAndSplit"
],
{
"title_aux": "ComfyUI_VideoAutoSplit"
}
],
"https://github.com/gvfarns/comfyui_gvf": [
[
"CheckpointLoaderWithName",
@ -43575,6 +43605,7 @@
"Empty Image Node",
"JSON Parser Node",
"LoadImageFromUrlNode",
"RemoveEmptyLinesNode",
"SaveVideoRGBA",
"TextToImageNode"
],

View File

@ -864,6 +864,11 @@
"last_update": "2025-09-05 03:15:03",
"author_account_age_days": 5694
},
"https://github.com/Analaser/ComfyUI-RandomTagWeights": {
"stars": 1,
"last_update": "2025-10-19 22:58:12",
"author_account_age_days": 2875
},
"https://github.com/Andro-Meta/ComfyUI-Ovis2": {
"stars": 5,
"last_update": "2025-03-24 04:27:56",
@ -8524,6 +8529,11 @@
"last_update": "2025-07-12 12:45:36",
"author_account_age_days": 2349
},
"https://github.com/cybernaut4/comfyui_arkl1te_toolkit": {
"stars": 0,
"last_update": "2025-10-20 01:44:33",
"author_account_age_days": 1923
},
"https://github.com/czcz1024/Comfyui-FaceCompare": {
"stars": 0,
"last_update": "2024-06-14 07:13:32",
@ -9759,6 +9769,11 @@
"last_update": "2024-10-02 13:15:26",
"author_account_age_days": 384
},
"https://github.com/guyouyue/ComfyUI_VideoAutoSplit": {
"stars": 0,
"last_update": "2025-10-20 02:50:16",
"author_account_age_days": 924
},
"https://github.com/gvfarns/comfyui_gvf": {
"stars": 0,
"last_update": "2025-07-30 21:33:13",

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "pacchikAI",
"title": "comfyui_pacchik_window [UNSAFE]",
"reference": "https://github.com/pacchikAI/comfyui_pacchik_window",
"files": [
"https://github.com/pacchikAI/comfyui_pacchik_window"
],
"install_type": "git-clone",
"description": "A simple ComfyUI node that takes any window you have as an Input to ComfyUI node\nNOTE: WORKS IN WINDOWS ONLY[w/This nodepack has a feature that can retrieve your screen information remotely.]"
},
{
"author": "EricRollei",
"title": "Hyper-ComfyUI: HYPIR Image Restoration Node [WIP]",

View File

@ -9489,6 +9489,14 @@
"title_aux": "ImagePromptBatch [UNSAFE]"
}
],
"https://github.com/pacchikAI/comfyui_pacchik_window": [
[
"DynamicSelectionNode"
],
{
"title_aux": "comfyui_pacchik_window [UNSAFE]"
}
],
"https://github.com/pamparamm/ComfyUI-ppm": [
[
"AttentionCouplePPM",

View File

@ -3529,6 +3529,11 @@
"last_update": "2025-05-26 12:48:05",
"author_account_age_days": 161
},
"https://github.com/pacchikAI/comfyui_pacchik_window": {
"stars": 0,
"last_update": "2025-10-20 03:03:26",
"author_account_age_days": 161
},
"https://github.com/pamparamm/ComfyUI-ppm": {
"stars": 221,
"last_update": "2025-09-28 00:53:36",

View File

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "cybernaut4",
"title": "Arkl1te's Toolkit",
"reference": "https://github.com/cybernaut4/comfyui_arkl1te_toolkit",
"files": [
"https://github.com/cybernaut4/comfyui_arkl1te_toolkit"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI by Arkl1te"
},
{
"author": "Analaser",
"title": "ComfyUI-RandomTagWeights",
"reference": "https://github.com/Analaser/ComfyUI-RandomTagWeights",
"files": [
"https://github.com/Analaser/ComfyUI-RandomTagWeights"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that randomizes tag weights for text prompts. Useful for dynamic prompt generation or creative experimentation in AI image workflows."
},
{
"author": "guyouyue",
"title": "ComfyUI_VideoAutoSplit",
"reference": "https://github.com/guyouyue/ComfyUI_VideoAutoSplit",
"files": [
"https://github.com/guyouyue/ComfyUI_VideoAutoSplit"
],
"install_type": "git-clone",
"description": "ComfyUI Video Auto-Cropping Tool — includes keyframe detection and automatic segmentation/saving based on keyframes."
},
{
"author": "OmiX",
"title": "OmiXdev Custom Nodes",
@ -661,26 +691,6 @@
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes for enhanced text and image processing"
},
{
"author": "silveroxides",
"title": "ComfyUI_Hybrid-Scaled_fp8-Loader",
"reference": "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader",
"files": [
"https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader"
],
"install_type": "git-clone",
"description": "Custom Loader for scaled_fp8 models with hybrid precision layers."
},
{
"author": "LukeCoulson1",
"title": "ComfyUI LoRA Combine Node",
"reference": "https://github.com/LukeCoulson1/Comfyui_LoraCombine",
"files": [
"https://github.com/LukeCoulson1/Comfyui_LoraCombine"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that allows you to combine two LoRAs with adjustable strengths and multiple merging methods."
}
]
}

View File

@ -2403,6 +2403,14 @@
"title_aux": "Jovimetrix"
}
],
"https://github.com/Analaser/ComfyUI-RandomTagWeights": [
[
"RandomTagWeights"
],
{
"title_aux": "ComfyUI-RandomTagWeights"
}
],
"https://github.com/Andro-Meta/ComfyUI-Ovis2": [
[
"Ovis2ImageCaption",
@ -24037,6 +24045,17 @@
"title_aux": "Seb Nodes"
}
],
"https://github.com/cybernaut4/comfyui_arkl1te_toolkit": [
[
"AnythingToString",
"Concatenate",
"GetNewFileIndex",
"PadZeroes"
],
{
"title_aux": "Arkl1te's Toolkit"
}
],
"https://github.com/czcz1024/Comfyui-FaceCompare": [
[
"FaceCompare"
@ -24730,7 +24749,8 @@
],
"https://github.com/diffussy69/comfyui-curved_weight_schedule": [
[
"CurvedTimestepKeyframes"
"CurvedTimestepKeyframes",
"MultiMaskStrengthCombiner"
],
{
"title_aux": "ComfyUI-curved_weight_schedule"
@ -27264,6 +27284,7 @@
"SeedanceImageToVideo_fal",
"SeedanceTextToVideo_fal",
"SeedreamV4Edit_fal",
"Seedvr_Upscaler_fal",
"Upscaler_fal",
"VLM_fal",
"Veo2ImageToVideo_fal",
@ -27718,6 +27739,15 @@
"title_aux": "guy-nodes-comfyui"
}
],
"https://github.com/guyouyue/ComfyUI_VideoAutoSplit": [
[
"ExtractKeyFrames",
"ExtractKeyFramesAndSplit"
],
{
"title_aux": "ComfyUI_VideoAutoSplit"
}
],
"https://github.com/gvfarns/comfyui_gvf": [
[
"CheckpointLoaderWithName",
@ -43575,6 +43605,7 @@
"Empty Image Node",
"JSON Parser Node",
"LoadImageFromUrlNode",
"RemoveEmptyLinesNode",
"SaveVideoRGBA",
"TextToImageNode"
],