update DB

This commit is contained in:
Dr.Lt.Data 2024-09-17 23:15:41 +09:00
parent edb77c24ad
commit 18b66c7835
5 changed files with 212 additions and 32 deletions

View File

@ -3061,6 +3061,12 @@
"files": [ "files": [
"https://github.com/kijai/ComfyUI-Florence2" "https://github.com/kijai/ComfyUI-Florence2"
], ],
"preemptions":[
"DownloadAndLoadFlorence2Lora",
"DownloadAndLoadFlorence2Model",
"Florence2ModelLoader",
"Florence2Run"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes to use Florence2 VLM for image vision tasks: object detection, captioning, segmentation and ocr" "description": "Nodes to use Florence2 VLM for image vision tasks: object detection, captioning, segmentation and ocr"
}, },
@ -3127,6 +3133,14 @@
"files": [ "files": [
"https://github.com/kijai/ComfyUI-segment-anything-2" "https://github.com/kijai/ComfyUI-segment-anything-2"
], ],
"preemptions":[
"DownloadAndLoadSAM2Model",
"Florence2toCoordinates",
"Sam2AutoSegmentation",
"Sam2Segmentation",
"Sam2VideoSegmentation",
"Sam2VideoSegmentationAddPoints"
],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes to use [a/segment-anything-2](https://github.com/facebookresearch/segment-anything-2) for image or video segmentation." "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", "install_type": "git-clone",
"description": "NODES:Directory Loader, Filter Images Without Faces, Detect Faces and Draw Detection Box" "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", "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:" "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", "author": "theally",
@ -14898,28 +14944,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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."
} }
] ]
} }

View File

