update DB

This commit is contained in:
Dr.Lt.Data 2025-06-07 12:32:42 +09:00
parent a6b2d2c722
commit 9c08a6314b
6 changed files with 2830 additions and 2789 deletions

View File

@ -27070,6 +27070,17 @@
"install_type": "git-clone",
"description": "Drop-in TorchCompile node that preserves LoRA patches."
},
{
"author": "Pigidiy",
"title": "ComfyUI-LikeSpiderAI-UI",
"id": "like_spider_ui",
"reference": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI",
"files": [
"https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI"
],
"install_type": "git-clone",
"description": "Declarative UI Framework for ComfyUI Nodes. Minimalistic base class for creating UI-based audio/text/image nodes."
},
@ -27508,18 +27519,7 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Pigidiy",
"title": "ComfyUI-LikeSpiderAI-UI",
"id": "like_spider_ui",
"reference": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI",
"files": [
"https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI"
],
"install_type": "git-clone",
"description": "Declarative UI Framework for ComfyUI Nodes. Minimalistic base class for creating UI-based audio/text/image nodes."
}
}
]
}

View File

@ -256,10 +256,12 @@
"ALLty",
"EGRWGL",
"EGRYDZQHNode",
"EGSEED",
"GroupSwitchNode",
"GroupSwitchNodee",
"GroupSwitchNodeee",
"GroupSwitchNodeeee",
"GroupSwitchNodi",
"hulue",
"jinyong"
],
@ -330,10 +332,19 @@
],
"https://github.com/2frames/ComfyUI-AQnodes": [
[
"AQ_BlendImages",
"AQ_CLIPSetLastLayer",
"AQ_Gemini",
"AQ_ImageMaskSwitch",
"AQ_Image_DetailTransfer",
"AQ_Image_Pad",
"AQ_Increment",
"AQ_LoadImageBase64",
"AQ_MasksAndImagesAsList",
"AQ_Qwen",
"AQ_QwenLoader",
"AQ_Random",
"AQ_SaveImageWebpReturnBase64",
"AQ_SendImageToAPI",
"AQ_multiface_ApplyPulidFlux"
],
@ -3472,6 +3483,7 @@
"Categorizer",
"CollectAndDistributeText",
"Coloring",
"ConditionalLoRAApplierCreepybits",
"CustomNodeManager",
"DelayNode",
"DelayTextNode",
@ -7013,6 +7025,7 @@
"ImageSizeAdjustment",
"InspyrenetRembgLoader",
"InspyrenetRembgProcess",
"LG_LatentBatchToList",
"LG_LoadImage",
"LG_Noise",
"LazySwitch1way",
@ -13180,6 +13193,8 @@
[
"ComfyUI_LLM_Ollama",
"DeepSeek_Online",
"LoadGifFromLocal",
"LoadImageFromUrl",
"QiniuImageUploadNode",
"QiniuVideoUploadNode",
"StringArrayFormatter",
@ -25997,6 +26012,7 @@
"https://github.com/laksjdjf/ComfyUI-Imatrix": [
[
"ImatrixUNETLoader",
"LoRAdiff",
"SaveImatrix"
],
{
@ -31703,7 +31719,10 @@
],
"https://github.com/s9roll7/comfyui_cotracker_node": [
[
"CoTrackerNode"
"CoTrackerNode",
"GridPointGeneratorNode",
"PerlinCoordinateRandomizerNode",
"XYMotionAmplifierNode"
],
{
"title_aux": "Comfyui CoTracker Node"
@ -33224,7 +33243,12 @@
],
"https://github.com/spawner1145/CUI-Lumina2-TeaCache": [
[
"TeaCache_Lumina2"
"LPIPS_Model_Loader",
"Store_Baseline_Image",
"TeaCache_LPIPS_Evaluator",
"TeaCache_Lumina2",
"TeaCache_Patcher",
"TeaCache_Result_Collector"
],
{
"title_aux": "CUI-Lumina2-TeaCache"
@ -35347,8 +35371,8 @@
"LTLatentOp",
"LTLatentToShape",
"LTLatentsConcatenate",
"LTParamRandomizerGaussian",
"LTParamRandomizerRange",
"LTNumberRangeGaussian",
"LTNumberRangeUniform",
"LTPreviewLatent",
"LTReshapeLatent",
"LTUniformLatent"
@ -36383,7 +36407,6 @@
"DCI_BinaryFileLoader",
"DCI_BinaryFileSaver",
"DCI_BinaryFileUploader",
"DCI_FileLoader",
"DCI_FileNode",
"DCI_Image",
"DCI_ImageExporter",

File diff suppressed because it is too large Load Diff

View File

@ -2267,6 +2267,8 @@
],
"https://github.com/MakkiShizu/ComfyUI-MakkiTools": [
[
"AutoLoop_create_pseudo_loop_video",
"Environment_INFO",
"GetImageNthCount",
"ImageChannelSeparate",
"ImageCountConcatenate",
@ -7506,6 +7508,7 @@
"RunPython",
"SaveSpiderData",
"SpiderCrawl",
"SpiderSplit",
"String2Json",
"String_Attachment"
],
@ -8422,6 +8425,7 @@
"https://github.com/wTechArtist/ComfyUI_VVL_SAM2": [
[
"SAM1AutoEverything",
"VVL_DetectionScaler",
"VVL_Florence2SAM2",
"VVL_GroundingDinoSAM2",
"VVL_MaskCleaner",

View File

@ -11,6 +11,17 @@
{
"author": "Pigidiy",
"title": "ComfyUI-LikeSpiderAI-UI",
"id": "like_spider_ui",
"reference": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI",
"files": [
"https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI"
],
"install_type": "git-clone",
"description": "Declarative UI Framework for ComfyUI Nodes. Minimalistic base class for creating UI-based audio/text/image nodes."
},
{
"author": "xmarre",
"title": "LoRA-Safe TorchCompile",
@ -678,26 +689,6 @@
],
"install_type": "git-clone",
"description": "A collection of logic and utility nodes for ComfyUI to enhance workflow capabilities."
},
{
"author": "wTechArtist",
"title": "ComfyUI VVL Video Camera Advanced",
"reference": "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced",
"files": [
"https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced"
],
"install_type": "git-clone",
"description": "A professional video camera parameter estimation toolkit based on the VGGT model."
},
{
"author": "niknah",
"title": "Audio General",
"reference": "https://github.com/niknah/audio-general-ComfyUI",
"files": [
"https://github.com/niknah/audio-general-ComfyUI"
],
"install_type": "git-clone",
"description": "General audio nodes. Mix, Bass/Treble, Concatenate, Pitch, Add/remove silence, Speed"
}
]
}

View File

@ -256,10 +256,12 @@
"ALLty",
"EGRWGL",
"EGRYDZQHNode",
"EGSEED",
"GroupSwitchNode",
"GroupSwitchNodee",
"GroupSwitchNodeee",
"GroupSwitchNodeeee",
"GroupSwitchNodi",
"hulue",
"jinyong"
],
@ -330,10 +332,19 @@
],
"https://github.com/2frames/ComfyUI-AQnodes": [
[
"AQ_BlendImages",
"AQ_CLIPSetLastLayer",
"AQ_Gemini",
"AQ_ImageMaskSwitch",
"AQ_Image_DetailTransfer",
"AQ_Image_Pad",
"AQ_Increment",
"AQ_LoadImageBase64",
"AQ_MasksAndImagesAsList",
"AQ_Qwen",
"AQ_QwenLoader",
"AQ_Random",
"AQ_SaveImageWebpReturnBase64",
"AQ_SendImageToAPI",
"AQ_multiface_ApplyPulidFlux"
],
@ -3472,6 +3483,7 @@
"Categorizer",
"CollectAndDistributeText",
"Coloring",
"ConditionalLoRAApplierCreepybits",
"CustomNodeManager",
"DelayNode",
"DelayTextNode",
@ -7013,6 +7025,7 @@
"ImageSizeAdjustment",
"InspyrenetRembgLoader",
"InspyrenetRembgProcess",
"LG_LatentBatchToList",
"LG_LoadImage",
"LG_Noise",
"LazySwitch1way",
@ -13180,6 +13193,8 @@
[
"ComfyUI_LLM_Ollama",
"DeepSeek_Online",
"LoadGifFromLocal",
"LoadImageFromUrl",
"QiniuImageUploadNode",
"QiniuVideoUploadNode",
"StringArrayFormatter",
@ -25997,6 +26012,7 @@
"https://github.com/laksjdjf/ComfyUI-Imatrix": [
[
"ImatrixUNETLoader",
"LoRAdiff",
"SaveImatrix"
],
{
@ -31703,7 +31719,10 @@
],
"https://github.com/s9roll7/comfyui_cotracker_node": [
[
"CoTrackerNode"
"CoTrackerNode",
"GridPointGeneratorNode",
"PerlinCoordinateRandomizerNode",
"XYMotionAmplifierNode"
],
{
"title_aux": "Comfyui CoTracker Node"
@ -33224,7 +33243,12 @@
],
"https://github.com/spawner1145/CUI-Lumina2-TeaCache": [
[
"TeaCache_Lumina2"
"LPIPS_Model_Loader",
"Store_Baseline_Image",
"TeaCache_LPIPS_Evaluator",
"TeaCache_Lumina2",
"TeaCache_Patcher",
"TeaCache_Result_Collector"
],
{
"title_aux": "CUI-Lumina2-TeaCache"
@ -35347,8 +35371,8 @@
"LTLatentOp",
"LTLatentToShape",
"LTLatentsConcatenate",
"LTParamRandomizerGaussian",
"LTParamRandomizerRange",
"LTNumberRangeGaussian",
"LTNumberRangeUniform",
"LTPreviewLatent",
"LTReshapeLatent",
"LTUniformLatent"
@ -36383,7 +36407,6 @@
"DCI_BinaryFileLoader",
"DCI_BinaryFileSaver",
"DCI_BinaryFileUploader",
"DCI_FileLoader",
"DCI_FileNode",
"DCI_Image",
"DCI_ImageExporter",