mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
905b61e5d8
commit
10e6988273
@ -26999,6 +26999,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node that allows you to load images directly from URLs or local file paths. This node provides a convenient way to import images into your ComfyUI workflows without manually downloading them first."
|
||||
},
|
||||
{
|
||||
"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": "gabe-init",
|
||||
"title": "ComfyUI OpenRouter Node",
|
||||
@ -27765,7 +27775,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": "xiaowc",
|
||||
@ -29422,14 +29432,14 @@
|
||||
"description": "A Wrapper and a set of Custom Nodes for using RenderFormer as a 3d Environment in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "Rocky-Lee-001",
|
||||
"title": "ComfyUI_SZtools",
|
||||
"reference": "https://github.com/Rocky-Lee-001/ComfyUI_SZtools",
|
||||
"author": "Aero-Ex",
|
||||
"title": "ComfyUI Vision LLM Analyzer Node",
|
||||
"reference": "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer",
|
||||
"files": [
|
||||
"https://github.com/Rocky-Lee-001/ComfyUI_SZtools"
|
||||
"https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This project is the comfyui implementation of ComfyUI_SZtools, a labeling and naming tool developed for Kontext's local training package T2ITrainer."
|
||||
"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."
|
||||
},
|
||||
|
||||
|
||||
@ -29852,16 +29862,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "Erehr",
|
||||
"title": "ComfyUI-Eagle-Autosend",
|
||||
"reference": "https://github.com/Erehr/ComfyUI-Eagle-Autosend",
|
||||
"files": [
|
||||
"https://github.com/Erehr/ComfyUI-Eagle-Autosend"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A seamless, node-independent way to automatically send your ComfyUI generations to Eagle, complete with full metadata annotation and tags."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
5287
github-stats.json
5287
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user