update DB
This commit is contained in:
@@ -154,9 +154,9 @@
|
||||
"ImageBlendModesByAlpha",
|
||||
"ImageBlendModesByCSS",
|
||||
"ImageCropByMaskAlpha",
|
||||
"ImageCropEdge",
|
||||
"ImageCropSquare",
|
||||
"ImageCropWithBBoxMask",
|
||||
"ImageEdgeCropPad",
|
||||
"ImageEditStitch",
|
||||
"ImageGetSize",
|
||||
"ImageHLFreqCombine",
|
||||
@@ -188,6 +188,7 @@
|
||||
"StringCoordinateToBBoxes",
|
||||
"TextCustomExtract",
|
||||
"TextFormat",
|
||||
"TextJoinMulti",
|
||||
"TextLoadLocal"
|
||||
],
|
||||
{
|
||||
@@ -4250,6 +4251,7 @@
|
||||
],
|
||||
"https://github.com/chetusangolgi/Comfyui-supabase": [
|
||||
[
|
||||
"SupabaseAudioUploader",
|
||||
"SupabaseImageUploader",
|
||||
"SupabaseTableWatcherNode"
|
||||
],
|
||||
@@ -4320,6 +4322,7 @@
|
||||
"BasicScheduler",
|
||||
"BetaSamplingScheduler",
|
||||
"CFGGuider",
|
||||
"CFGNorm",
|
||||
"CFGZeroStar",
|
||||
"CLIPAttentionMultiply",
|
||||
"CLIPLoader",
|
||||
@@ -7775,6 +7778,7 @@
|
||||
],
|
||||
"https://github.com/przewodo/ComfyUI-Przewodo-Utils": [
|
||||
[
|
||||
"przewodo AppendToAnyList",
|
||||
"przewodo BatchImagesFromPath",
|
||||
"przewodo CompareNumbersToCombo",
|
||||
"przewodo FloatIfElse",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "Aero-Ex",
|
||||
"title": "ComfyUI Vision LLM Analyzer Node",
|
||||
"reference": "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer",
|
||||
"files": [
|
||||
"https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This repository contains a powerful and versatile custom node for ComfyUI that seamlessly integrates with OpenAI-compatible Large Language Models (LLMs), including multimodal (vision-enabled) models like GPT-4o.\nThis single node allows you to perform both text generation and image analysis, making it an essential tool for advanced prompt engineering and creative automation."
|
||||
},
|
||||
{
|
||||
"author": "papcorns",
|
||||
"title": "Papcorns ComfyUI Custom Nodes",
|
||||
"reference": "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes",
|
||||
"files": [
|
||||
"https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom nodes for ComfyUI that enhances image processing and cloud storage capabilities."
|
||||
},
|
||||
{
|
||||
"author": "Rocky-Lee-001",
|
||||
"title": "ComfyUI_SZtools",
|
||||
@@ -270,7 +290,7 @@
|
||||
"https://github.com/Erehr/ComfyUI-Eagle-Autosend"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Tired of manually saving and organizing your generated images? This custom node for ComfyUI automates the entire process. Any image saved during your workflow is instantly sent to your Eagle library, intelligently tagged and annotated for effortless organization."
|
||||
"description": "A seamless, node-independent way to automatically send your ComfyUI generations to Eagle, complete with full metadata annotation and tags."
|
||||
},
|
||||
{
|
||||
"author": "silveroxides",
|
||||
|
||||
@@ -328,9 +328,9 @@
|
||||
"ImageBlendModesByAlpha",
|
||||
"ImageBlendModesByCSS",
|
||||
"ImageCropByMaskAlpha",
|
||||
"ImageCropEdge",
|
||||
"ImageCropSquare",
|
||||
"ImageCropWithBBoxMask",
|
||||
"ImageEdgeCropPad",
|
||||
"ImageEditStitch",
|
||||
"ImageGetSize",
|
||||
"ImageHLFreqCombine",
|
||||
@@ -362,6 +362,7 @@
|
||||
"StringCoordinateToBBoxes",
|
||||
"TextCustomExtract",
|
||||
"TextFormat",
|
||||
"TextJoinMulti",
|
||||
"TextLoadLocal"
|
||||
],
|
||||
{
|
||||
@@ -4468,6 +4469,12 @@
|
||||
"https://github.com/Duanyll/duanyll_nodepack": [
|
||||
[
|
||||
"FluxKontextTrue3DPE",
|
||||
"HfCheckpointLoader",
|
||||
"HfDiffusionModelLoader",
|
||||
"HfDualClipLoader",
|
||||
"HfLoraLoader",
|
||||
"HfLoraLoaderModelOnly",
|
||||
"HfVaeLoader",
|
||||
"ImageDifferenceCmap",
|
||||
"PhotoDoddleConditioning"
|
||||
],
|
||||
@@ -12202,7 +12209,17 @@
|
||||
"Basic data handling: StringUnescape",
|
||||
"Basic data handling: StringUpper",
|
||||
"Basic data handling: StringZfill",
|
||||
"Basic data handling: SwitchCase"
|
||||
"Basic data handling: SwitchCase",
|
||||
"Basic data handling: TimeAddDelta",
|
||||
"Basic data handling: TimeDelta",
|
||||
"Basic data handling: TimeDifference",
|
||||
"Basic data handling: TimeExtract",
|
||||
"Basic data handling: TimeFormat",
|
||||
"Basic data handling: TimeNow",
|
||||
"Basic data handling: TimeParse",
|
||||
"Basic data handling: TimeSubtractDelta",
|
||||
"Basic data handling: TimeToUnix",
|
||||
"Basic data handling: UnixToTime"
|
||||
],
|
||||
{
|
||||
"title_aux": "Basic data handling"
|
||||
@@ -19832,6 +19849,7 @@
|
||||
"BasicScheduler",
|
||||
"BetaSamplingScheduler",
|
||||
"CFGGuider",
|
||||
"CFGNorm",
|
||||
"CFGZeroStar",
|
||||
"CLIPAttentionMultiply",
|
||||
"CLIPLoader",
|
||||
|
||||
Reference in New Issue
Block a user