update DB

This commit is contained in:
Dr.Lt.Data 2025-07-31 12:32:47 +09:00
parent edbe744e17
commit 01fa37900b
8 changed files with 1337 additions and 1077 deletions

View File

@ -30060,6 +30060,47 @@
"install_type": "git-clone",
"description": "A custom node for ComfyUI that integrates ByteDance Volcano Engine's video generation AI model, supporting both text-to-video and image-to-video generation."
},
{
"author": "YaserJaradeh",
"title": "Yaser-nodes for ComfyUI",
"reference": "https://github.com/YaserJaradeh/comfyui-yaser-nodes",
"files": [
"https://github.com/YaserJaradeh/comfyui-yaser-nodes"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI that provide dynamic input selection and intelligent upscaling functionality."
},
{
"author": "gvfarns",
"title": "comfyui_gvf",
"reference": "https://github.com/gvfarns/comfyui_gvf",
"files": [
"https://github.com/gvfarns/comfyui_gvf"
],
"install_type": "git-clone",
"description": "ComfyUI custom convenience nodes: Cropping images to a given aspect ratio, Cropping images to a max/min aspect ratio, If/else logic with provided float (rather than using a float node)"
},
{
"author": "mikeshuangyan",
"title": "ComfyUI_MqUtils",
"reference": "https://github.com/mikeshuangyan/ComfyUI_MqUtils",
"files": [
"https://github.com/mikeshuangyan/ComfyUI_MqUtils"
],
"install_type": "git-clone",
"description": "MQ util nodes for ComfyUI"
},
{
"author": "Franklyc",
"title": "ComfyUI LoRA adaLN Patcher Node",
"reference": "https://github.com/Franklyc/comfyui-lora-adain-patcher-node",
"files": [
"https://github.com/Franklyc/comfyui-lora-adain-patcher-node"
],
"install_type": "git-clone",
"description": "A simple but powerful custom node for ComfyUI that patches LoRA models by adding dummy adaLN_modulation_1 weights. This solves compatibility errors when using LoRAs with newer model architectures that expect these keys to be present in the final_layer."
},

View File

@ -5480,6 +5480,14 @@
"title_aux": "NX_Translator"
}
],
"https://github.com/Franklyc/comfyui-lora-adain-patcher-node": [
[
"LoraAdaLNPatcher"
],
{
"title_aux": "ComfyUI LoRA adaLN Patcher Node"
}
],
"https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": [
[
"RadarWeightsNode"
@ -7991,14 +7999,18 @@
],
"https://github.com/LevelPixel/ComfyUI-LevelPixel": [
[
"AnyToText|LP",
"BoolToInt|LP",
"BoolToString|LP",
"CLIP Text Encode Translate [LP]",
"CLIPTextEncodeTranslate|LP",
"Calculate Target Size By Mask [LP]",
"CalculateTargetSizeByMask|LP",
"ComboToText|LP",
"Convert Any To Text [LP]",
"Convert Bool To Int [LP]",
"Convert Bool To String [LP]",
"Convert Combo To Text [LP]",
"Convert Float To Int [LP]",
"Convert Float To String [LP]",
"Convert Int To Bool [LP]",
@ -8031,14 +8043,23 @@
"FindValueFromFile|LP",
"FloatToInt|LP",
"FloatToString|LP",
"Get ComfyUI Folder Path [LP]",
"Get ComfyUI HTTP Folder Path [LP]",
"Get Filename By Index In Folder [LP]",
"Get Iterator Data From Image Folders [LP]",
"Get Iterator Data From Videos [LP]",
"GetComfyUIFolderPath|LP",
"GetComfyUIHttpFolderPath|LP",
"GetFilenameByIndexInFolder|LP",
"GetIteratorDataImageFolders|LP",
"GetIteratorDataVideos|LP",
"Hard Model Unloader [LP]",
"HardModelUnloader|LP",
"HundredthsSimpleFloatSlider|LP",
"Image Data Iterator [LP]",
"Image Loader From Path [LP]",
"Image Overlay [LP]",
"ImageDataIterator|LP",
"ImageLoaderFromPath|LP",
"ImageOverlay|LP",
"Inpaint Crop [LP]",
@ -8048,6 +8069,8 @@
"IntToBool|LP",
"IntToFloat|LP",
"IntToString|LP",
"Iterator [LP]",
"Iterator|LP",
"Keep Only English Tags [LP]",
"Keep Only English Words [LP]",
"KeepOnlyEnglishTags|LP",
@ -14465,6 +14488,15 @@
"title_aux": "ComfyUI-NeuralMedia"
}
],
"https://github.com/YaserJaradeh/comfyui-yaser-nodes": [
[
"ConditionalSelectionNode",
"IterativeUpscaleWithModelsNode"
],
{
"title_aux": "Yaser-nodes for ComfyUI"
}
],
"https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [
[
"MergeBlockWeighted"
@ -20652,6 +20684,7 @@
"TestListToAccumulationNode",
"TestMakeListNode",
"TestMixedExpansionReturns",
"TestOutputNodeWithSocketOutput",
"TestParallelSleep",
"TestSamplingInExpansion",
"TestSleep",
@ -24388,6 +24421,19 @@
"title_aux": "guy-nodes-comfyui"
}
],
"https://github.com/gvfarns/comfyui_gvf": [
[
"CheckpointLoaderWithName",
"CropToAspectRatio",
"CropToAspectRatioMinMax",
"IfElseFloat",
"IfElseInt",
"StringContains"
],
{
"title_aux": "comfyui_gvf"
}
],
"https://github.com/hackkhai/ComfyUI-Image-Matting": [
[
"ApplyMatting",
@ -31482,6 +31528,17 @@
"title_aux": "Transparent-background-comfyUI"
}
],
"https://github.com/mikeshuangyan/ComfyUI_MqUtils": [
[
"MqCheckFP4Support",
"MqIntSwitch",
"MqIntToString",
"MqTextSplitter"
],
{
"title_aux": "ComfyUI_MqUtils"
}
],
"https://github.com/mikkel/ComfyUI-text-overlay": [
[
"Image Text Overlay"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "tankenyuen-ola",
"title": "comfyui-wanvideo-scheduler-loop",
"reference": "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop",
"files": [
"https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop"
],
"install_type": "git-clone",
"description": "NODES: WanVideo Scheduler Selector, WanVideo Scheduler Loop, WanVideo Scheduler Info"
},
{
"author": "ElyZeng",
"title": "ComfyUI-Translator [NAME CONFLICT]",

View File

@ -327,6 +327,7 @@
"ImageBlendV1",
"ImageRatioCrop",
"Load_Images",
"Load_Images_V1",
"PDFile_name_fix",
"PDIMAGE_ImageCombine",
"PDIMAGE_LongerSize",
@ -351,11 +352,15 @@
"PD_Image_Rotate_v1",
"PD_Image_centerCrop",
"PD_MASK_SELECTION",
"PD_RemoveBlackBackground",
"PD_RemoveColorWords",
"PD_ShowText",
"PD_Text Overlay Node",
"PD_imagesave_path",
"PD_number_start",
"PD_random_prompt",
"PD_rename_batch_v1",
"PD_replace_word",
"PDimage_corp_v1",
"PDimage_corp_v2",
"mask_edge_selector"
@ -1463,6 +1468,14 @@
"title_aux": "ComfyUI-MusicGen [WIP]"
}
],
"https://github.com/ElyZeng/ComfyUI-Translator": [
[
"TextTranslatorNode"
],
{
"title_aux": "ComfyUI-Translator [NAME CONFLICT]"
}
],
"https://github.com/Elypha/ComfyUI-Prompt-Helper": [
[
"PromptHelper_CombineConditioning",
@ -2449,6 +2462,7 @@
"cogvideox_flash_get_Node",
"cogvideox_flash_post_Node",
"cogview_3_flash_Node",
"doubaoNode",
"douyin_remove_watermark_Node",
"file_analysis_Node",
"find_files_by_extension_Node",
@ -4999,6 +5013,7 @@
"TestListToAccumulationNode",
"TestMakeListNode",
"TestMixedExpansionReturns",
"TestOutputNodeWithSocketOutput",
"TestParallelSleep",
"TestSamplingInExpansion",
"TestSleep",
@ -8963,6 +8978,16 @@
"title_aux": "comfyui-env-variable-reader [UNSAFE]"
}
],
"https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": [
[
"WanVideoSchedulerInfo",
"WanVideoSchedulerLoop",
"WanVideoSchedulerSelector"
],
{
"title_aux": "comfyui-wanvideo-scheduler-loop"
}
],
"https://github.com/tanmoy-it/comfyuiCustomNode": [
[
"DownloadImageDataUrl"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,45 @@
{
"custom_nodes": [
{
"author": "Franklyc",
"title": "ComfyUI LoRA adaLN Patcher Node",
"reference": "https://github.com/Franklyc/comfyui-lora-adain-patcher-node",
"files": [
"https://github.com/Franklyc/comfyui-lora-adain-patcher-node"
],
"install_type": "git-clone",
"description": "A simple but powerful custom node for ComfyUI that patches LoRA models by adding dummy adaLN_modulation_1 weights. This solves compatibility errors when using LoRAs with newer model architectures that expect these keys to be present in the final_layer."
},
{
"author": "YaserJaradeh",
"title": "Yaser-nodes for ComfyUI",
"reference": "https://github.com/YaserJaradeh/comfyui-yaser-nodes",
"files": [
"https://github.com/YaserJaradeh/comfyui-yaser-nodes"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI that provide dynamic input selection and intelligent upscaling functionality."
},
{
"author": "gvfarns",
"title": "comfyui_gvf",
"reference": "https://github.com/gvfarns/comfyui_gvf",
"files": [
"https://github.com/gvfarns/comfyui_gvf"
],
"install_type": "git-clone",
"description": "ComfyUI custom convenience nodes: Cropping images to a given aspect ratio, Cropping images to a max/min aspect ratio, If/else logic with provided float (rather than using a float node)"
},
{
"author": "mikeshuangyan",
"title": "ComfyUI_MqUtils",
"reference": "https://github.com/mikeshuangyan/ComfyUI_MqUtils",
"files": [
"https://github.com/mikeshuangyan/ComfyUI_MqUtils"
],
"install_type": "git-clone",
"description": "MQ util nodes for ComfyUI"
},
{
"author": "Yuan-ManX",
"title": "ComfyUI-SkyworkUniPic",

View File

@ -5480,6 +5480,14 @@
"title_aux": "NX_Translator"
}
],
"https://github.com/Franklyc/comfyui-lora-adain-patcher-node": [
[
"LoraAdaLNPatcher"
],
{
"title_aux": "ComfyUI LoRA adaLN Patcher Node"
}
],
"https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": [
[
"RadarWeightsNode"
@ -7991,14 +7999,18 @@
],
"https://github.com/LevelPixel/ComfyUI-LevelPixel": [
[
"AnyToText|LP",
"BoolToInt|LP",
"BoolToString|LP",
"CLIP Text Encode Translate [LP]",
"CLIPTextEncodeTranslate|LP",
"Calculate Target Size By Mask [LP]",
"CalculateTargetSizeByMask|LP",
"ComboToText|LP",
"Convert Any To Text [LP]",
"Convert Bool To Int [LP]",
"Convert Bool To String [LP]",
"Convert Combo To Text [LP]",
"Convert Float To Int [LP]",
"Convert Float To String [LP]",
"Convert Int To Bool [LP]",
@ -8031,14 +8043,23 @@
"FindValueFromFile|LP",
"FloatToInt|LP",
"FloatToString|LP",
"Get ComfyUI Folder Path [LP]",
"Get ComfyUI HTTP Folder Path [LP]",
"Get Filename By Index In Folder [LP]",
"Get Iterator Data From Image Folders [LP]",
"Get Iterator Data From Videos [LP]",
"GetComfyUIFolderPath|LP",
"GetComfyUIHttpFolderPath|LP",
"GetFilenameByIndexInFolder|LP",
"GetIteratorDataImageFolders|LP",
"GetIteratorDataVideos|LP",
"Hard Model Unloader [LP]",
"HardModelUnloader|LP",
"HundredthsSimpleFloatSlider|LP",
"Image Data Iterator [LP]",
"Image Loader From Path [LP]",
"Image Overlay [LP]",
"ImageDataIterator|LP",
"ImageLoaderFromPath|LP",
"ImageOverlay|LP",
"Inpaint Crop [LP]",
@ -8048,6 +8069,8 @@
"IntToBool|LP",
"IntToFloat|LP",
"IntToString|LP",
"Iterator [LP]",
"Iterator|LP",
"Keep Only English Tags [LP]",
"Keep Only English Words [LP]",
"KeepOnlyEnglishTags|LP",
@ -14465,6 +14488,15 @@
"title_aux": "ComfyUI-NeuralMedia"
}
],
"https://github.com/YaserJaradeh/comfyui-yaser-nodes": [
[
"ConditionalSelectionNode",
"IterativeUpscaleWithModelsNode"
],
{
"title_aux": "Yaser-nodes for ComfyUI"
}
],
"https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": [
[
"MergeBlockWeighted"
@ -20652,6 +20684,7 @@
"TestListToAccumulationNode",
"TestMakeListNode",
"TestMixedExpansionReturns",
"TestOutputNodeWithSocketOutput",
"TestParallelSleep",
"TestSamplingInExpansion",
"TestSleep",
@ -24388,6 +24421,19 @@
"title_aux": "guy-nodes-comfyui"
}
],
"https://github.com/gvfarns/comfyui_gvf": [
[
"CheckpointLoaderWithName",
"CropToAspectRatio",
"CropToAspectRatioMinMax",
"IfElseFloat",
"IfElseInt",
"StringContains"
],
{
"title_aux": "comfyui_gvf"
}
],
"https://github.com/hackkhai/ComfyUI-Image-Matting": [
[
"ApplyMatting",
@ -31482,6 +31528,17 @@
"title_aux": "Transparent-background-comfyUI"
}
],
"https://github.com/mikeshuangyan/ComfyUI_MqUtils": [
[
"MqCheckFP4Support",
"MqIntSwitch",
"MqIntToString",
"MqTextSplitter"
],
{
"title_aux": "ComfyUI_MqUtils"
}
],
"https://github.com/mikkel/ComfyUI-text-overlay": [
[
"Image Text Overlay"