From 0d85c2e88aca07d3bb87079f15826d3efdb71be1 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 24 Aug 2024 18:30:05 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++ extension-node-map.json | 47 +++++++++++++++++++++++++++-- github-stats.json | 15 +++++++++ node_db/new/custom-node-list.json | 20 ++++++++++++ node_db/new/extension-node-map.json | 47 +++++++++++++++++++++++++++-- 5 files changed, 135 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a57da9f7..816e4126 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13567,6 +13567,16 @@ "install_type": "git-clone", "description": "Nodes: TileSplit (Dynamic), TileMerge (Dynamic)" }, + { + "author": "Assistant", + "title": "ComfyUI-PromptList", + "reference": "https://github.com/NakamuraShippo/ComfyUI-PromptList", + "files": [ + "https://github.com/NakamuraShippo/ComfyUI-PromptList" + ], + "install_type": "git-clone", + "description": "Custom node for managing prompts with CSV integration" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 478b9960..d2aa2efc 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -537,6 +537,7 @@ ], "https://github.com/AIFSH/DHLive-ComfyUI": [ [ + "CombineVideo", "DHLiveNode", "LoadVideo", "PreViewVideo", @@ -576,6 +577,8 @@ "ExperienceNode", "GSFinetuneNone", "GSVTTSNode", + "LoadSRT", + "PreViewSRT", "TSCY_Node", "TextDictNode" ], @@ -2858,6 +2861,14 @@ "title_aux": "ComfyUI_MiniCPM-V-2_6-int4" } ], + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [ + [ + "Qwen2_AQA" + ], + { + "title_aux": "ComfyUI_Qwen2-Audio-7B-Instruct-Int4" + } + ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ "CLIPTextEncode SDXL Plus (JPS)", @@ -4056,6 +4067,17 @@ "title_aux": "ComfyUI-RTX-Remix" } ], + "https://github.com/NakamuraShippo/ComfyUI-PromptList": [ + [ + "ComfyUI-PromptList" + ], + { + "author": "Assistant", + "description": "Custom node for managing prompts with CSV integration", + "title": "ComfyUI-PromptList", + "title_aux": "ComfyUI-PromptList" + } + ], "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [ [ "NoisyLatentPerlinD" @@ -8827,6 +8849,7 @@ "LayerUtility: BooleanOperator", "LayerUtility: BooleanOperatorV2", "LayerUtility: CheckMask", + "LayerUtility: CheckMaskV2", "LayerUtility: ColorImage", "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", @@ -8859,6 +8882,8 @@ "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", + "LayerUtility: ImageReel", + "LayerUtility: ImageReelComposit", "LayerUtility: ImageRemoveAlpha", "LayerUtility: ImageRewardFilter", "LayerUtility: ImageScaleByAspectRatio", @@ -12841,6 +12866,7 @@ "Bjornulf_CustomStringType", "Bjornulf_GrayscaleTransform", "Bjornulf_GreenScreenToTransparency", + "Bjornulf_LoadImageWithTransparency", "Bjornulf_LoopAllLines", "Bjornulf_LoopBasicBatch", "Bjornulf_LoopCombosSamplersSchedulers", @@ -13250,6 +13276,7 @@ ], "https://github.com/kijai/ComfyUI-FluxTrainer": [ [ + "ExtractFluxLoRA", "FluxKohyaInferenceSampler", "FluxTrainEnd", "FluxTrainLoop", @@ -18179,20 +18206,27 @@ "GTF | Colorspace - Standard Linear to Gamma", "GTF | Convert - Batch Max", "GTF | Convert - Batch Min", - "GTF | Convert - Binary Threshold", "GTF | Convert - Channel Max", "GTF | Convert - Channel Min", "GTF | Convert - Luminance", "GTF | Convert - Max", "GTF | Convert - Min", - "GTF | Convert - Quantize Normalized", + "GTF | Filter - Binary Threshold", "GTF | Filter - Convolve", + "GTF | Filter - Invert", "GTF | Filter - Morphological", + "GTF | Filter - Normalize Kernel", + "GTF | Filter - Quantize", "GTF | From Images", "GTF | From Latents", "GTF | From Masks", "GTF | Kernel - Gaussian", + "GTF | Math - Acos", "GTF | Math - Add", + "GTF | Math - Asin", + "GTF | Math - Atan", + "GTF | Math - Atan2", + "GTF | Math - Cos", "GTF | Math - Divide", "GTF | Math - Equal", "GTF | Math - Lerp", @@ -18201,7 +18235,9 @@ "GTF | Math - Negative", "GTF | Math - Pow", "GTF | Math - Reciprocal", + "GTF | Math - Sin", "GTF | Math - Subtract", + "GTF | Math - Tan", "GTF | Resample - Area", "GTF | Resample - Lanczos", "GTF | Resample - Mitchell-Netravali", @@ -18227,6 +18263,12 @@ "GTF | Transform - Connected Components", "GTF | Transform - Crop to BBOX", "GTF | Transform - Crop/Uncrop with Anchor", + "GTF | Transform - Flip Horizontal", + "GTF | Transform - Flip Vertical", + "GTF | Transform - Rotate 180", + "GTF | Transform - Rotate CCW", + "GTF | Transform - Rotate CW", + "GTF | Transform - Transpose", "GTF | Transform - Uncrop from BBOX", "GTF | Update Latents", "Primitive | Boolean", @@ -18622,6 +18664,7 @@ "easy mathInt", "easy mathString", "easy negative", + "easy outputToList", "easy pipeBatchIndex", "easy pipeEdit", "easy pipeEditPrompt", diff --git a/github-stats.json b/github-stats.json index 5186ab7a..43bbfc84 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1034,6 +1034,11 @@ "last_update": "2024-08-21 13:37:51", "author_account_age_days": 471 }, + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { + "stars": 1, + "last_update": "2024-08-24 08:50:19", + "author_account_age_days": 472 + }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 42, "last_update": "2024-05-22 20:39:14", @@ -1444,6 +1449,11 @@ "last_update": "2024-08-16 09:59:32", "author_account_age_days": 3741 }, + "https://github.com/NakamuraShippo/ComfyUI-PromptList": { + "stars": 1, + "last_update": "2024-08-24 02:56:00", + "author_account_age_days": 423 + }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", @@ -3304,6 +3314,11 @@ "last_update": "2024-08-02 14:14:29", "author_account_age_days": 155 }, + "https://github.com/daxcay/ComfyUI-Nexus": { + "stars": 0, + "last_update": "2024-08-24 08:16:02", + "author_account_age_days": 156 + }, "https://github.com/daxthin/DZ-FaceDetailer": { "stars": 127, "last_update": "2024-06-17 10:00:30", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 7a9fae3f..dccaa697 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,26 @@ + { + "author": "daxcay", + "title": "ComfyUI-Nexus", + "reference": "https://github.com/daxcay/ComfyUI-Nexus", + "files": [ + "https://github.com/daxcay/ComfyUI-Nexus" + ], + "install_type": "git-clone", + "description": "Node to enable seamless multiuser workflow collaboration, run on local and remote comfy servers." + }, + { + "author": "Assistant", + "title": "ComfyUI-PromptList", + "reference": "https://github.com/NakamuraShippo/ComfyUI-PromptList", + "files": [ + "https://github.com/NakamuraShippo/ComfyUI-PromptList" + ], + "install_type": "git-clone", + "description": "Custom node for managing prompts with CSV integration" + }, { "author": "X-T-E-R", "title": "ComfyUI Easy Civitai (XTNodes)", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 478b9960..d2aa2efc 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -537,6 +537,7 @@ ], "https://github.com/AIFSH/DHLive-ComfyUI": [ [ + "CombineVideo", "DHLiveNode", "LoadVideo", "PreViewVideo", @@ -576,6 +577,8 @@ "ExperienceNode", "GSFinetuneNone", "GSVTTSNode", + "LoadSRT", + "PreViewSRT", "TSCY_Node", "TextDictNode" ], @@ -2858,6 +2861,14 @@ "title_aux": "ComfyUI_MiniCPM-V-2_6-int4" } ], + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [ + [ + "Qwen2_AQA" + ], + { + "title_aux": "ComfyUI_Qwen2-Audio-7B-Instruct-Int4" + } + ], "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ [ "CLIPTextEncode SDXL Plus (JPS)", @@ -4056,6 +4067,17 @@ "title_aux": "ComfyUI-RTX-Remix" } ], + "https://github.com/NakamuraShippo/ComfyUI-PromptList": [ + [ + "ComfyUI-PromptList" + ], + { + "author": "Assistant", + "description": "Custom node for managing prompts with CSV integration", + "title": "ComfyUI-PromptList", + "title_aux": "ComfyUI-PromptList" + } + ], "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [ [ "NoisyLatentPerlinD" @@ -8827,6 +8849,7 @@ "LayerUtility: BooleanOperator", "LayerUtility: BooleanOperatorV2", "LayerUtility: CheckMask", + "LayerUtility: CheckMaskV2", "LayerUtility: ColorImage", "LayerUtility: ColorImage V2", "LayerUtility: ColorPicker", @@ -8859,6 +8882,8 @@ "LayerUtility: ImageHub", "LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageOpacity", + "LayerUtility: ImageReel", + "LayerUtility: ImageReelComposit", "LayerUtility: ImageRemoveAlpha", "LayerUtility: ImageRewardFilter", "LayerUtility: ImageScaleByAspectRatio", @@ -12841,6 +12866,7 @@ "Bjornulf_CustomStringType", "Bjornulf_GrayscaleTransform", "Bjornulf_GreenScreenToTransparency", + "Bjornulf_LoadImageWithTransparency", "Bjornulf_LoopAllLines", "Bjornulf_LoopBasicBatch", "Bjornulf_LoopCombosSamplersSchedulers", @@ -13250,6 +13276,7 @@ ], "https://github.com/kijai/ComfyUI-FluxTrainer": [ [ + "ExtractFluxLoRA", "FluxKohyaInferenceSampler", "FluxTrainEnd", "FluxTrainLoop", @@ -18179,20 +18206,27 @@ "GTF | Colorspace - Standard Linear to Gamma", "GTF | Convert - Batch Max", "GTF | Convert - Batch Min", - "GTF | Convert - Binary Threshold", "GTF | Convert - Channel Max", "GTF | Convert - Channel Min", "GTF | Convert - Luminance", "GTF | Convert - Max", "GTF | Convert - Min", - "GTF | Convert - Quantize Normalized", + "GTF | Filter - Binary Threshold", "GTF | Filter - Convolve", + "GTF | Filter - Invert", "GTF | Filter - Morphological", + "GTF | Filter - Normalize Kernel", + "GTF | Filter - Quantize", "GTF | From Images", "GTF | From Latents", "GTF | From Masks", "GTF | Kernel - Gaussian", + "GTF | Math - Acos", "GTF | Math - Add", + "GTF | Math - Asin", + "GTF | Math - Atan", + "GTF | Math - Atan2", + "GTF | Math - Cos", "GTF | Math - Divide", "GTF | Math - Equal", "GTF | Math - Lerp", @@ -18201,7 +18235,9 @@ "GTF | Math - Negative", "GTF | Math - Pow", "GTF | Math - Reciprocal", + "GTF | Math - Sin", "GTF | Math - Subtract", + "GTF | Math - Tan", "GTF | Resample - Area", "GTF | Resample - Lanczos", "GTF | Resample - Mitchell-Netravali", @@ -18227,6 +18263,12 @@ "GTF | Transform - Connected Components", "GTF | Transform - Crop to BBOX", "GTF | Transform - Crop/Uncrop with Anchor", + "GTF | Transform - Flip Horizontal", + "GTF | Transform - Flip Vertical", + "GTF | Transform - Rotate 180", + "GTF | Transform - Rotate CCW", + "GTF | Transform - Rotate CW", + "GTF | Transform - Transpose", "GTF | Transform - Uncrop from BBOX", "GTF | Update Latents", "Primitive | Boolean", @@ -18622,6 +18664,7 @@ "easy mathInt", "easy mathString", "easy negative", + "easy outputToList", "easy pipeBatchIndex", "easy pipeEdit", "easy pipeEditPrompt",