mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
edb77c24ad
commit
18b66c7835
@ -3061,6 +3061,12 @@
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-Florence2"
|
||||
],
|
||||
"preemptions":[
|
||||
"DownloadAndLoadFlorence2Lora",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"Florence2ModelLoader",
|
||||
"Florence2Run"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use Florence2 VLM for image vision tasks: object detection, captioning, segmentation and ocr"
|
||||
},
|
||||
@ -3127,6 +3133,14 @@
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-segment-anything-2"
|
||||
],
|
||||
"preemptions":[
|
||||
"DownloadAndLoadSAM2Model",
|
||||
"Florence2toCoordinates",
|
||||
"Sam2AutoSegmentation",
|
||||
"Sam2Segmentation",
|
||||
"Sam2VideoSegmentation",
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes to use [a/segment-anything-2](https://github.com/facebookresearch/segment-anything-2) for image or video segmentation."
|
||||
},
|
||||
@ -14502,6 +14516,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:Directory Loader, Filter Images Without Faces, Detect Faces and Draw Detection Box"
|
||||
},
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
"id": "efficiency-ed",
|
||||
"reference": "https://github.com/NyaamZ/efficiency-nodes-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.[w/NOTE: This node requires [a/Efficiency Nodes for ComfyUI Version 2.0+](https://github.com/jags111/efficiency-nodes-comfyui) and [a/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). Also, this node makes changes to user.css.]"
|
||||
},
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "ComfyUI ImageGallery ExtendeD",
|
||||
"id": "image-gallery-ed",
|
||||
"reference": "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/ComfyUI-ImageGallery-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom javascript extensions for better UX for ComfyUI. Double click on image to open. It's convenient for checking images."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -14851,6 +14887,16 @@
|
||||
"install_type": "copy",
|
||||
"description": "A ComfyUI custom node for face comparison. This node utilizes Face++'s facial recognition and comparison algorithms by directly calling the Face++ API. Its usage in the workflow is as follows:"
|
||||
},
|
||||
{
|
||||
"author": "folkghost",
|
||||
"title": "CSV Search Node",
|
||||
"reference": "https://github.com/folkghost/comfyui_search_csv",
|
||||
"files": [
|
||||
"https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "theally",
|
||||
@ -14898,28 +14944,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
"id": "efficiency-ed",
|
||||
"reference": "https://github.com/NyaamZ/efficiency-nodes-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.[w/NOTE: This node requires [a/Efficiency Nodes for ComfyUI Version 2.0+](https://github.com/jags111/efficiency-nodes-comfyui) and [a/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). Also, this node makes changes to user.css.]"
|
||||
},
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "ComfyUI ImageGallery ExtendeD",
|
||||
"id": "image-gallery-ed",
|
||||
"reference": "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/ComfyUI-ImageGallery-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom javascript extensions for better UX for ComfyUI. Double click on image to open. It's convenient for checking images."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -4580,6 +4580,27 @@
|
||||
"title_aux": "ComfyUI-N-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED": [
|
||||
[
|
||||
"Apply LoRA Stack \ud83d\udcacED",
|
||||
"Control Net Script \ud83d\udcacED",
|
||||
"Efficient Loader \ud83d\udcacED",
|
||||
"Embedding Stacker \ud83d\udcacED",
|
||||
"Int Holder \ud83d\udcacED",
|
||||
"KSampler (Efficient) \ud83d\udcacED",
|
||||
"KSampler TEXT (Eff.) \ud83d\udcacED",
|
||||
"LoRA Stacker \ud83d\udcacED",
|
||||
"Load Image \ud83d\udcacED",
|
||||
"Save Image \ud83d\udd14ED"
|
||||
],
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.",
|
||||
"nickname": "Efficiency Nodes ED",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
"title_aux": "Efficiency Nodes ExtendeD"
|
||||
}
|
||||
],
|
||||
"https://github.com/Off-Live/ComfyUI-off-suite": [
|
||||
[
|
||||
"Apply CLAHE",
|
||||
@ -6484,6 +6505,7 @@
|
||||
"CycleContinue",
|
||||
"CycleEnd",
|
||||
"DataMonitor",
|
||||
"FallbackAnyBatch",
|
||||
"FallbackImagePreviewer",
|
||||
"FolderSearch",
|
||||
"GarbageCollector",
|
||||
@ -6491,6 +6513,8 @@
|
||||
"IfConditionSelector",
|
||||
"ImageResolutionAdjust",
|
||||
"InvertCondition",
|
||||
"LoopClose",
|
||||
"LoopOpen",
|
||||
"LoraSelector",
|
||||
"MemoryStorage",
|
||||
"ModelSelector",
|
||||
@ -9355,6 +9379,7 @@
|
||||
"LayerMask: SegmentAnythingUltra",
|
||||
"LayerMask: SegmentAnythingUltra V2",
|
||||
"LayerMask: Shadow & Highlight Mask",
|
||||
"LayerMask: ShadowHighlightMaskV2",
|
||||
"LayerMask: TransparentBackgroundUltra",
|
||||
"LayerMask: YoloV8Detect",
|
||||
"LayerStyle: ColorOverlay",
|
||||
@ -9432,6 +9457,7 @@
|
||||
"LayerUtility: LoadVQAModel",
|
||||
"LayerUtility: NumberCalculator",
|
||||
"LayerUtility: NumberCalculatorV2",
|
||||
"LayerUtility: PhiPrompt",
|
||||
"LayerUtility: PrintInfo",
|
||||
"LayerUtility: PromptEmbellish",
|
||||
"LayerUtility: PromptTagger",
|
||||
@ -9453,6 +9479,8 @@
|
||||
"LayerUtility: TextImage",
|
||||
"LayerUtility: TextImage V2",
|
||||
"LayerUtility: TextJoin",
|
||||
"LayerUtility: UserPromptGeneratorReplaceWord",
|
||||
"LayerUtility: UserPromptGeneratorTxt2ImgPrompt",
|
||||
"LayerUtility: VQAPrompt",
|
||||
"LayerUtility: XY to Percent"
|
||||
],
|
||||
@ -11603,6 +11631,14 @@
|
||||
"title_aux": "comfyui-fofr-toolkit"
|
||||
}
|
||||
],
|
||||
"https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py": [
|
||||
[
|
||||
"Search CSV"
|
||||
],
|
||||
{
|
||||
"title_aux": "CSV Search Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/forever22777/comfyui-self-guidance": [
|
||||
[
|
||||
"CLIPConditioning",
|
||||
@ -13614,7 +13650,6 @@
|
||||
],
|
||||
"https://github.com/justUmen/Bjornulf_custom_nodes": [
|
||||
[
|
||||
"Bjoenulf_RandomCheckpoint",
|
||||
"Bjornulf_CharacterDescriptionGenerator",
|
||||
"Bjornulf_CheckBlackImage",
|
||||
"Bjornulf_ClearVRAM",
|
||||
@ -13645,6 +13680,7 @@
|
||||
"Bjornulf_RandomImage",
|
||||
"Bjornulf_RandomLineFromInput",
|
||||
"Bjornulf_RandomModelClipVae",
|
||||
"Bjornulf_RandomModelSelector",
|
||||
"Bjornulf_RandomTexts",
|
||||
"Bjornulf_RemoveTransparency",
|
||||
"Bjornulf_ResizeImage",
|
||||
@ -14062,6 +14098,12 @@
|
||||
"Florence2Run"
|
||||
],
|
||||
{
|
||||
"preemptions": [
|
||||
"DownloadAndLoadFlorence2Lora",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"Florence2ModelLoader",
|
||||
"Florence2Run"
|
||||
],
|
||||
"title_aux": "ComfyUI-Florence2"
|
||||
}
|
||||
],
|
||||
@ -14157,6 +14199,7 @@
|
||||
"DownloadAndLoadCLIPSeg",
|
||||
"DrawInstanceDiffusionTracking",
|
||||
"DummyOut",
|
||||
"EmptyLatentImageCustomPresets",
|
||||
"EmptyLatentImagePresets",
|
||||
"FilterZeroMasksAndCorrespondingImages",
|
||||
"FlipSigmasAdjusted",
|
||||
@ -14396,6 +14439,14 @@
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
{
|
||||
"preemptions": [
|
||||
"DownloadAndLoadSAM2Model",
|
||||
"Florence2toCoordinates",
|
||||
"Sam2AutoSegmentation",
|
||||
"Sam2Segmentation",
|
||||
"Sam2VideoSegmentation",
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
"title_aux": "ComfyUI-segment-anything-2"
|
||||
}
|
||||
],
|
||||
@ -17423,7 +17474,10 @@
|
||||
"BrightnessFeatureNode",
|
||||
"ColorFeatureNode",
|
||||
"DepthBasedMaskOpacity",
|
||||
"DepthBlender",
|
||||
"DepthFeatureNode",
|
||||
"DepthInjection",
|
||||
"DepthRippleEffect",
|
||||
"DepthShapeModifier",
|
||||
"DownloadCREPEModel",
|
||||
"DownloadOpenUnmixModel",
|
||||
@ -19676,10 +19730,13 @@
|
||||
],
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [
|
||||
[
|
||||
"OllamaGenerate",
|
||||
"OllamaGenerateAdvance",
|
||||
"OllamaSpecialGenerateAdvance",
|
||||
"OllamaVision"
|
||||
"MyOllamaDeleteModel",
|
||||
"MyOllamaGenerate",
|
||||
"MyOllamaGenerateAdvance",
|
||||
"MyOllamaLoadContext",
|
||||
"MyOllamaSaveContext",
|
||||
"MyOllamaSpecialGenerateAdvance",
|
||||
"MyOllamaVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUi-Ollama-YN"
|
||||
|
||||
@ -1664,6 +1664,16 @@
|
||||
"last_update": "2024-09-12 20:12:08",
|
||||
"author_account_age_days": 4564
|
||||
},
|
||||
"https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-09-16 04:58:23",
|
||||
"author_account_age_days": 2202
|
||||
},
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED": {
|
||||
"stars": 3,
|
||||
"last_update": "2024-09-17 10:15:02",
|
||||
"author_account_age_days": 2202
|
||||
},
|
||||
"https://github.com/Off-Live/ComfyUI-off-suite": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-14 12:02:25",
|
||||
|
||||
@ -10,6 +10,38 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
"id": "efficiency-ed",
|
||||
"reference": "https://github.com/NyaamZ/efficiency-nodes-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.[w/NOTE: This node requires [a/Efficiency Nodes for ComfyUI Version 2.0+](https://github.com/jags111/efficiency-nodes-comfyui) and [a/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). Also, this node makes changes to user.css.]"
|
||||
},
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"title": "ComfyUI ImageGallery ExtendeD",
|
||||
"id": "image-gallery-ed",
|
||||
"reference": "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED",
|
||||
"files": [
|
||||
"https://github.com/NyaamZ/ComfyUI-ImageGallery-ED"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom javascript extensions for better UX for ComfyUI. Double click on image to open. It's convenient for checking images."
|
||||
},
|
||||
{
|
||||
"author": "folkghost",
|
||||
"title": "CSV Search Node",
|
||||
"reference": "https://github.com/folkghost/comfyui_search_csv",
|
||||
"files": [
|
||||
"https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "This repository contains a custom node for ComfyUI that allows searching for a keyword in the first column of a CSV file and returning a value from a specified column in that row. The node is designed to be modular and fit within the node-based workflow of ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "SeedVC-ComfyUI",
|
||||
|
||||
@ -4580,6 +4580,27 @@
|
||||
"title_aux": "ComfyUI-N-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/NyaamZ/efficiency-nodes-ED": [
|
||||
[
|
||||
"Apply LoRA Stack \ud83d\udcacED",
|
||||
"Control Net Script \ud83d\udcacED",
|
||||
"Efficient Loader \ud83d\udcacED",
|
||||
"Embedding Stacker \ud83d\udcacED",
|
||||
"Int Holder \ud83d\udcacED",
|
||||
"KSampler (Efficient) \ud83d\udcacED",
|
||||
"KSampler TEXT (Eff.) \ud83d\udcacED",
|
||||
"LoRA Stacker \ud83d\udcacED",
|
||||
"Load Image \ud83d\udcacED",
|
||||
"Save Image \ud83d\udd14ED"
|
||||
],
|
||||
{
|
||||
"author": "NyaamZ",
|
||||
"description": "Expansion of Efficiency Nodes for ComfyUI. Significant UX improvements.",
|
||||
"nickname": "Efficiency Nodes ED",
|
||||
"title": "Efficiency Nodes ExtendeD",
|
||||
"title_aux": "Efficiency Nodes ExtendeD"
|
||||
}
|
||||
],
|
||||
"https://github.com/Off-Live/ComfyUI-off-suite": [
|
||||
[
|
||||
"Apply CLAHE",
|
||||
@ -6484,6 +6505,7 @@
|
||||
"CycleContinue",
|
||||
"CycleEnd",
|
||||
"DataMonitor",
|
||||
"FallbackAnyBatch",
|
||||
"FallbackImagePreviewer",
|
||||
"FolderSearch",
|
||||
"GarbageCollector",
|
||||
@ -6491,6 +6513,8 @@
|
||||
"IfConditionSelector",
|
||||
"ImageResolutionAdjust",
|
||||
"InvertCondition",
|
||||
"LoopClose",
|
||||
"LoopOpen",
|
||||
"LoraSelector",
|
||||
"MemoryStorage",
|
||||
"ModelSelector",
|
||||
@ -9355,6 +9379,7 @@
|
||||
"LayerMask: SegmentAnythingUltra",
|
||||
"LayerMask: SegmentAnythingUltra V2",
|
||||
"LayerMask: Shadow & Highlight Mask",
|
||||
"LayerMask: ShadowHighlightMaskV2",
|
||||
"LayerMask: TransparentBackgroundUltra",
|
||||
"LayerMask: YoloV8Detect",
|
||||
"LayerStyle: ColorOverlay",
|
||||
@ -9432,6 +9457,7 @@
|
||||
"LayerUtility: LoadVQAModel",
|
||||
"LayerUtility: NumberCalculator",
|
||||
"LayerUtility: NumberCalculatorV2",
|
||||
"LayerUtility: PhiPrompt",
|
||||
"LayerUtility: PrintInfo",
|
||||
"LayerUtility: PromptEmbellish",
|
||||
"LayerUtility: PromptTagger",
|
||||
@ -9453,6 +9479,8 @@
|
||||
"LayerUtility: TextImage",
|
||||
"LayerUtility: TextImage V2",
|
||||
"LayerUtility: TextJoin",
|
||||
"LayerUtility: UserPromptGeneratorReplaceWord",
|
||||
"LayerUtility: UserPromptGeneratorTxt2ImgPrompt",
|
||||
"LayerUtility: VQAPrompt",
|
||||
"LayerUtility: XY to Percent"
|
||||
],
|
||||
@ -11603,6 +11631,14 @@
|
||||
"title_aux": "comfyui-fofr-toolkit"
|
||||
}
|
||||
],
|
||||
"https://github.com/folkghost/comfyui_search_csv/raw/main/search_csv_node.py": [
|
||||
[
|
||||
"Search CSV"
|
||||
],
|
||||
{
|
||||
"title_aux": "CSV Search Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/forever22777/comfyui-self-guidance": [
|
||||
[
|
||||
"CLIPConditioning",
|
||||
@ -13614,7 +13650,6 @@
|
||||
],
|
||||
"https://github.com/justUmen/Bjornulf_custom_nodes": [
|
||||
[
|
||||
"Bjoenulf_RandomCheckpoint",
|
||||
"Bjornulf_CharacterDescriptionGenerator",
|
||||
"Bjornulf_CheckBlackImage",
|
||||
"Bjornulf_ClearVRAM",
|
||||
@ -13645,6 +13680,7 @@
|
||||
"Bjornulf_RandomImage",
|
||||
"Bjornulf_RandomLineFromInput",
|
||||
"Bjornulf_RandomModelClipVae",
|
||||
"Bjornulf_RandomModelSelector",
|
||||
"Bjornulf_RandomTexts",
|
||||
"Bjornulf_RemoveTransparency",
|
||||
"Bjornulf_ResizeImage",
|
||||
@ -14062,6 +14098,12 @@
|
||||
"Florence2Run"
|
||||
],
|
||||
{
|
||||
"preemptions": [
|
||||
"DownloadAndLoadFlorence2Lora",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"Florence2ModelLoader",
|
||||
"Florence2Run"
|
||||
],
|
||||
"title_aux": "ComfyUI-Florence2"
|
||||
}
|
||||
],
|
||||
@ -14157,6 +14199,7 @@
|
||||
"DownloadAndLoadCLIPSeg",
|
||||
"DrawInstanceDiffusionTracking",
|
||||
"DummyOut",
|
||||
"EmptyLatentImageCustomPresets",
|
||||
"EmptyLatentImagePresets",
|
||||
"FilterZeroMasksAndCorrespondingImages",
|
||||
"FlipSigmasAdjusted",
|
||||
@ -14396,6 +14439,14 @@
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
{
|
||||
"preemptions": [
|
||||
"DownloadAndLoadSAM2Model",
|
||||
"Florence2toCoordinates",
|
||||
"Sam2AutoSegmentation",
|
||||
"Sam2Segmentation",
|
||||
"Sam2VideoSegmentation",
|
||||
"Sam2VideoSegmentationAddPoints"
|
||||
],
|
||||
"title_aux": "ComfyUI-segment-anything-2"
|
||||
}
|
||||
],
|
||||
@ -17423,7 +17474,10 @@
|
||||
"BrightnessFeatureNode",
|
||||
"ColorFeatureNode",
|
||||
"DepthBasedMaskOpacity",
|
||||
"DepthBlender",
|
||||
"DepthFeatureNode",
|
||||
"DepthInjection",
|
||||
"DepthRippleEffect",
|
||||
"DepthShapeModifier",
|
||||
"DownloadCREPEModel",
|
||||
"DownloadOpenUnmixModel",
|
||||
@ -19676,10 +19730,13 @@
|
||||
],
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [
|
||||
[
|
||||
"OllamaGenerate",
|
||||
"OllamaGenerateAdvance",
|
||||
"OllamaSpecialGenerateAdvance",
|
||||
"OllamaVision"
|
||||
"MyOllamaDeleteModel",
|
||||
"MyOllamaGenerate",
|
||||
"MyOllamaGenerateAdvance",
|
||||
"MyOllamaLoadContext",
|
||||
"MyOllamaSaveContext",
|
||||
"MyOllamaSpecialGenerateAdvance",
|
||||
"MyOllamaVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUi-Ollama-YN"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user