From 655b3f6e32bdca03d534f039fb40c07757ed16c6 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 7 May 2024 19:27:55 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 26 ++- extension-node-map.json | 57 ++++- github-stats.json | 326 +++++++++++++++------------- node_db/new/custom-node-list.json | 50 ++--- node_db/new/extension-node-map.json | 57 ++++- 5 files changed, 313 insertions(+), 203 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index b43add7..d204cfb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4908,6 +4908,16 @@ "install_type": "git-clone", "description": "Nodes:SimDATrain, SimDALoader, SimDARun, VHS_FILENAMES_STRING_SimDA" }, + { + "author": "chaojie", + "title": "ComfyUI-Video-Editing-X-Attention", + "reference": "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention", + "files": [ + "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention" + ], + "install_type": "git-clone", + "description": "Investigating the Effectiveness of Cross Attention to Unlock Zero-Shot Editing of Text-to-Video Diffusion Models" + }, { "author": "alexopus", "title": "ComfyUI Image Saver", @@ -5769,7 +5779,7 @@ "https://github.com/davask/ComfyUI_MaraScott_Nodes" ], "install_type": "git-clone", - "description": "A set of community node including a universal bus and a large Upscaler/Refiner" + "description": "A set of community node including a universal bus and a large Upscaler/Refiner\n[w/ComfyUI-MarasIT-Nodes has been changed to ComfyUI_MaraScott_Nodes. If you have previously installed ComfyUI-MarasIT-Nodes, Please uninstall the previous one and reinstall this.]" }, { "author": "yffyhk", @@ -7965,10 +7975,22 @@ "author": "philz1337x", "title": "✨ Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI", "reference": "https://github.com/philz1337x/ComfyUI-ClarityAI", - "files": ["https://github.com/philz1337x/ComfyUI-ClarityAI"], + "files": [ + "https://github.com/philz1337x/ComfyUI-ClarityAI" + ], "install_type": "git-clone", "description": "[a/Clarity AI](https://clarityai.cc) is a creative image enhancer and is able to upscale to high resolution. [w/NOTE: This is a Magnific AI alternative for ComfyUI.] \nCreate an API key on [a/ClarityAI.cc/api](https://clarityai.cc/api) and add to environment variable 'CAI_API_KEY'\nAlternatively you can write your API key to file 'cai_platform_key.txt'\nYou can also use and/or override the above by entering your API key in the 'api_key_override' field of the node." }, + { + "author": "KoreTeknology", + "title": "ComfyUI Universal Styler", + "reference": "https://github.com/KoreTeknology/ComfyUI-Universal-Styler", + "files": [ + "https://github.com/KoreTeknology/ComfyUI-Universal-Styler" + ], + "install_type": "git-clone", + "description": "A research Node based project on Artificial Intelligence using ComfyUI visual editor with Stable diffusion Local processing focus in mind. This custom node is intended to serve the purpose to offer a large palette of prompting scenrarios, based on Public Checkpoint Models OR/AND Private custom Models and LoRas. It includes an integrated learning machine process as well as a set of workflows." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 2d5ed2e..7b620cd 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -193,6 +193,7 @@ "https://github.com/AIFSH/ComfyUI-FishSpeech": [ [ "FishSpeech_INFER", + "FishSpeech_INFER_SRT", "LoadAudio", "LoadSRT", "PreViewAudio" @@ -1978,7 +1979,9 @@ ], "https://github.com/JettHu/ComfyUI_TGate": [ [ - "TGateApply" + "TGateApply", + "TGateApplyAdvanced", + "TGateApplySimple" ], { "title_aux": "ComfyUI_TGate" @@ -2024,6 +2027,15 @@ "title_aux": "ComfyUI-Paint-by-Example" } ], + "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [ + [ + "Load Nai Styles CSV", + "Universal_Styler_Node" + ], + { + "title_aux": "ComfyUI Universal Styler" + } + ], "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ [ "ACN_AdvancedControlNetApply", @@ -5412,7 +5424,8 @@ "SamplerSonarEulerA", "SonarCustomNoise", "SonarGuidanceConfig", - "SonarPowerNoise" + "SonarModulatedNoise", + "SonarRepeatedNoise" ], { "title_aux": "ComfyUI-sonar" @@ -5421,7 +5434,9 @@ "https://github.com/blepping/comfyui_jankhidiffusion": [ [ "ApplyMSWMSAAttention", - "ApplyRAUNet" + "ApplyMSWMSAAttentionSimple", + "ApplyRAUNet", + "ApplyRAUNetSimple" ], { "title_aux": "ComfyUI jank HiDiffusion" @@ -6114,6 +6129,17 @@ "title_aux": "ComfyUI-Trajectory" } ], + "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": [ + [ + "StringList", + "VEXAGuidance", + "VEXALoader", + "VEXARun" + ], + { + "title_aux": "ComfyUI-Video-Editing-X-Attention" + } + ], "https://github.com/chaojie/ComfyUI-dust3r": [ [ "CameraPoseVideo", @@ -6253,6 +6279,7 @@ "LayerColor: HSV", "LayerColor: LAB", "LayerColor: LUT Apply", + "LayerColor: Levels", "LayerColor: RGB", "LayerColor: YUV", "LayerFilter: ChannelShake", @@ -7075,7 +7102,7 @@ "title_aux": "DarkPrompts" } ], - "https://github.com/davask/ComfyUI-MarasIT-Nodes": [ + "https://github.com/davask/ComfyUI_MaraScott_Nodes": [ [ "MarasitAnyBusNode", "MarasitDisplayInfoNode", @@ -7083,7 +7110,7 @@ "MarasitUpscalerRefinerNode_v2" ], { - "title_aux": "\ud83d\udc30 MarasIT Nodes" + "title_aux": "\ud83d\udc30 MaraScott Nodes" } ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ @@ -7120,6 +7147,7 @@ ], "https://github.com/daxcay/ComfyUI-JDCN": [ [ + "JDCN_AnyCheckpointLoader", "JDCN_AnyFileList", "JDCN_AnyFileListHelper", "JDCN_AnyFileListRandom", @@ -7137,6 +7165,7 @@ "JDCN_ReBatch", "JDCN_SeamlessExperience", "JDCN_SplitString", + "JDCN_StringManipulator", "JDCN_StringToList", "JDCN_TXTFileSaver", "JDCN_VHSFileMover" @@ -8769,6 +8798,7 @@ ], "https://github.com/kealiu/ComfyUI-Zero123-Porting": [ [ + "Zero123: Image Preprocess", "Zero123: Image Rotate in 3D" ], { @@ -8939,6 +8969,7 @@ "CreateShapeMask", "CreateShapeMaskOnPath", "CreateTextMask", + "CreateTextOnPath", "CreateVoronoiMask", "CrossFadeImages", "CustomSigmas", @@ -10287,7 +10318,8 @@ "BlendInpaint", "BrushNet", "BrushNetLoader", - "TestNode" + "PowerPaint", + "PowerPaintCLIPLoader" ], { "author": "nullquant", @@ -10450,6 +10482,14 @@ "title_aux": "comfy_clip_blip_node" } ], + "https://github.com/philz1337x/ComfyUI-ClarityAI": [ + [ + "Clarity AI Upscaler" + ], + { + "title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI" + } + ], "https://github.com/picturesonpictures/comfy_PoP": [ [ "AdaptiveCannyDetector_PoP", @@ -12429,9 +12469,10 @@ ], "https://github.com/zhangp365/ComfyUI-utils-nodes": [ [ - "ConcatText", + "ColorCorrectOfUtils", + "ConcatTextOfUtils", "ImageBatchOneOrMore", - "ImageConcanate", + "ImageConcanateOfUtils", "IntAndIntAddOffsetLiteral", "LoadImageWithSwitch", "ModifyTextGender" diff --git a/github-stats.json b/github-stats.json index f98c480..c393d24 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1,14 +1,14 @@ { "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 3671, - "last_update": "2024-05-06 15:33:13" + "stars": 3687, + "last_update": "2024-05-07 10:10:56" }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { "stars": 1214, "last_update": "2024-05-05 01:45:47" }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 237, + "stars": 238, "last_update": "2024-05-03 15:48:22" }, "https://github.com/comfyanonymous/ComfyUI_experiments": { @@ -20,12 +20,12 @@ "last_update": "2023-08-18 19:03:06" }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 1300, - "last_update": "2024-05-04 15:07:48" + "stars": 1305, + "last_update": "2024-05-07 05:02:45" }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 288, - "last_update": "2024-05-02 15:39:19" + "last_update": "2024-05-07 03:30:35" }, "https://github.com/Fannovel16/ComfyUI-Loopchain": { "stars": 25, @@ -60,7 +60,7 @@ "last_update": "2023-09-11 10:09:22" }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 582, + "stars": 584, "last_update": "2024-04-11 15:08:50" }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { @@ -140,7 +140,7 @@ "last_update": "2024-01-01 20:01:25" }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 268, + "stars": 270, "last_update": "2024-02-26 04:23:37" }, "https://github.com/guoyk93/yk-node-suite-comfyui": { @@ -148,7 +148,7 @@ "last_update": "2023-03-28 16:19:46" }, "https://github.com/Jcd1230/rembg-comfyui-node": { - "stars": 104, + "stars": 105, "last_update": "2023-04-03 00:12:22" }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { @@ -188,7 +188,7 @@ "last_update": "2024-04-09 03:35:11" }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 133, + "stars": 134, "last_update": "2024-05-06 14:37:06" }, "https://github.com/Kaharos94/ComfyUI-Saveaswebp": { @@ -216,15 +216,15 @@ "last_update": "2024-04-22 13:30:47" }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 573, + "stars": 574, "last_update": "2024-04-17 09:44:09" }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 327, + "stars": 330, "last_update": "2024-04-04 01:15:12" }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1146, + "stars": 1149, "last_update": "2024-05-03 01:26:04" }, "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": { @@ -233,7 +233,7 @@ }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 271, - "last_update": "2024-05-06 05:40:48" + "last_update": "2024-05-07 05:34:05" }, "https://github.com/Jordach/comfy-plasma": { "stars": 43, @@ -252,7 +252,7 @@ "last_update": "2024-03-25 07:05:23" }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 549, + "stars": 551, "last_update": "2024-03-30 17:18:43" }, "https://github.com/ssitu/ComfyUI_restart_sampling": { @@ -264,8 +264,8 @@ "last_update": "2023-09-05 16:18:48" }, "https://github.com/ssitu/ComfyUI_fabric": { - "stars": 70, - "last_update": "2023-12-31 18:28:55" + "stars": 72, + "last_update": "2024-05-06 18:11:12" }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 42, @@ -285,7 +285,7 @@ }, "https://github.com/melMass/comfy_mtb": { "stars": 294, - "last_update": "2024-05-02 05:58:48" + "last_update": "2024-05-07 06:30:33" }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 309, @@ -320,7 +320,7 @@ "last_update": "2024-03-04 22:48:03" }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 280, + "stars": 282, "last_update": "2024-04-24 04:23:42" }, "https://github.com/FizzleDorf/ComfyUI-AIT": { @@ -352,16 +352,16 @@ "last_update": "2023-09-26 06:31:44" }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 2515, - "last_update": "2024-05-02 09:16:18" + "stars": 2527, + "last_update": "2024-05-06 17:14:41" }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 754, + "stars": 755, "last_update": "2024-04-27 17:03:29" }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 130, - "last_update": "2024-04-25 07:48:07" + "stars": 131, + "last_update": "2024-05-06 22:53:00" }, "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": { "stars": 21, @@ -424,7 +424,7 @@ "last_update": "2024-01-06 09:18:52" }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 545, + "stars": 546, "last_update": "2024-03-24 18:55:24" }, "https://github.com/wolfden/ComfyUi_PromptStylers": { @@ -476,7 +476,7 @@ "last_update": "2024-05-05 23:32:05" }, "https://github.com/failfa-st/failfast-comfyui-extensions": { - "stars": 111, + "stars": 112, "last_update": "2024-02-25 09:56:19" }, "https://github.com/Pfaeff/pfaeff-comfyui": { @@ -492,11 +492,11 @@ "last_update": "2024-04-04 19:49:52" }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 2035, + "stars": 2036, "last_update": "2024-05-03 18:26:02" }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 321, + "stars": 322, "last_update": "2024-04-20 18:24:00" }, "https://github.com/Gourieff/comfyui-reactor-node": { @@ -512,7 +512,7 @@ "last_update": "2024-04-05 11:14:24" }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 662, + "stars": 663, "last_update": "2024-05-04 07:25:31" }, "https://github.com/coreyryanhanson/ComfyQR": { @@ -600,7 +600,7 @@ "last_update": "2024-05-05 19:54:48" }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 182, + "stars": 183, "last_update": "2024-05-05 20:05:08" }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { @@ -624,12 +624,12 @@ "last_update": "2024-02-12 07:46:02" }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 550, - "last_update": "2024-05-06 02:49:29" + "stars": 551, + "last_update": "2024-05-07 02:30:40" }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 746, - "last_update": "2024-05-06 06:36:43" + "stars": 747, + "last_update": "2024-05-07 07:06:14" }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 187, @@ -716,7 +716,7 @@ "last_update": "2023-08-19 19:17:07" }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 52, + "stars": 54, "last_update": "2024-05-04 16:10:21" }, "https://github.com/marhensa/sdxl-recommended-res-calc": { @@ -724,7 +724,7 @@ "last_update": "2024-03-15 05:43:38" }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 150, + "stars": 151, "last_update": "2024-03-16 11:27:55" }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { @@ -776,7 +776,7 @@ "last_update": "2024-03-04 08:52:39" }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 305, + "stars": 306, "last_update": "2024-04-24 04:17:56" }, "https://github.com/picturesonpictures/comfy_PoP": { @@ -848,11 +848,11 @@ "last_update": "2024-05-01 21:05:26" }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 51, + "stars": 52, "last_update": "2024-04-25 23:07:26" }, "https://github.com/spacepxl/ComfyUI-RAVE": { - "stars": 75, + "stars": 76, "last_update": "2024-01-28 09:08:08" }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { @@ -880,7 +880,7 @@ "last_update": "2024-04-18 04:28:09" }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1018, + "stars": 1019, "last_update": "2024-04-21 14:51:14" }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { @@ -892,11 +892,11 @@ "last_update": "2024-02-02 23:38:25" }, "https://github.com/chrisgoringe/cg-image-picker": { - "stars": 137, + "stars": 138, "last_update": "2024-04-22 14:41:30" }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 278, + "stars": 279, "last_update": "2024-05-05 04:17:49" }, "https://github.com/chrisgoringe/cg-prompt-info": { @@ -920,11 +920,11 @@ "last_update": "2024-04-12 12:59:58" }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 214, - "last_update": "2024-05-06 14:37:54" + "stars": 216, + "last_update": "2024-05-07 09:19:10" }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 110, + "stars": 111, "last_update": "2024-03-18 10:10:20" }, "https://github.com/kijai/ComfyUI-SVD": { @@ -956,11 +956,11 @@ "last_update": "2024-03-11 00:50:24" }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 955, + "stars": 958, "last_update": "2024-04-23 10:04:12" }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 197, + "stars": 198, "last_update": "2024-04-18 11:22:03" }, "https://github.com/hhhzzyang/Comfyui_Lama": { @@ -988,12 +988,12 @@ "last_update": "2024-05-06 11:59:12" }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 421, + "stars": 422, "last_update": "2024-04-29 15:07:42" }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { - "stars": 83, - "last_update": "2024-05-06 15:04:27" + "stars": 84, + "last_update": "2024-05-06 16:53:15" }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, @@ -1020,7 +1020,7 @@ "last_update": "2023-12-18 23:42:52" }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { - "stars": 153, + "stars": 155, "last_update": "2024-03-07 06:45:14" }, "https://github.com/THtianhao/ComfyUI-FaceChain": { @@ -1036,12 +1036,12 @@ "last_update": "2024-02-20 01:27:38" }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 51, + "stars": 52, "last_update": "2024-02-27 12:47:52" }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 443, - "last_update": "2024-05-05 09:51:34" + "stars": 450, + "last_update": "2024-05-07 07:34:37" }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 3, @@ -1053,7 +1053,7 @@ }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { "stars": 715, - "last_update": "2024-05-06 14:13:13" + "last_update": "2024-05-07 04:49:21" }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 12, @@ -1168,7 +1168,7 @@ "last_update": "2024-02-15 05:52:28" }, "https://github.com/banodoco/steerable-motion": { - "stars": 579, + "stars": 584, "last_update": "2024-05-05 09:22:16" }, "https://github.com/gemell1/ComfyUI_GMIC": { @@ -1192,7 +1192,7 @@ "last_update": "2023-12-10 21:29:12" }, "https://github.com/Amorano/Jovimetrix": { - "stars": 119, + "stars": 120, "last_update": "2024-05-06 04:40:30" }, "https://github.com/Umikaze-job/select_folder_path_easy": { @@ -1200,7 +1200,7 @@ "last_update": "2023-11-18 14:59:56" }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { - "stars": 26, + "stars": 27, "last_update": "2023-11-20 11:25:01" }, "https://github.com/Feidorian/feidorian-ComfyNodes": { @@ -1224,7 +1224,7 @@ "last_update": "2024-04-07 00:30:45" }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { - "stars": 5, + "stars": 6, "last_update": "2023-12-10 01:20:36" }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { @@ -1236,7 +1236,7 @@ "last_update": "2023-11-24 19:04:31" }, "https://github.com/ansonkao/comfyui-geometry": { - "stars": 6, + "stars": 7, "last_update": "2023-11-30 02:45:49" }, "https://github.com/bronkula/comfyui-fitsize": { @@ -1244,7 +1244,7 @@ "last_update": "2023-12-03 12:32:49" }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 407, + "stars": 409, "last_update": "2024-04-27 10:15:08" }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { @@ -1284,7 +1284,7 @@ "last_update": "2024-02-10 14:58:22" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 278, + "stars": 279, "last_update": "2024-04-17 19:59:18" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { @@ -1292,11 +1292,11 @@ "last_update": "2024-04-17 20:02:42" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 526, + "stars": 527, "last_update": "2024-04-17 19:57:55" }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1383, + "stars": 1384, "last_update": "2024-04-17 19:57:18" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { @@ -1304,7 +1304,7 @@ "last_update": "2024-01-03 15:22:13" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1108, + "stars": 1112, "last_update": "2024-04-17 20:02:02" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { @@ -1312,7 +1312,7 @@ "last_update": "2024-04-17 20:01:40" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 168, + "stars": 169, "last_update": "2024-04-17 19:58:21" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { @@ -1324,7 +1324,7 @@ "last_update": "2024-04-17 20:03:27" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 368, + "stars": 369, "last_update": "2024-04-30 01:42:11" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { @@ -1332,7 +1332,7 @@ "last_update": "2024-04-17 20:03:46" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 481, + "stars": 482, "last_update": "2024-04-17 20:00:02" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { @@ -1340,7 +1340,7 @@ "last_update": "2024-04-17 20:00:46" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 102, + "stars": 104, "last_update": "2024-04-17 19:59:42" }, "https://github.com/kenjiqq/qq-nodes-comfyui": { @@ -1360,7 +1360,7 @@ "last_update": "2024-04-04 00:20:08" }, "https://github.com/discopixel-studio/comfyui-discopixel": { - "stars": 6, + "stars": 7, "last_update": "2023-11-30 02:45:49" }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { @@ -1428,7 +1428,7 @@ "last_update": "2024-04-19 07:13:08" }, "https://github.com/ningxiaoxiao/comfyui-NDI": { - "stars": 32, + "stars": 33, "last_update": "2024-03-07 02:08:05" }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { @@ -1448,7 +1448,7 @@ "last_update": "2024-04-21 07:59:14" }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 665, + "stars": 669, "last_update": "2024-05-06 12:25:38" }, "https://github.com/knuknX/ComfyUI-Image-Tools": { @@ -1476,7 +1476,7 @@ "last_update": "2024-05-05 03:46:04" }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 362, + "stars": 365, "last_update": "2024-05-06 04:53:01" }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { @@ -1548,11 +1548,11 @@ "last_update": "2024-01-07 12:21:43" }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 60, + "stars": 63, "last_update": "2024-05-06 13:23:45" }, "https://github.com/rui40000/RUI-Nodes": { - "stars": 11, + "stars": 13, "last_update": "2023-12-15 07:37:43" }, "https://github.com/dmarx/ComfyUI-Keyframed": { @@ -1569,10 +1569,10 @@ }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 580, - "last_update": "2024-05-04 17:19:07" + "last_update": "2024-05-06 16:42:40" }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 685, + "stars": 687, "last_update": "2024-05-02 10:01:11" }, "https://github.com/florestefano1975/comfyui-prompt-composer": { @@ -1601,7 +1601,7 @@ }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 17, - "last_update": "2024-05-06 09:10:17" + "last_update": "2024-05-07 10:11:16" }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 58, @@ -1648,7 +1648,7 @@ "last_update": "2023-12-27 17:50:16" }, "https://github.com/Limitex/ComfyUI-Diffusers": { - "stars": 96, + "stars": 98, "last_update": "2024-03-08 11:07:01" }, "https://github.com/edenartlab/eden_comfy_pipelines": { @@ -1672,7 +1672,7 @@ "last_update": "2024-02-17 14:26:26" }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 373, + "stars": 374, "last_update": "2024-05-04 01:51:37" }, "https://github.com/crystian/ComfyUI-Crystools-save": { @@ -1732,7 +1732,7 @@ "last_update": "2024-03-24 19:03:45" }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 320, + "stars": 322, "last_update": "2024-03-19 10:49:59" }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { @@ -1749,14 +1749,14 @@ }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 293, - "last_update": "2024-05-05 11:13:35" + "last_update": "2024-05-07 05:13:49" }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 93, "last_update": "2024-01-04 14:41:18" }, "https://github.com/chaojie/ComfyUI-AniPortrait": { - "stars": 217, + "stars": 218, "last_update": "2024-04-02 03:06:43" }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { @@ -1808,7 +1808,7 @@ "last_update": "2024-01-16 09:41:07" }, "https://github.com/chaojie/ComfyUI-DragAnything": { - "stars": 59, + "stars": 60, "last_update": "2024-03-19 03:37:48" }, "https://github.com/chaojie/ComfyUI-DragNUWA": { @@ -1840,7 +1840,7 @@ "last_update": "2024-01-14 04:23:09" }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 1433, + "stars": 1436, "last_update": "2024-04-13 17:45:06" }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { @@ -1852,7 +1852,7 @@ "last_update": "2024-04-06 11:02:44" }, "https://github.com/Hangover3832/ComfyUI-Hangover-Moondream": { - "stars": 31, + "stars": 32, "last_update": "2024-04-29 15:51:31" }, "https://github.com/Hangover3832/ComfyUI-Hangover-Recognize_Anything": { @@ -2028,15 +2028,15 @@ "last_update": "2024-01-26 06:28:40" }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 204, + "stars": 206, "last_update": "2024-04-23 23:50:30" }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { - "stars": 58, + "stars": 59, "last_update": "2024-04-03 23:51:44" }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { - "stars": 44, + "stars": 45, "last_update": "2024-03-24 04:03:08" }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { @@ -2057,11 +2057,11 @@ }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 26, - "last_update": "2024-04-30 22:37:08" + "last_update": "2024-05-06 22:48:47" }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 25, - "last_update": "2024-05-06 09:40:15" + "last_update": "2024-05-06 22:51:23" }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 2, @@ -2072,11 +2072,11 @@ "last_update": "2024-01-27 15:25:00" }, "https://github.com/mape/ComfyUI-mape-Helpers": { - "stars": 98, + "stars": 99, "last_update": "2024-02-07 16:58:47" }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 186, + "stars": 187, "last_update": "2024-04-29 02:19:11" }, "https://github.com/zhongpei/ComfyUI-InstructIR": { @@ -2104,7 +2104,7 @@ "last_update": "2024-04-30 09:42:27" }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { - "stars": 82, + "stars": 84, "last_update": "2024-03-04 09:33:57" }, "https://github.com/ricklove/comfyui-ricklove": { @@ -2136,7 +2136,7 @@ "last_update": "2024-02-08 16:59:15" }, "https://github.com/davask/ComfyUI-MarasIT-Nodes": { - "stars": 22, + "stars": 27, "last_update": "2024-05-06 07:43:35" }, "https://github.com/yffyhk/comfyui_auto_danbooru": { @@ -2220,11 +2220,11 @@ "last_update": "2024-03-22 18:22:13" }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { - "stars": 1, + "stars": 2, "last_update": "2024-03-08 10:11:28" }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 11, + "stars": 12, "last_update": "2024-05-06 14:57:16" }, "https://github.com/1038lab/ComfyUI-GPT2P": { @@ -2236,7 +2236,7 @@ "last_update": "2024-04-05 05:11:51" }, "https://github.com/klinter007/klinter_nodes": { - "stars": 2, + "stars": 3, "last_update": "2024-05-02 14:41:48" }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { @@ -2244,8 +2244,8 @@ "last_update": "2024-03-26 01:28:07" }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { - "stars": 36, - "last_update": "2024-05-04 22:51:05" + "stars": 38, + "last_update": "2024-05-06 22:03:06" }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 7, @@ -2276,7 +2276,7 @@ "last_update": "2024-02-26 09:37:16" }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 297, + "stars": 298, "last_update": "2024-03-26 02:44:57" }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { @@ -2308,7 +2308,7 @@ "last_update": "2024-02-29 09:35:31" }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { - "stars": 13, + "stars": 14, "last_update": "2024-05-05 09:22:26" }, "https://github.com/guill/abracadabra-comfyui": { @@ -2356,11 +2356,11 @@ "last_update": "2024-03-01 07:25:27" }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1119, + "stars": 1121, "last_update": "2024-03-09 21:16:31" }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { - "stars": 43, + "stars": 45, "last_update": "2024-04-28 15:36:22" }, "https://github.com/nathannlu/ComfyUI-Pets": { @@ -2388,7 +2388,7 @@ "last_update": "2024-04-18 18:49:15" }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 13, + "stars": 14, "last_update": "2024-05-04 11:12:35" }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { @@ -2448,7 +2448,7 @@ "last_update": "2024-04-02 23:29:14" }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { - "stars": 236, + "stars": 237, "last_update": "2024-04-17 22:30:10" }, "https://github.com/angeloshredder/StableCascadeResizer": { @@ -2456,7 +2456,7 @@ "last_update": "2024-03-08 22:53:27" }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 106, + "stars": 117, "last_update": "2024-04-07 20:49:11" }, "https://github.com/dchatel/comfyui_facetools": { @@ -2484,7 +2484,7 @@ "last_update": "2024-03-13 08:26:09" }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 222, + "stars": 225, "last_update": "2024-04-27 09:27:21" }, "https://github.com/dmMaze/sketch2manga": { @@ -2525,7 +2525,7 @@ }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 28, - "last_update": "2024-05-03 16:11:09" + "last_update": "2024-05-06 17:30:27" }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 23, @@ -2533,10 +2533,10 @@ }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 3, - "last_update": "2024-04-28 02:39:28" + "last_update": "2024-05-07 07:09:00" }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { - "stars": 35, + "stars": 38, "last_update": "2024-03-22 04:31:59" }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { @@ -2593,7 +2593,7 @@ }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 2, - "last_update": "2024-05-03 13:54:30" + "last_update": "2024-05-07 08:02:12" }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 46, @@ -2601,10 +2601,10 @@ }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 9, - "last_update": "2024-05-06 07:50:27" + "last_update": "2024-05-06 18:33:22" }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 256, + "stars": 257, "last_update": "2024-04-06 09:25:46" }, "https://github.com/ParisNeo/lollms_nodes_suite": { @@ -2616,7 +2616,7 @@ "last_update": "2024-03-20 21:56:10" }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { - "stars": 27, + "stars": 28, "last_update": "2024-04-22 05:53:26" }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { @@ -2644,8 +2644,8 @@ "last_update": "2024-04-01 10:47:39" }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 34081, - "last_update": "2024-05-06 10:06:13" + "stars": 34172, + "last_update": "2024-05-07 09:42:24" }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 91, @@ -2664,7 +2664,7 @@ "last_update": "2024-04-04 16:39:56" }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 78, + "stars": 80, "last_update": "2024-04-05 15:26:14" }, "https://github.com/bvhari/ComfyUI_SUNoise": { @@ -2732,7 +2732,7 @@ "last_update": "2024-04-29 02:27:15" }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { - "stars": 2, + "stars": 3, "last_update": "2024-04-16 09:07:22" }, "https://github.com/discus0434/comfyui-caching-embeddings": { @@ -2740,16 +2740,16 @@ "last_update": "2024-04-09 03:52:05" }, "https://github.com/abdozmantar/ComfyUI-InstaSwap": { - "stars": 37, - "last_update": "2024-05-04 19:06:13" + "stars": 38, + "last_update": "2024-05-07 01:04:48" }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 20, "last_update": "2024-04-16 01:07:14" }, "https://github.com/AIFSH/ComfyUI-UVR5": { - "stars": 41, - "last_update": "2024-04-30 01:44:11" + "stars": 42, + "last_update": "2024-05-07 06:26:35" }, "https://github.com/CapsAdmin/ComfyUI-Euler-Smea-Dyn-Sampler": { "stars": 10, @@ -2764,7 +2764,7 @@ "last_update": "2024-04-27 11:43:52" }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { - "stars": 90, + "stars": 91, "last_update": "2024-04-26 06:41:56" }, "https://github.com/ExponentialML/ComfyUI_ELLA": { @@ -2808,15 +2808,15 @@ "last_update": "2024-04-25 06:50:39" }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 153, - "last_update": "2024-05-06 07:08:26" + "stars": 155, + "last_update": "2024-05-06 20:44:05" }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 115, "last_update": "2024-04-24 03:51:33" }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 143, + "stars": 145, "last_update": "2024-05-02 09:59:43" }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { @@ -2837,7 +2837,7 @@ }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 111, - "last_update": "2024-05-03 20:42:49" + "last_update": "2024-05-07 06:24:52" }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 10, @@ -2872,7 +2872,7 @@ "last_update": "2024-04-15 07:49:55" }, "https://github.com/jtydhr88/ComfyUI-InstantMesh": { - "stars": 103, + "stars": 105, "last_update": "2024-04-17 03:15:10" }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { @@ -2916,7 +2916,7 @@ "last_update": "2024-05-05 04:04:54" }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 326, + "stars": 329, "last_update": "2024-04-28 03:21:51" }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { @@ -2924,8 +2924,8 @@ "last_update": "2024-04-30 08:27:59" }, "https://github.com/JettHu/ComfyUI_TGate": { - "stars": 30, - "last_update": "2024-05-06 05:40:25" + "stars": 31, + "last_update": "2024-05-06 17:23:28" }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 39, @@ -2964,8 +2964,8 @@ "last_update": "2024-04-30 03:35:57" }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 179, - "last_update": "2024-04-30 04:08:16" + "stars": 186, + "last_update": "2024-05-07 03:07:38" }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 10, @@ -2976,7 +2976,7 @@ "last_update": "2024-04-19 16:38:57" }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { - "stars": 11, + "stars": 12, "last_update": "2024-04-19 10:52:02" }, "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": { @@ -2988,11 +2988,11 @@ "last_update": "2024-04-21 17:10:35" }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 54, + "stars": 56, "last_update": "2024-04-28 10:13:50" }, "https://github.com/AIFSH/ComfyUI-WhisperX": { - "stars": 8, + "stars": 9, "last_update": "2024-05-06 06:25:52" }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { @@ -3009,10 +3009,10 @@ }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 5, - "last_update": "2024-05-05 07:50:02" + "last_update": "2024-05-07 08:59:44" }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { - "stars": 26, + "stars": 27, "last_update": "2024-04-29 15:28:22" }, "https://github.com/longgui0318/comfyui-magic-clothing": { @@ -3028,7 +3028,7 @@ "last_update": "2024-04-26 19:10:31" }, "https://github.com/chaojie/ComfyUI-SimDA": { - "stars": 12, + "stars": 13, "last_update": "2024-04-25 03:38:51" }, "https://github.com/shinich39/comfyui-local-db": { @@ -3044,7 +3044,7 @@ "last_update": "2024-05-05 15:14:45" }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { - "stars": 104, + "stars": 106, "last_update": "2024-05-06 09:41:56" }, "https://github.com/jeffy5/comfyui-faceless-node": { @@ -3065,7 +3065,7 @@ }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 19, - "last_update": "2024-05-06 03:38:05" + "last_update": "2024-05-07 02:09:10" }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 2, @@ -3076,16 +3076,16 @@ "last_update": "2024-04-27 11:46:50" }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { - "stars": 75, + "stars": 76, "last_update": "2024-05-04 14:01:06" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { - "stars": 129, + "stars": 130, "last_update": "2024-04-26 15:03:13" }, "https://github.com/blepping/comfyui_jankhidiffusion": { - "stars": 52, - "last_update": "2024-04-29 14:21:42" + "stars": 54, + "last_update": "2024-05-07 09:50:09" }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 3, @@ -3104,8 +3104,8 @@ "last_update": "2024-04-27 13:25:08" }, "https://github.com/JettHu/ComfyUI-TCD": { - "stars": 42, - "last_update": "2024-05-02 06:00:21" + "stars": 43, + "last_update": "2024-05-07 08:34:59" }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -3121,10 +3121,10 @@ }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 4, - "last_update": "2024-05-03 03:15:54" + "last_update": "2024-05-07 10:05:00" }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 44, + "stars": 50, "last_update": "2024-05-03 18:33:59" }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { @@ -3144,7 +3144,7 @@ "last_update": "2024-05-02 11:17:11" }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 7, + "stars": 9, "last_update": "2024-05-05 07:37:08" }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { @@ -3161,18 +3161,34 @@ }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 0, - "last_update": "2024-05-06 07:50:56" + "last_update": "2024-05-07 04:48:31" }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 1, "last_update": "2024-05-06 02:30:47" }, "https://github.com/runtime44/comfyui_r44_nodes": { - "stars": 15, + "stars": 17, "last_update": "2024-05-05 12:17:36" }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { - "stars": 1, - "last_update": "2024-05-06 13:34:34" + "stars": 2, + "last_update": "2024-05-07 07:23:38" + }, + "https://github.com/davask/ComfyUI_MaraScott_Nodes": { + "stars": 27, + "last_update": "2024-05-06 07:43:35" + }, + "https://github.com/philz1337x/ComfyUI-ClarityAI": { + "stars": 2, + "last_update": "2024-05-07 07:51:02" + }, + "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { + "stars": 2, + "last_update": "2024-05-07 08:11:54" + }, + "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { + "stars": 2, + "last_update": "2024-05-07 02:21:59" } } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 14afb5a..6a0fb3f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -12,6 +12,26 @@ + { + "author": "KoreTeknology", + "title": "ComfyUI Universal Styler", + "reference": "https://github.com/KoreTeknology/ComfyUI-Universal-Styler", + "files": [ + "https://github.com/KoreTeknology/ComfyUI-Universal-Styler" + ], + "install_type": "git-clone", + "description": "A research Node based project on Artificial Intelligence using ComfyUI visual editor with Stable diffusion Local processing focus in mind. This custom node is intended to serve the purpose to offer a large palette of prompting scenrarios, based on Public Checkpoint Models OR/AND Private custom Models and LoRas. It includes an integrated learning machine process as well as a set of workflows." + }, + { + "author": "chaojie", + "title": "ComfyUI-Video-Editing-X-Attention", + "reference": "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention", + "files": [ + "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention" + ], + "install_type": "git-clone", + "description": "Investigating the Effectiveness of Cross Attention to Unlock Zero-Shot Editing of Text-to-Video Diffusion Models" + }, { "author": "philz1337x", "title": "✨ Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI", @@ -669,36 +689,6 @@ ], "install_type": "git-clone", "description": "ComfyUI simple node based on BLIP method, with the function of 'Image to Txt'." - }, - { - "author": "fevre27", - "title": "Self-Guidance nodes", - "reference": "https://github.com/forever22777/comfyui-self-guidance", - "files": [ - "https://github.com/forever22777/comfyui-self-guidance" - ], - "install_type": "git-clone", - "description": "Unofficial ComfyUI implementation of Self-Guidance." - }, - { - "author": "chaojie", - "title": "ComfyUI-EasyAnimate", - "reference": "https://github.com/chaojie/ComfyUI-EasyAnimate", - "files": [ - "https://github.com/chaojie/ComfyUI-EasyAnimate" - ], - "install_type": "git-clone", - "description": "ComfyUI-EasyAnimate" - }, - { - "author": "hay86", - "title": "ComfyUI DDColor", - "reference": "https://github.com/hay86/ComfyUI_DDColor", - "files": [ - "https://github.com/hay86/ComfyUI_DDColor" - ], - "install_type": "git-clone", - "description": "Unofficial implementation of [a/DDColor](https://github.com/piddnad/DDColor) for ComfyUI" } ] } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 2d5ed2e..7b620cd 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -193,6 +193,7 @@ "https://github.com/AIFSH/ComfyUI-FishSpeech": [ [ "FishSpeech_INFER", + "FishSpeech_INFER_SRT", "LoadAudio", "LoadSRT", "PreViewAudio" @@ -1978,7 +1979,9 @@ ], "https://github.com/JettHu/ComfyUI_TGate": [ [ - "TGateApply" + "TGateApply", + "TGateApplyAdvanced", + "TGateApplySimple" ], { "title_aux": "ComfyUI_TGate" @@ -2024,6 +2027,15 @@ "title_aux": "ComfyUI-Paint-by-Example" } ], + "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [ + [ + "Load Nai Styles CSV", + "Universal_Styler_Node" + ], + { + "title_aux": "ComfyUI Universal Styler" + } + ], "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [ [ "ACN_AdvancedControlNetApply", @@ -5412,7 +5424,8 @@ "SamplerSonarEulerA", "SonarCustomNoise", "SonarGuidanceConfig", - "SonarPowerNoise" + "SonarModulatedNoise", + "SonarRepeatedNoise" ], { "title_aux": "ComfyUI-sonar" @@ -5421,7 +5434,9 @@ "https://github.com/blepping/comfyui_jankhidiffusion": [ [ "ApplyMSWMSAAttention", - "ApplyRAUNet" + "ApplyMSWMSAAttentionSimple", + "ApplyRAUNet", + "ApplyRAUNetSimple" ], { "title_aux": "ComfyUI jank HiDiffusion" @@ -6114,6 +6129,17 @@ "title_aux": "ComfyUI-Trajectory" } ], + "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": [ + [ + "StringList", + "VEXAGuidance", + "VEXALoader", + "VEXARun" + ], + { + "title_aux": "ComfyUI-Video-Editing-X-Attention" + } + ], "https://github.com/chaojie/ComfyUI-dust3r": [ [ "CameraPoseVideo", @@ -6253,6 +6279,7 @@ "LayerColor: HSV", "LayerColor: LAB", "LayerColor: LUT Apply", + "LayerColor: Levels", "LayerColor: RGB", "LayerColor: YUV", "LayerFilter: ChannelShake", @@ -7075,7 +7102,7 @@ "title_aux": "DarkPrompts" } ], - "https://github.com/davask/ComfyUI-MarasIT-Nodes": [ + "https://github.com/davask/ComfyUI_MaraScott_Nodes": [ [ "MarasitAnyBusNode", "MarasitDisplayInfoNode", @@ -7083,7 +7110,7 @@ "MarasitUpscalerRefinerNode_v2" ], { - "title_aux": "\ud83d\udc30 MarasIT Nodes" + "title_aux": "\ud83d\udc30 MaraScott Nodes" } ], "https://github.com/dave-palt/comfyui_DSP_imagehelpers": [ @@ -7120,6 +7147,7 @@ ], "https://github.com/daxcay/ComfyUI-JDCN": [ [ + "JDCN_AnyCheckpointLoader", "JDCN_AnyFileList", "JDCN_AnyFileListHelper", "JDCN_AnyFileListRandom", @@ -7137,6 +7165,7 @@ "JDCN_ReBatch", "JDCN_SeamlessExperience", "JDCN_SplitString", + "JDCN_StringManipulator", "JDCN_StringToList", "JDCN_TXTFileSaver", "JDCN_VHSFileMover" @@ -8769,6 +8798,7 @@ ], "https://github.com/kealiu/ComfyUI-Zero123-Porting": [ [ + "Zero123: Image Preprocess", "Zero123: Image Rotate in 3D" ], { @@ -8939,6 +8969,7 @@ "CreateShapeMask", "CreateShapeMaskOnPath", "CreateTextMask", + "CreateTextOnPath", "CreateVoronoiMask", "CrossFadeImages", "CustomSigmas", @@ -10287,7 +10318,8 @@ "BlendInpaint", "BrushNet", "BrushNetLoader", - "TestNode" + "PowerPaint", + "PowerPaintCLIPLoader" ], { "author": "nullquant", @@ -10450,6 +10482,14 @@ "title_aux": "comfy_clip_blip_node" } ], + "https://github.com/philz1337x/ComfyUI-ClarityAI": [ + [ + "Clarity AI Upscaler" + ], + { + "title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI" + } + ], "https://github.com/picturesonpictures/comfy_PoP": [ [ "AdaptiveCannyDetector_PoP", @@ -12429,9 +12469,10 @@ ], "https://github.com/zhangp365/ComfyUI-utils-nodes": [ [ - "ConcatText", + "ColorCorrectOfUtils", + "ConcatTextOfUtils", "ImageBatchOneOrMore", - "ImageConcanate", + "ImageConcanateOfUtils", "IntAndIntAddOffsetLiteral", "LoadImageWithSwitch", "ModifyTextGender"