diff --git a/extension-node-map.json b/extension-node-map.json index 3a9cef79..be26b9fb 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2756,6 +2756,7 @@ "MaraScottPasteInpaintingByMask_v1", "MaraScottSetInpaintingByMask_v1", "MaraScottUpscalerRefinerNode_v2", + "MaraScottUpscalerRefinerNode_v3", "MaraScott_Kijai_TokenCounter_v1" ], { @@ -4287,6 +4288,7 @@ "tri3d-composite-image-splitter", "tri3d-dwpose", "tri3d-extract-hand", + "tri3d-extract-masks-batch", "tri3d-extract-parts-batch", "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", @@ -5915,6 +5917,7 @@ "TextCombinations", "TextCombinations3", "TextConcat", + "TextPadderMikey", "TextPreserve", "Upscale Tile Calculator", "Wildcard Processor", @@ -7009,6 +7012,7 @@ "LayerUtility: QWenImage2Prompt", "LayerUtility: RGB Value", "LayerUtility: RestoreCropBox", + "LayerUtility: SD3NegativeConditioning", "LayerUtility: SaveImagePlus", "LayerUtility: Seed", "LayerUtility: ShowBlindWaterMark", @@ -7788,8 +7792,6 @@ ], "https://github.com/dagthomas/comfyui_dagthomas": [ [ - "CSL", - "CSVPromptGenerator", "PromptGenerator" ], { @@ -10757,6 +10759,7 @@ [ "Blocks Mecha Hyper", "Float Mecha Hyper", + "Lora Mecha Recipe", "Mecha Custom Code Recipe", "Mecha Merger", "Mecha Recipe List", diff --git a/github-stats.json b/github-stats.json index 4a7e33ac..0cbc21e5 100644 --- a/github-stats.json +++ b/github-stats.json @@ -282,7 +282,7 @@ "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-11 22:55:52", - "author_account_age_days": 3060 + "author_account_age_days": 3061 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 662, @@ -2915,7 +2915,7 @@ "author_account_age_days": 2864 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 265, + "stars": 270, "last_update": "2024-06-11 20:06:43", "author_account_age_days": 2864 }, @@ -3322,7 +3322,7 @@ "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 0, "last_update": "2024-05-02 07:32:18", - "author_account_age_days": 138 + "author_account_age_days": 139 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 6, @@ -4047,7 +4047,7 @@ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 0, "last_update": "2024-06-11 20:16:29", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": { "stars": 22, @@ -4120,9 +4120,9 @@ "author_account_age_days": 342 }, "https://github.com/smthemex/ComfyUI_Pops": { - "stars": 0, - "last_update": "2024-06-12 12:09:22", - "author_account_age_days": 342 + "stars": 4, + "last_update": "2024-06-13 06:56:12", + "author_account_age_days": 343 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 3, diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 901c3124..e035cb15 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,7 +9,17 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, - + { + "author": "baicai99", + "title": "ComfyUI-FrameSkipping", + "id": "frame-skipping", + "reference": "https://github.com/baicai99/ComfyUI-FrameSkipping", + "files": [ + "https://github.com/baicai99/ComfyUI-FrameSkipping" + ], + "install_type": "git-clone", + "description": "This plugin can precisely control the rendering between frames, completing the synthesis of multiple frames in a single load. My homepage includes my attached workflow." + }, { "author": "ejektaflex", "title": "ComfyUI - Ty", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 3a9cef79..be26b9fb 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2756,6 +2756,7 @@ "MaraScottPasteInpaintingByMask_v1", "MaraScottSetInpaintingByMask_v1", "MaraScottUpscalerRefinerNode_v2", + "MaraScottUpscalerRefinerNode_v3", "MaraScott_Kijai_TokenCounter_v1" ], { @@ -4287,6 +4288,7 @@ "tri3d-composite-image-splitter", "tri3d-dwpose", "tri3d-extract-hand", + "tri3d-extract-masks-batch", "tri3d-extract-parts-batch", "tri3d-extract-parts-batch2", "tri3d-extract-parts-mask-batch", @@ -5915,6 +5917,7 @@ "TextCombinations", "TextCombinations3", "TextConcat", + "TextPadderMikey", "TextPreserve", "Upscale Tile Calculator", "Wildcard Processor", @@ -7009,6 +7012,7 @@ "LayerUtility: QWenImage2Prompt", "LayerUtility: RGB Value", "LayerUtility: RestoreCropBox", + "LayerUtility: SD3NegativeConditioning", "LayerUtility: SaveImagePlus", "LayerUtility: Seed", "LayerUtility: ShowBlindWaterMark", @@ -7788,8 +7792,6 @@ ], "https://github.com/dagthomas/comfyui_dagthomas": [ [ - "CSL", - "CSVPromptGenerator", "PromptGenerator" ], { @@ -10757,6 +10759,7 @@ [ "Blocks Mecha Hyper", "Float Mecha Hyper", + "Lora Mecha Recipe", "Mecha Custom Code Recipe", "Mecha Merger", "Mecha Recipe List",