@ -4580,6 +4580,27 @@
"title_aux": "ComfyUI-N-Nodes" "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": [ "https://github.com/Off-Live/ComfyUI-off-suite": [
[ [
"Apply CLAHE", "Apply CLAHE",
@ -6484,6 +6505,7 @@
"CycleContinue", "CycleContinue",
"CycleEnd", "CycleEnd",
"DataMonitor", "DataMonitor",
"FallbackAnyBatch",
"FallbackImagePreviewer", "FallbackImagePreviewer",
"FolderSearch", "FolderSearch",
"GarbageCollector", "GarbageCollector",
@ -6491,6 +6513,8 @@
"IfConditionSelector", "IfConditionSelector",
"ImageResolutionAdjust", "ImageResolutionAdjust",
"InvertCondition", "InvertCondition",
"LoopClose",
"LoopOpen",
"LoraSelector", "LoraSelector",
"MemoryStorage", "MemoryStorage",
"ModelSelector", "ModelSelector",
@ -9355,6 +9379,7 @@
"LayerMask: SegmentAnythingUltra", "LayerMask: SegmentAnythingUltra",
"LayerMask: SegmentAnythingUltra V2", "LayerMask: SegmentAnythingUltra V2",
"LayerMask: Shadow & Highlight Mask", "LayerMask: Shadow & Highlight Mask",
"LayerMask: ShadowHighlightMaskV2",
"LayerMask: TransparentBackgroundUltra", "LayerMask: TransparentBackgroundUltra",
"LayerMask: YoloV8Detect", "LayerMask: YoloV8Detect",
"LayerStyle: ColorOverlay", "LayerStyle: ColorOverlay",
@ -9432,6 +9457,7 @@
"LayerUtility: LoadVQAModel", "LayerUtility: LoadVQAModel",
"LayerUtility: NumberCalculator", "LayerUtility: NumberCalculator",
"LayerUtility: NumberCalculatorV2", "LayerUtility: NumberCalculatorV2",
"LayerUtility: PhiPrompt",
"LayerUtility: PrintInfo", "LayerUtility: PrintInfo",
"LayerUtility: PromptEmbellish", "LayerUtility: PromptEmbellish",
"LayerUtility: PromptTagger", "LayerUtility: PromptTagger",
@ -9453,6 +9479,8 @@
"LayerUtility: TextImage", "LayerUtility: TextImage",
"LayerUtility: TextImage V2", "LayerUtility: TextImage V2",
"LayerUtility: TextJoin", "LayerUtility: TextJoin",
"LayerUtility: UserPromptGeneratorReplaceWord",
"LayerUtility: UserPromptGeneratorTxt2ImgPrompt",
"LayerUtility: VQAPrompt", "LayerUtility: VQAPrompt",
"LayerUtility: XY to Percent" "LayerUtility: XY to Percent"
], ],
@ -11603,6 +11631,14 @@
"title_aux": "comfyui-fofr-toolkit" "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": [ "https://github.com/forever22777/comfyui-self-guidance": [
[ [
"CLIPConditioning", "CLIPConditioning",
@ -13614,7 +13650,6 @@
], ],
"https://github.com/justUmen/Bjornulf_custom_nodes": [ "https://github.com/justUmen/Bjornulf_custom_nodes": [
[ [
"Bjoenulf_RandomCheckpoint",
"Bjornulf_CharacterDescriptionGenerator", "Bjornulf_CharacterDescriptionGenerator",
"Bjornulf_CheckBlackImage", "Bjornulf_CheckBlackImage",
"Bjornulf_ClearVRAM", "Bjornulf_ClearVRAM",
@ -13645,6 +13680,7 @@
"Bjornulf_RandomImage", "Bjornulf_RandomImage",
"Bjornulf_RandomLineFromInput", "Bjornulf_RandomLineFromInput",
"Bjornulf_RandomModelClipVae", "Bjornulf_RandomModelClipVae",
"Bjornulf_RandomModelSelector",
"Bjornulf_RandomTexts", "Bjornulf_RandomTexts",
"Bjornulf_RemoveTransparency", "Bjornulf_RemoveTransparency",
"Bjornulf_ResizeImage", "Bjornulf_ResizeImage",
@ -14062,6 +14098,12 @@
"Florence2Run" "Florence2Run"
], ],
{ {
"preemptions": [
"DownloadAndLoadFlorence2Lora",
"DownloadAndLoadFlorence2Model",
"Florence2ModelLoader",
"Florence2Run"
],
"title_aux": "ComfyUI-Florence2" "title_aux": "ComfyUI-Florence2"
} }
], ],
@ -14157,6 +14199,7 @@
"DownloadAndLoadCLIPSeg", "DownloadAndLoadCLIPSeg",
"DrawInstanceDiffusionTracking", "DrawInstanceDiffusionTracking",
"DummyOut", "DummyOut",
"EmptyLatentImageCustomPresets",
"EmptyLatentImagePresets", "EmptyLatentImagePresets",
"FilterZeroMasksAndCorrespondingImages", "FilterZeroMasksAndCorrespondingImages",
"FlipSigmasAdjusted", "FlipSigmasAdjusted",
@ -14396,6 +14439,14 @@
"Sam2VideoSegmentationAddPoints" "Sam2VideoSegmentationAddPoints"
], ],
{ {
"preemptions": [
"DownloadAndLoadSAM2Model",
"Florence2toCoordinates",
"Sam2AutoSegmentation",
"Sam2Segmentation",
"Sam2VideoSegmentation",
"Sam2VideoSegmentationAddPoints"
],
"title_aux": "ComfyUI-segment-anything-2" "title_aux": "ComfyUI-segment-anything-2"
} }
], ],
@ -17423,7 +17474,10 @@
"BrightnessFeatureNode", "BrightnessFeatureNode",
"ColorFeatureNode", "ColorFeatureNode",
"DepthBasedMaskOpacity", "DepthBasedMaskOpacity",
"DepthBlender",
"DepthFeatureNode", "DepthFeatureNode",
"DepthInjection",
"DepthRippleEffect",
"DepthShapeModifier", "DepthShapeModifier",
"DownloadCREPEModel", "DownloadCREPEModel",
"DownloadOpenUnmixModel", "DownloadOpenUnmixModel",
@ -19676,10 +19730,13 @@
], ],
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [ "https://github.com/wujm424606/ComfyUi-Ollama-YN": [
[ [
"OllamaGenerate", "MyOllamaDeleteModel",
"OllamaGenerateAdvance", "MyOllamaGenerate",
"OllamaSpecialGenerateAdvance", "MyOllamaGenerateAdvance",
"OllamaVision" "MyOllamaLoadContext",
"MyOllamaSaveContext",
"MyOllamaSpecialGenerateAdvance",
"MyOllamaVision"
], ],
{ {
"title_aux": "ComfyUi-Ollama-YN" "title_aux": "ComfyUi-Ollama-YN"

View File

@ -1664,6 +1664,16 @@
"last_update": "2024-09-12 20:12:08", "last_update": "2024-09-12 20:12:08",
"author_account_age_days": 4564 "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": { "https://github.com/Off-Live/ComfyUI-off-suite": {
"stars": 0, "stars": 0,
"last_update": "2024-06-14 12:02:25", "last_update": "2024-06-14 12:02:25",

View File

@ -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", "author": "AIFSH",
"title": "SeedVC-ComfyUI", "title": "SeedVC-ComfyUI",

View File

@ -4580,6 +4580,27 @@
"title_aux": "ComfyUI-N-Nodes" "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": [ "https://github.com/Off-Live/ComfyUI-off-suite": [
[ [
"Apply CLAHE", "Apply CLAHE",
@ -6484,6 +6505,7 @@
"CycleContinue", "CycleContinue",
"CycleEnd", "CycleEnd",
"DataMonitor", "DataMonitor",
"FallbackAnyBatch",
"FallbackImagePreviewer", "FallbackImagePreviewer",
"FolderSearch", "FolderSearch",
"GarbageCollector", "GarbageCollector",
@ -6491,6 +6513,8 @@
"IfConditionSelector", "IfConditionSelector",
"ImageResolutionAdjust", "ImageResolutionAdjust",
"InvertCondition", "InvertCondition",
"LoopClose",
"LoopOpen",
"LoraSelector", "LoraSelector",
"MemoryStorage", "MemoryStorage",
"ModelSelector", "ModelSelector",
@ -9355,6 +9379,7 @@
"LayerMask: SegmentAnythingUltra", "LayerMask: SegmentAnythingUltra",
"LayerMask: SegmentAnythingUltra V2", "LayerMask: SegmentAnythingUltra V2",
"LayerMask: Shadow & Highlight Mask", "LayerMask: Shadow & Highlight Mask",
"LayerMask: ShadowHighlightMaskV2",
"LayerMask: TransparentBackgroundUltra", "LayerMask: TransparentBackgroundUltra",
"LayerMask: YoloV8Detect", "LayerMask: YoloV8Detect",
"LayerStyle: ColorOverlay", "LayerStyle: ColorOverlay",
@ -9432,6 +9457,7 @@
"LayerUtility: LoadVQAModel", "LayerUtility: LoadVQAModel",
"LayerUtility: NumberCalculator", "LayerUtility: NumberCalculator",
"LayerUtility: NumberCalculatorV2", "LayerUtility: NumberCalculatorV2",
"LayerUtility: PhiPrompt",
"LayerUtility: PrintInfo", "LayerUtility: PrintInfo",
"LayerUtility: PromptEmbellish", "LayerUtility: PromptEmbellish",
"LayerUtility: PromptTagger", "LayerUtility: PromptTagger",
@ -9453,6 +9479,8 @@
"LayerUtility: TextImage", "LayerUtility: TextImage",
"LayerUtility: TextImage V2", "LayerUtility: TextImage V2",
"LayerUtility: TextJoin", "LayerUtility: TextJoin",
"LayerUtility: UserPromptGeneratorReplaceWord",
"LayerUtility: UserPromptGeneratorTxt2ImgPrompt",
"LayerUtility: VQAPrompt", "LayerUtility: VQAPrompt",
"LayerUtility: XY to Percent" "LayerUtility: XY to Percent"
], ],
@ -11603,6 +11631,14 @@
"title_aux": "comfyui-fofr-toolkit" "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": [ "https://github.com/forever22777/comfyui-self-guidance": [
[ [
"CLIPConditioning", "CLIPConditioning",
@ -13614,7 +13650,6 @@
], ],
"https://github.com/justUmen/Bjornulf_custom_nodes": [ "https://github.com/justUmen/Bjornulf_custom_nodes": [
[ [
"Bjoenulf_RandomCheckpoint",
"Bjornulf_CharacterDescriptionGenerator", "Bjornulf_CharacterDescriptionGenerator",
"Bjornulf_CheckBlackImage", "Bjornulf_CheckBlackImage",
"Bjornulf_ClearVRAM", "Bjornulf_ClearVRAM",
@ -13645,6 +13680,7 @@
"Bjornulf_RandomImage", "Bjornulf_RandomImage",
"Bjornulf_RandomLineFromInput", "Bjornulf_RandomLineFromInput",
"Bjornulf_RandomModelClipVae", "Bjornulf_RandomModelClipVae",
"Bjornulf_RandomModelSelector",
"Bjornulf_RandomTexts", "Bjornulf_RandomTexts",
"Bjornulf_RemoveTransparency", "Bjornulf_RemoveTransparency",
"Bjornulf_ResizeImage", "Bjornulf_ResizeImage",
@ -14062,6 +14098,12 @@
"Florence2Run" "Florence2Run"
], ],
{ {
"preemptions": [
"DownloadAndLoadFlorence2Lora",
"DownloadAndLoadFlorence2Model",
"Florence2ModelLoader",
"Florence2Run"
],
"title_aux": "ComfyUI-Florence2" "title_aux": "ComfyUI-Florence2"
} }
], ],
@ -14157,6 +14199,7 @@
"DownloadAndLoadCLIPSeg", "DownloadAndLoadCLIPSeg",
"DrawInstanceDiffusionTracking", "DrawInstanceDiffusionTracking",
"DummyOut", "DummyOut",
"EmptyLatentImageCustomPresets",
"EmptyLatentImagePresets", "EmptyLatentImagePresets",
"FilterZeroMasksAndCorrespondingImages", "FilterZeroMasksAndCorrespondingImages",
"FlipSigmasAdjusted", "FlipSigmasAdjusted",
@ -14396,6 +14439,14 @@
"Sam2VideoSegmentationAddPoints" "Sam2VideoSegmentationAddPoints"
], ],
{ {
"preemptions": [
"DownloadAndLoadSAM2Model",
"Florence2toCoordinates",
"Sam2AutoSegmentation",
"Sam2Segmentation",
"Sam2VideoSegmentation",
"Sam2VideoSegmentationAddPoints"
],
"title_aux": "ComfyUI-segment-anything-2" "title_aux": "ComfyUI-segment-anything-2"
} }
], ],
@ -17423,7 +17474,10 @@
"BrightnessFeatureNode", "BrightnessFeatureNode",
"ColorFeatureNode", "ColorFeatureNode",
"DepthBasedMaskOpacity", "DepthBasedMaskOpacity",
"DepthBlender",
"DepthFeatureNode", "DepthFeatureNode",
"DepthInjection",
"DepthRippleEffect",
"DepthShapeModifier", "DepthShapeModifier",
"DownloadCREPEModel", "DownloadCREPEModel",
"DownloadOpenUnmixModel", "DownloadOpenUnmixModel",
@ -19676,10 +19730,13 @@
], ],
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [ "https://github.com/wujm424606/ComfyUi-Ollama-YN": [
[ [
"OllamaGenerate", "MyOllamaDeleteModel",
"OllamaGenerateAdvance", "MyOllamaGenerate",
"OllamaSpecialGenerateAdvance", "MyOllamaGenerateAdvance",
"OllamaVision" "MyOllamaLoadContext",
"MyOllamaSaveContext",
"MyOllamaSpecialGenerateAdvance",
"MyOllamaVision"
], ],
{ {
"title_aux": "ComfyUi-Ollama-YN" "title_aux": "ComfyUi-Ollama-YN"