diff --git a/custom-node-list.json b/custom-node-list.json index d09a4351..c3fb075d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4416,7 +4416,7 @@ "https://github.com/Haoming02/comfyui-old-photo-restoration" ], "install_type": "git-clone", - "description": "This is an Extension for ComfyUI, which allows you to perform Bringing-Old-Photos-Back-to-Life natively." + "description": "Perform Bringing-Old-Photos-Back-to-Life" }, { "author": "Haoming02", @@ -8128,6 +8128,16 @@ "install_type": "git-clone", "description": "Store settings by model." }, + { + "author": "shinich39", + "title": "comfyui-pkg39", + "reference": "https://github.com/shinich39/comfyui-pkg39", + "files": [ + "https://github.com/shinich39/comfyui-pkg39" + ], + "install_type": "git-clone", + "description": "This package has created for generate image from generated image and embedded workflow." + }, { "author": "wei30172", "title": "comfygen", @@ -9339,7 +9349,7 @@ "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config" ], "install_type": "git-clone", - "description": "This node was designed to help with checkpoint configuration." + "description": "This node was designed to help with checkpoint configuration. Fee free to add new checkpoint configurations!" }, { "author": "MinusZoneAI", @@ -11478,7 +11488,7 @@ "https://github.com/wTechArtist/ComfyUI-CustomNodes" ], "install_type": "git-clone", - "description": "Nodes:Image Blending Mode Mask" + "description": "Nodes:Image Blending Mode Mask, Load Image With Bool, IPAdapter Mad Scientist Weight_Type, IPAdapter FaceID With Bool" }, { "author": "mullakhmetov", @@ -11895,6 +11905,16 @@ "install_type": "git-clone", "description": "Just a simple node to filter out NSFW outputs. This node utilizes [a/AdamCodd/vit-base-nsfw-detector](https://huggingface.co/AdamCodd/vit-base-nsfw-detector) to score the outputs. I chose this model because it's small, fast, and performed very well in my testing. Nudity tends to be scored in the 0.95+ range, but I've set the default to 0.8 as a safe baseline." }, + { + "author": "BetaDoggo", + "title": "neggles/ComfyUI-WDV-Nodes [gist-wrapper]", + "reference": "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes", + "files": [ + "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes" + ], + "install_type": "git-clone", + "description": "100% of code taken from [a/https://gist.github.com/neggles/ecb6327251a9e274428d07636c727eb9](https://gist.github.com/neggles/ecb6327251a9e274428d07636c727eb9)." + }, { "author": "BetaDoggo", "title": "ComfyUI Video Player", @@ -12223,6 +12243,36 @@ "install_type": "git-clone", "description": "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks." }, + { + "author": "teward", + "title": "Comfy-Sentry", + "reference": "https://github.com/teward/Comfy-Sentry", + "files": [ + "https://github.com/teward/Comfy-Sentry" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that activates integration with a Sentry instance for loading. Has no actual nodes." + }, + { + "author": "FuouM", + "title": "FM_nodes", + "reference": "https://github.com/FuouM/FM_nodes", + "files": [ + "https://github.com/FuouM/FM_nodes" + ], + "install_type": "git-clone", + "description": "A collection of ComfyUI nodes. Including: WFEN Face Restore, Efficient Face Super-Resolution via Wavelet-based Feature Enhancement Network" + }, + { + "author": "MiddleKD", + "title": "ComfyUI-mem-safe-wrapper", + "reference": "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper", + "files": [ + "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI's Smart Memory Management efficiently manages RAM, GPU memory, and garbage collection. This feature keeps frequently used models in memory to increase inference speed, and dynamically releases less important models when memory is low to optimize resources. However, not all ComfyUI custom node developers create nodes that are compatible with Smart memory management. This includes several impressive models. Mem-safe-wrapper is a custom node that wraps these model nodes to enable ComfyUI's Smart memory management capabilities." + }, diff --git a/extension-node-map.json b/extension-node-map.json index f720320d..30103b0a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1174,6 +1174,14 @@ "title_aux": "ComfyUI Video Player" } ], + "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": [ + [ + "ModelSamplingWaifuDiffusionV" + ], + { + "title_aux": "neggles/ComfyUI-WDV-Nodes [gist-wrapper]" + } + ], "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": [ [ "YetAnotherSafetyChecker" @@ -2239,6 +2247,18 @@ "title_aux": "ComfyUI-FirstOrderMM" } ], + "https://github.com/FuouM/FM_nodes": [ + [ + "WFEN" + ], + { + "author": "Fuou Marinas", + "description": "A collection of nodes. WFEN Face Super Resolution.", + "nickname": "FM_nodes", + "title": "FM Nodes", + "title_aux": "FM_nodes" + } + ], "https://github.com/G-370/ComfyUI-SD3-Powerlab": [ [ "G370SD3PowerLab_AttentionToImage", @@ -3461,6 +3481,17 @@ "title_aux": "Mosaica" } ], + "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": [ + [ + "MakeModelMemorySafe-safewrapper", + "ResetModelPatcher-safewrapper", + "SimpleDummyModel-safewrapper", + "SimpleDummyRun-safewrapper" + ], + { + "title_aux": "ComfyUI-mem-safe-wrapper" + } + ], "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": [ [ "IntegratedRandomPromptGenerator", @@ -15184,6 +15215,20 @@ "title_aux": "ComfyUI-send-Eagle(slim)" } ], + "https://github.com/shinich39/comfyui-pkg39": [ + [ + "Command39", + "LoadImage39", + "Random39" + ], + { + "author": "shinich39", + "description": "This package has created for generate image from generated image and embedded workflow.", + "nickname": "pkg39", + "title": "pkg39", + "title_aux": "comfyui-pkg39" + } + ], "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [ [ "PlusMinusTextClip" diff --git a/github-stats.json b/github-stats.json index 35d44b08..bd3bec92 100644 --- a/github-stats.json +++ b/github-stats.json @@ -414,6 +414,11 @@ "last_update": "2024-07-26 09:20:57", "author_account_age_days": 835 }, + "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { + "stars": 0, + "last_update": "2024-07-31 00:10:31", + "author_account_age_days": 835 + }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 3, "last_update": "2024-07-19 18:11:11", @@ -759,6 +764,11 @@ "last_update": "2024-07-31 17:54:03", "author_account_age_days": 1718 }, + "https://github.com/FuouM/FM_nodes": { + "stars": 0, + "last_update": "2024-07-31 17:13:42", + "author_account_age_days": 1718 + }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 18, "last_update": "2024-06-22 19:17:18", @@ -1204,6 +1214,11 @@ "last_update": "2024-07-27 18:33:59", "author_account_age_days": 3242 }, + "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { + "stars": 0, + "last_update": "2024-07-31 09:02:57", + "author_account_age_days": 567 + }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2024-07-31 14:39:13", @@ -4884,6 +4899,11 @@ "last_update": "2024-07-27 18:32:45", "author_account_age_days": 350 }, + "https://github.com/shinich39/comfyui-pkg39": { + "stars": 0, + "last_update": "2024-07-31 22:36:27", + "author_account_age_days": 350 + }, "https://github.com/shinich39/comfyui-ramdom-node": { "stars": 2, "last_update": "2024-07-31 13:47:50", @@ -5174,6 +5194,11 @@ "last_update": "2024-07-11 06:23:04", "author_account_age_days": 593 }, + "https://github.com/teward/Comfy-Sentry": { + "stars": 1, + "last_update": "2024-07-31 21:37:42", + "author_account_age_days": 5135 + }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 4, "last_update": "2024-05-23 01:22:01", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 2c7383d4..901329da 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -12,6 +12,16 @@ + { + "author": "denislov", + "title": "Comfyui_AutoSurvey", + "reference": "https://github.com/denislov/Comfyui_AutoSurvey", + "files": [ + "https://github.com/denislov/Comfyui_AutoSurvey" + ], + "install_type": "git-clone", + "description": "Nodes:AutoSurvey, WriteOutline, WriteSection, ChatModel, QueryKnowledge, ManageDatabase, AddDoc2Knowledge" + }, { "author": "leoleelxh", "title": "ComfyUI-MidjourneyNode-leoleexh", @@ -22,16 +32,6 @@ "install_type": "git-clone", "description": "This node allows ComfyUI to easily integrate with Midjourney, utilizing the ultra-high quality of Midjourney and the powerful control of SD to provide more convenient capabilities for AIGC.\nNOTE: This node relies on the midjourney proxy project and requires API deployment in advance. For detailed installation, please refer to the instructions of the project. https://github.com/novicezk/midjourney-proxy" }, - { - "author": "teward", - "title": "Comfy-Sentry", - "reference": "https://github.com/teward/Comfy-Sentry", - "files": [ - "https://github.com/teward/Comfy-Sentry" - ], - "install_type": "git-clone", - "description": "This extension is actually nodeless, but provides a ComfyUI integration to a Sentry error reporting backend. This way, you can have full code and error reporting, performance monitoring and metrics, etc. in your ComfyUI interface reported to a Sentry backend." - }, { "author": "hy134300", "title": "ComfyUI-PhotoMaker-V2", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 89c4e830..03995848 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -33,6 +33,36 @@ "install_type": "git-clone", "description": "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks." }, + { + "author": "MiddleKD", + "title": "ComfyUI-mem-safe-wrapper", + "reference": "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper", + "files": [ + "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper" + ], + "install_type": "git-clone", + "description": "ComfyUI's Smart Memory Management efficiently manages RAM, GPU memory, and garbage collection. This feature keeps frequently used models in memory to increase inference speed, and dynamically releases less important models when memory is low to optimize resources. However, not all ComfyUI custom node developers create nodes that are compatible with Smart memory management. This includes several impressive models. Mem-safe-wrapper is a custom node that wraps these model nodes to enable ComfyUI's Smart memory management capabilities." + }, + { + "author": "teward", + "title": "Comfy-Sentry", + "reference": "https://github.com/teward/Comfy-Sentry", + "files": [ + "https://github.com/teward/Comfy-Sentry" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node that activates integration with a Sentry instance for loading. Has no actual nodes." + }, + { + "author": "shinich39", + "title": "comfyui-pkg39", + "reference": "https://github.com/shinich39/comfyui-pkg39", + "files": [ + "https://github.com/shinich39/comfyui-pkg39" + ], + "install_type": "git-clone", + "description": "This package has created for generate image from generated image and embedded workflow." + }, { "author": "chflame163", "title": "ComfyUI_CatVTON_Wrapper", @@ -660,38 +690,6 @@ ], "install_type":"git-clone", "description":"Removes background using Transparent Background" - }, - { - "author": "un-seen", - "title": "comfyui-tensorop", - "id":"comfyui-tensorop", - "reference": "https://github.com/un-seen/comfyui-tensorops", - "files":[ - "https://github.com/un-seen/comfyui-tensorops" - ], - "install_type":"git-clone", - "description":"Nodes to perform tensor operations in ComfyUI" - }, - { - "author": "ader47", - "title": "ComfyUI-MeshHamer", - "reference": "https://github.com/ader47/comfyui_meshhamer", - "files": [ - "https://github.com/ader47/comfyui_meshhamer" - ], - "install_type": "git-clone", - "description": "Nodes:MeshHamer Hand Refiner. See also: [a/HaMeR: Hand Mesh Recovery](https://github.com/geopavlakos/hamer/tree/main)" - }, - { - "author": "AIFSH", - "title": "SenseVoice-ComfyUI", - "id": "sensevoice", - "reference": "https://github.com/AIFSH/SenseVoice-ComfyUI", - "files": [ - "https://github.com/AIFSH/SenseVoice-ComfyUI" - ], - "install_type": "git-clone", - "description": "a custom node for [a/SenseVoice](https://github.com/FunAudioLLM/SenseVoice)" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f720320d..30103b0a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1174,6 +1174,14 @@ "title_aux": "ComfyUI Video Player" } ], + "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": [ + [ + "ModelSamplingWaifuDiffusionV" + ], + { + "title_aux": "neggles/ComfyUI-WDV-Nodes [gist-wrapper]" + } + ], "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": [ [ "YetAnotherSafetyChecker" @@ -2239,6 +2247,18 @@ "title_aux": "ComfyUI-FirstOrderMM" } ], + "https://github.com/FuouM/FM_nodes": [ + [ + "WFEN" + ], + { + "author": "Fuou Marinas", + "description": "A collection of nodes. WFEN Face Super Resolution.", + "nickname": "FM_nodes", + "title": "FM Nodes", + "title_aux": "FM_nodes" + } + ], "https://github.com/G-370/ComfyUI-SD3-Powerlab": [ [ "G370SD3PowerLab_AttentionToImage", @@ -3461,6 +3481,17 @@ "title_aux": "Mosaica" } ], + "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": [ + [ + "MakeModelMemorySafe-safewrapper", + "ResetModelPatcher-safewrapper", + "SimpleDummyModel-safewrapper", + "SimpleDummyRun-safewrapper" + ], + { + "title_aux": "ComfyUI-mem-safe-wrapper" + } + ], "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": [ [ "IntegratedRandomPromptGenerator", @@ -15184,6 +15215,20 @@ "title_aux": "ComfyUI-send-Eagle(slim)" } ], + "https://github.com/shinich39/comfyui-pkg39": [ + [ + "Command39", + "LoadImage39", + "Random39" + ], + { + "author": "shinich39", + "description": "This package has created for generate image from generated image and embedded workflow.", + "nickname": "pkg39", + "title": "pkg39", + "title_aux": "comfyui-pkg39" + } + ], "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [ [ "PlusMinusTextClip"