diff --git a/custom-node-list.json b/custom-node-list.json index a6be55b..399e546 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6939,6 +6939,16 @@ "install_type": "git-clone", "description": "Text file utility for ComfyUI" }, + { + "author": "kale4eat", + "title": "ComfyUI-speech-dataset-toolkit", + "reference": "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit", + "files": [ + "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit" + ], + "install_type": "git-clone", + "description": "Basic audio tools using torchaudio for ComfyUI. It is assumed to assist in the speech dataset creation for ASR, TTS, etc." + }, { "author": "DrMWeigand", "title": "ComfyUI Color Detection Nodes", @@ -7149,6 +7159,16 @@ "install_type": "git-clone", "description": "pixel art workshop nodes for comfyui." }, + { + "author": "nullquant", + "title": "ComfyUI-BrushNet", + "reference": "https://github.com/nullquant/ComfyUI-BrushNet", + "files": [ + "https://github.com/nullquant/ComfyUI-BrushNet" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI allow to inpaint using Brushnet: '[a/BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion](https://arxiv.org/abs/2403.06976)'." + }, { "author": "pamparamm", "title": "Perturbed-Attention Guidance", @@ -7159,7 +7179,7 @@ "install_type": "git-clone", "description": "Perturbed-Attention Guidance node for ComfyUI." }, - + diff --git a/extension-node-map.json b/extension-node-map.json index 1d6b9ac..50acb99 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4910,11 +4910,14 @@ ], "https://github.com/blepping/ComfyUI-bleh": [ [ + "BlehBlockOps", "BlehDeepShrink", "BlehDiscardPenultimateSigma", "BlehForceSeedSampler", "BlehHyperTile", "BlehInsaneChainSampler", + "BlehLatentOps", + "BlehLatentScaleBy", "BlehModelPatchConditional", "BlehRefinerAfter" ], @@ -5662,6 +5665,7 @@ "chaosaiart_lora", "chaosaiart_lora_advanced", "chaosaiart_main_Prompt", + "chaosaiart_merge_Folders", "chaosaiart_oneNode", "chaosaiart_reloadAny_Load", "chaosaiart_reloadAny_Save", @@ -7258,6 +7262,9 @@ ], "https://github.com/hay86/ComfyUI_AceNodes": [ [ + "ACE_AudioLoad", + "ACE_AudioPlay", + "ACE_AudioSave", "ACE_Float", "ACE_ImageConstrain", "ACE_ImageRemoveBackground", @@ -7281,8 +7288,7 @@ ], "https://github.com/hay86/ComfyUI_Dreamtalk": [ [ - "D_DreamTalk", - "D_LoadAudio" + "D_DreamTalk" ], { "title_aux": "ComfyUI Dreamtalk" @@ -7704,6 +7710,60 @@ "title_aux": "ComfyUI_demucus" } ], + "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": [ + [ + "SDT_AudioProperty", + "SDT_ConcatAudio", + "SDT_CutAudio", + "SDT_DemucsApply", + "SDT_DemucsLoader", + "SDT_FasterWhisperListSegments", + "SDT_FasterWhisperLoader", + "SDT_FasterWhisperSegmentProperty", + "SDT_FasterWhisperTextFromSegments", + "SDT_FasterWhisperTranscribe", + "SDT_GriffinLim", + "SDT_JoinAudio", + "SDT_LFCC", + "SDT_LoadAudio", + "SDT_LoadAudios", + "SDT_MFCC", + "SDT_MakeSilenceAudio", + "SDT_MelSpectrogram", + "SDT_NemoAsrListSegments", + "SDT_NemoAsrListSubwords", + "SDT_NemoAsrLoader", + "SDT_NemoAsrSegmentProperty", + "SDT_NemoAsrSubwordProperty", + "SDT_NemoAsrTranscribe", + "SDT_NueAsrLoader", + "SDT_NueAsrTranscribe", + "SDT_PlayAudio", + "SDT_PlotMelFilterBank", + "SDT_PlotPitch", + "SDT_PlotSpecgram", + "SDT_PlotSpectrogram", + "SDT_PlotWaveForm", + "SDT_ResampleAudio", + "SDT_SaveAudio", + "SDT_SaveAudioWithSequentialNumbering", + "SDT_SilenceAudio", + "SDT_SileroVADApply", + "SDT_SileroVADCollectChunks", + "SDT_SileroVADListTimestamps", + "SDT_SileroVADLoader", + "SDT_SileroVADTimestampProperty", + "SDT_Spectrogram", + "SDT_SpeechMOSLoader", + "SDT_SpeechMOSScore", + "SDT_SplitAudio", + "SDT_TrimAudio", + "SDT_TrimAudioBySample" + ], + { + "title_aux": "ComfyUI-speech-dataset-toolkit" + } + ], "https://github.com/kale4eat/ComfyUI-string-util": [ [ "string_util_Str", @@ -9136,6 +9196,21 @@ "title_aux": "ntdviet/comfyui-ext" } ], + "https://github.com/nullquant/ComfyUI-BrushNet": [ + [ + "BlendInpaint", + "BrushNetInpaint", + "BrushNetLoader", + "BrushNetPipeline" + ], + { + "author": "nullquant", + "description": "This repository contains an custom nodes for inpaint using BrushNet and PowerPaint models", + "nickname": "BrushName nodes", + "title": "BrushNet", + "title_aux": "ComfyUI-BrushNet" + } + ], "https://github.com/olduvai-jp/ComfyUI-HfLoader": [ [ "Lora Loader From HF" @@ -9251,6 +9326,14 @@ "title_aux": "Image Resize for ComfyUI" } ], + "https://github.com/pamparamm/sd-perturbed-attention": [ + [ + "PerturbedAttention" + ], + { + "title_aux": "Perturbed-Attention Guidance" + } + ], "https://github.com/pants007/comfy-pants": [ [ "CLIPTextEncodeAIO", diff --git a/github-stats.json b/github-stats.json index ee25d57..9ec10e8 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1,14 +1,14 @@ { "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 3328, - "last_update": "2024-04-10 18:17:04" + "stars": 3340, + "last_update": "2024-04-12 01:02:04" }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 1104, + "stars": 1108, "last_update": "2024-04-09 12:16:36" }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 213, + "stars": 214, "last_update": "2024-04-04 14:29:26" }, "https://github.com/comfyanonymous/ComfyUI_experiments": { @@ -20,7 +20,7 @@ "last_update": "2023-08-18 19:03:06" }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 1164, + "stars": 1173, "last_update": "2024-04-05 13:07:00" }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { @@ -44,15 +44,15 @@ "last_update": "2024-04-08 22:34:21" }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 222, + "stars": 226, "last_update": "2024-04-08 22:18:59" }, "https://github.com/BlenderNeko/ComfyUI_Noise": { - "stars": 173, + "stars": 175, "last_update": "2024-04-08 22:33:03" }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 245, + "stars": 246, "last_update": "2024-04-08 22:15:55" }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { @@ -60,8 +60,8 @@ "last_update": "2023-09-11 10:09:22" }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 512, - "last_update": "2024-04-05 19:13:30" + "stars": 516, + "last_update": "2024-04-11 15:08:50" }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 38, @@ -80,7 +80,7 @@ "last_update": "2023-09-27 00:33:21" }, "https://github.com/WASasquatch/was-node-suite-comfyui": { - "stars": 779, + "stars": 781, "last_update": "2024-04-08 17:54:15" }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { @@ -164,19 +164,19 @@ "last_update": "2024-01-09 14:14:18" }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 180, + "stars": 181, "last_update": "2024-02-15 17:34:51" }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 140, + "stars": 141, "last_update": "2024-03-20 21:55:09" }, "https://github.com/city96/SD-Advanced-Noise": { - "stars": 15, + "stars": 16, "last_update": "2023-08-14 15:17:54" }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 96, + "stars": 97, "last_update": "2023-11-27 00:26:14" }, "https://github.com/city96/ComfyUI_DiT": { @@ -212,19 +212,19 @@ "last_update": "2024-04-08 01:03:56" }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { - "stars": 17, + "stars": 18, "last_update": "2024-04-08 01:10:43" }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 522, - "last_update": "2024-02-29 09:53:46" + "stars": 523, + "last_update": "2024-04-11 20:22:32" }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 288, + "stars": 290, "last_update": "2024-04-04 01:15:12" }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 1048, + "stars": 1050, "last_update": "2024-04-09 03:04:04" }, "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": { @@ -236,7 +236,7 @@ "last_update": "2024-03-10 07:42:00" }, "https://github.com/Jordach/comfy-plasma": { - "stars": 39, + "stars": 40, "last_update": "2023-07-31 00:57:50" }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { @@ -256,7 +256,7 @@ "last_update": "2024-03-30 17:18:43" }, "https://github.com/ssitu/ComfyUI_restart_sampling": { - "stars": 56, + "stars": 58, "last_update": "2024-04-08 03:08:27" }, "https://github.com/ssitu/ComfyUI_roop": { @@ -292,11 +292,11 @@ "last_update": "2024-02-01 23:20:08" }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 369, + "stars": 368, "last_update": "2024-03-22 16:13:20" }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { - "stars": 47, + "stars": 48, "last_update": "2023-11-29 14:41:23" }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { @@ -332,19 +332,19 @@ "last_update": "2024-02-01 04:09:13" }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 111, + "stars": 112, "last_update": "2024-04-11 03:52:46" }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 135, - "last_update": "2024-04-03 21:25:42" + "stars": 136, + "last_update": "2024-04-11 21:32:24" }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 22, "last_update": "2024-02-04 23:38:10" }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 690, + "stars": 693, "last_update": "2024-04-10 14:29:50" }, "https://github.com/cubiq/ComfyUI_SimpleMath": { @@ -352,15 +352,15 @@ "last_update": "2023-09-26 06:31:44" }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 2115, + "stars": 2127, "last_update": "2024-04-10 11:28:46" }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 650, + "stars": 653, "last_update": "2024-04-09 12:05:22" }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 107, + "stars": 108, "last_update": "2024-03-16 17:13:27" }, "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": { @@ -368,7 +368,7 @@ "last_update": "2023-12-23 04:13:06" }, "https://github.com/shockz0rz/comfy-easy-grids": { - "stars": 9, + "stars": 10, "last_update": "2024-01-01 02:40:59" }, "https://github.com/yolanother/DTAIComfyPromptAgent": { @@ -397,7 +397,7 @@ }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 53, - "last_update": "2024-03-03 12:21:56" + "last_update": "2024-04-12 09:51:33" }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, @@ -420,15 +420,15 @@ "last_update": "2023-09-22 22:48:52" }, "https://github.com/ArtVentureX/comfyui-animatediff": { - "stars": 582, + "stars": 583, "last_update": "2024-01-06 09:18:52" }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 510, + "stars": 514, "last_update": "2024-03-24 18:55:24" }, "https://github.com/wolfden/ComfyUi_PromptStylers": { - "stars": 51, + "stars": 52, "last_update": "2023-10-22 21:34:59" }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { @@ -436,11 +436,11 @@ "last_update": "2023-10-22 22:12:55" }, "https://github.com/daxthin/DZ-FaceDetailer": { - "stars": 87, + "stars": 88, "last_update": "2023-12-16 17:31:44" }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 129, + "stars": 130, "last_update": "2024-04-08 18:19:18" }, "https://github.com/asagi4/ComfyUI-CADS": { @@ -476,7 +476,7 @@ "last_update": "2024-03-10 09:09:50" }, "https://github.com/failfa-st/failfast-comfyui-extensions": { - "stars": 103, + "stars": 104, "last_update": "2024-02-25 09:56:19" }, "https://github.com/Pfaeff/pfaeff-comfyui": { @@ -488,20 +488,20 @@ "last_update": "2024-03-28 23:02:54" }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 318, + "stars": 319, "last_update": "2024-04-04 19:49:52" }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 1931, + "stars": 1933, "last_update": "2024-04-09 00:01:21" }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 291, + "stars": 292, "last_update": "2024-04-10 18:53:51" }, "https://github.com/Gourieff/comfyui-reactor-node": { - "stars": 830, - "last_update": "2024-04-10 15:19:12" + "stars": 838, + "last_update": "2024-04-11 14:51:52" }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 28, @@ -512,8 +512,8 @@ "last_update": "2024-04-05 11:14:24" }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 621, - "last_update": "2024-04-05 14:40:04" + "stars": 623, + "last_update": "2024-04-12 11:20:23" }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 36, @@ -596,11 +596,11 @@ "last_update": "2023-10-28 15:51:44" }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { - "stars": 28, + "stars": 29, "last_update": "2024-01-25 16:30:20" }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 124, + "stars": 125, "last_update": "2024-04-05 02:00:30" }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { @@ -624,15 +624,15 @@ "last_update": "2024-02-12 07:46:02" }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 461, - "last_update": "2024-04-07 04:42:44" + "stars": 466, + "last_update": "2024-04-12 00:14:10" }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 663, - "last_update": "2024-04-11 01:08:14" + "stars": 672, + "last_update": "2024-04-12 10:33:43" }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 179, + "stars": 180, "last_update": "2024-04-03 03:59:31" }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { @@ -640,16 +640,16 @@ "last_update": "2024-03-22 07:26:43" }, "https://github.com/syllebra/bilbox-comfyui": { - "stars": 67, + "stars": 68, "last_update": "2024-04-03 22:58:07" }, "https://github.com/giriss/comfy-image-saver": { - "stars": 106, + "stars": 107, "last_update": "2023-11-16 10:39:05" }, "https://github.com/shingo1228/ComfyUI-send-eagle-slim": { "stars": 18, - "last_update": "2024-01-27 01:44:58" + "last_update": "2024-04-11 17:41:50" }, "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage": { "stars": 21, @@ -716,15 +716,15 @@ "last_update": "2023-08-19 19:17:07" }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 42, - "last_update": "2024-04-09 14:08:37" + "stars": 41, + "last_update": "2024-04-11 22:05:09" }, "https://github.com/marhensa/sdxl-recommended-res-calc": { - "stars": 46, + "stars": 47, "last_update": "2024-03-15 05:43:38" }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 141, + "stars": 142, "last_update": "2024-03-16 11:27:55" }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { @@ -760,7 +760,7 @@ "last_update": "2024-01-25 22:09:37" }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 126, + "stars": 128, "last_update": "2023-08-28 13:56:20" }, "https://github.com/spro/comfyui-mirror": { @@ -776,7 +776,7 @@ "last_update": "2024-03-04 08:52:39" }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 255, + "stars": 256, "last_update": "2024-04-09 07:53:12" }, "https://github.com/picturesonpictures/comfy_PoP": { @@ -784,7 +784,7 @@ "last_update": "2024-02-01 03:04:42" }, "https://github.com/alt-key-project/comfyui-dream-project": { - "stars": 60, + "stars": 61, "last_update": "2023-12-21 19:36:51" }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { @@ -804,7 +804,7 @@ "last_update": "2023-10-25 04:29:40" }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 120, + "stars": 121, "last_update": "2024-03-19 21:36:31" }, "https://github.com/braintacles/braintacles-comfyui-nodes": { @@ -820,7 +820,7 @@ "last_update": "2023-09-07 14:06:12" }, "https://github.com/ali1234/comfyui-job-iterator": { - "stars": 42, + "stars": 43, "last_update": "2023-09-10 23:42:15" }, "https://github.com/jmkl/ComfyUI-ricing": { @@ -844,7 +844,7 @@ "last_update": "2023-10-21 23:02:19" }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { - "stars": 19, + "stars": 20, "last_update": "2024-03-30 05:10:42" }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { @@ -860,7 +860,7 @@ "last_update": "2023-09-21 14:49:12" }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 147, + "stars": 149, "last_update": "2024-04-08 18:19:54" }, "https://github.com/rklaffehn/rk-comfy-nodes": { @@ -868,8 +868,8 @@ "last_update": "2024-01-23 17:12:45" }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 173, - "last_update": "2024-04-07 13:42:40" + "stars": 176, + "last_update": "2024-04-12 07:42:07" }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 37, @@ -880,7 +880,7 @@ "last_update": "2024-04-10 05:28:40" }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 991, + "stars": 994, "last_update": "2024-03-21 09:27:41" }, "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": 119, + "stars": 120, "last_update": "2024-04-03 22:31:49" }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 255, + "stars": 259, "last_update": "2024-04-08 22:33:13" }, "https://github.com/chrisgoringe/cg-prompt-info": { @@ -912,7 +912,7 @@ "last_update": "2023-10-22 22:35:41" }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 52, + "stars": 53, "last_update": "2024-04-07 16:02:06" }, "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": { @@ -920,23 +920,23 @@ "last_update": "2023-12-21 04:31:58" }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 170, + "stars": 175, "last_update": "2024-04-11 12:44:40" }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 98, + "stars": 99, "last_update": "2024-03-18 10:10:20" }, "https://github.com/kijai/ComfyUI-SVD": { - "stars": 149, + "stars": 150, "last_update": "2023-11-25 10:16:57" }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 312, + "stars": 313, "last_update": "2024-04-08 08:33:04" }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 66, + "stars": 65, "last_update": "2024-04-07 12:46:47" }, "https://github.com/kijai/ComfyUI-depth-fm": { @@ -948,7 +948,7 @@ "last_update": "2024-01-18 08:05:17" }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 88, + "stars": 89, "last_update": "2024-03-27 19:38:20" }, "https://github.com/kijai/ComfyUI-moondream": { @@ -956,15 +956,15 @@ "last_update": "2024-03-11 00:50:24" }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 841, + "stars": 848, "last_update": "2024-04-08 18:11:09" }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { - "stars": 171, + "stars": 172, "last_update": "2024-03-26 13:31:13" }, "https://github.com/hhhzzyang/Comfyui_Lama": { - "stars": 30, + "stars": 31, "last_update": "2023-10-01 17:33:29" }, "https://github.com/thedyze/save-image-extended-comfyui": { @@ -980,7 +980,7 @@ "last_update": "2023-10-05 03:05:03" }, "https://github.com/avatechai/avatar-graph-comfyui": { - "stars": 185, + "stars": 186, "last_update": "2024-02-06 08:56:30" }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { @@ -988,11 +988,11 @@ "last_update": "2024-04-10 15:22:50" }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 352, + "stars": 357, "last_update": "2024-04-03 15:43:25" }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { - "stars": 61, + "stars": 64, "last_update": "2024-04-01 05:46:51" }, "https://github.com/whatbirdisthat/cyberdolphin": { @@ -1025,7 +1025,7 @@ }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 62, - "last_update": "2024-01-15 07:18:31" + "last_update": "2024-04-12 03:48:33" }, "https://github.com/zer0TF/cute-comfy": { "stars": 27, @@ -1040,7 +1040,7 @@ "last_update": "2024-02-27 12:47:52" }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 369, + "stars": 373, "last_update": "2024-04-08 14:38:52" }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { @@ -1052,8 +1052,8 @@ "last_update": "2023-10-20 16:33:23" }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 635, - "last_update": "2024-04-08 09:14:33" + "stars": 636, + "last_update": "2024-04-12 08:10:11" }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 10, @@ -1136,7 +1136,7 @@ "last_update": "2023-11-06 06:34:25" }, "https://github.com/Trung0246/ComfyUI-0246": { - "stars": 84, + "stars": 83, "last_update": "2024-04-04 02:30:39" }, "https://github.com/fexli/fexli-util-node-comfyui": { @@ -1168,7 +1168,7 @@ "last_update": "2024-02-15 05:52:28" }, "https://github.com/banodoco/steerable-motion": { - "stars": 451, + "stars": 455, "last_update": "2024-04-08 17:56:08" }, "https://github.com/gemell1/ComfyUI_GMIC": { @@ -1284,7 +1284,7 @@ "last_update": "2024-02-10 14:58:22" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { - "stars": 246, + "stars": 249, "last_update": "2024-03-24 14:20:44" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { @@ -1292,11 +1292,11 @@ "last_update": "2023-12-22 08:22:45" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 314, + "stars": 378, "last_update": "2024-04-11 11:58:24" }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1335, + "stars": 1337, "last_update": "2023-12-23 07:08:46" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { @@ -1304,15 +1304,15 @@ "last_update": "2024-01-03 15:22:13" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1055, + "stars": 1056, "last_update": "2024-03-23 06:33:03" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 698, + "stars": 699, "last_update": "2024-01-25 13:13:33" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 162, + "stars": 164, "last_update": "2024-03-12 10:32:47" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { @@ -1324,23 +1324,23 @@ "last_update": "2024-02-04 20:03:35" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 303, + "stars": 307, "last_update": "2024-04-06 04:04:12" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { - "stars": 28, + "stars": 29, "last_update": "2024-04-02 02:55:59" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 419, + "stars": 422, "last_update": "2024-02-07 13:22:16" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { - "stars": 54, + "stars": 53, "last_update": "2024-03-25 02:09:04" }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 72, + "stars": 73, "last_update": "2024-04-01 13:35:54" }, "https://github.com/kenjiqq/qq-nodes-comfyui": { @@ -1448,8 +1448,8 @@ "last_update": "2024-04-09 19:04:08" }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 594, - "last_update": "2024-04-09 13:17:29" + "stars": 599, + "last_update": "2024-04-12 08:51:01" }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 1, @@ -1476,8 +1476,8 @@ "last_update": "2024-04-07 07:38:51" }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 306, - "last_update": "2024-04-10 08:02:13" + "stars": 308, + "last_update": "2024-04-12 00:44:23" }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 25, @@ -1524,8 +1524,8 @@ "last_update": "2024-03-21 02:58:24" }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 87, - "last_update": "2024-04-09 15:14:56" + "stars": 89, + "last_update": "2024-04-11 23:59:30" }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 24, @@ -1537,10 +1537,10 @@ }, "https://github.com/AI2lab/comfyUI-tool-2lab": { "stars": 0, - "last_update": "2024-03-24 16:59:45" + "last_update": "2024-04-12 07:57:38" }, "https://github.com/SpaceKendo/ComfyUI-svd_txt2vid": { - "stars": 4, + "stars": 5, "last_update": "2023-12-15 21:07:36" }, "https://github.com/NimaNzrii/comfyui-popup_preview": { @@ -1568,11 +1568,11 @@ "last_update": "2023-12-16 19:21:57" }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 543, - "last_update": "2024-04-11 04:15:08" + "stars": 545, + "last_update": "2024-04-12 11:53:15" }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 654, + "stars": 657, "last_update": "2024-03-04 11:08:24" }, "https://github.com/florestefano1975/comfyui-prompt-composer": { @@ -1616,7 +1616,7 @@ "last_update": "2024-01-24 21:44:12" }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { - "stars": 90, + "stars": 91, "last_update": "2024-04-09 00:15:26" }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { @@ -1728,11 +1728,11 @@ "last_update": "2024-03-04 13:20:38" }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { - "stars": 137, + "stars": 138, "last_update": "2024-03-24 19:03:45" }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 292, + "stars": 294, "last_update": "2024-03-19 10:49:59" }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { @@ -1764,11 +1764,11 @@ "last_update": "2024-03-27 01:10:14" }, "https://github.com/chaojie/ComfyUI-Champ": { - "stars": 15, + "stars": 14, "last_update": "2024-04-02 02:46:02" }, "https://github.com/chaojie/ComfyUI-Open-Sora": { - "stars": 71, + "stars": 73, "last_update": "2024-03-26 05:54:18" }, "https://github.com/chaojie/ComfyUI-Trajectory": { @@ -1784,7 +1784,7 @@ "last_update": "2024-02-24 10:02:51" }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { - "stars": 73, + "stars": 74, "last_update": "2024-03-16 19:08:28" }, "https://github.com/chaojie/ComfyUI-Panda3d": { @@ -1812,7 +1812,7 @@ "last_update": "2024-03-19 03:37:48" }, "https://github.com/chaojie/ComfyUI-DragNUWA": { - "stars": 330, + "stars": 331, "last_update": "2024-03-14 06:56:41" }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { @@ -1828,7 +1828,7 @@ "last_update": "2024-01-20 16:53:51" }, "https://github.com/chaojie/ComfyUI-RAFT": { - "stars": 24, + "stars": 23, "last_update": "2024-01-29 08:08:13" }, "https://github.com/alexopus/ComfyUI-Image-Saver": { @@ -1840,11 +1840,11 @@ "last_update": "2024-01-14 04:23:09" }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 1300, + "stars": 1302, "last_update": "2024-04-01 13:51:02" }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 384, + "stars": 385, "last_update": "2024-02-02 14:19:37" }, "https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": { @@ -1896,7 +1896,7 @@ "last_update": "2024-01-12 14:34:55" }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 167, + "stars": 169, "last_update": "2024-03-03 17:16:51" }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { @@ -1904,7 +1904,7 @@ "last_update": "2024-03-08 19:59:00" }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 37, + "stars": 38, "last_update": "2024-01-13 04:58:58" }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { @@ -2028,11 +2028,11 @@ "last_update": "2024-01-26 06:28:40" }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 168, + "stars": 169, "last_update": "2024-04-09 21:56:52" }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { - "stars": 52, + "stars": 53, "last_update": "2024-04-03 23:51:44" }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { @@ -2056,8 +2056,8 @@ "last_update": "2024-02-05 08:32:57" }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 17, - "last_update": "2024-04-06 20:40:50" + "stars": 19, + "last_update": "2024-04-11 18:22:22" }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 24, @@ -2077,14 +2077,14 @@ }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 156, - "last_update": "2024-03-27 03:29:23" + "last_update": "2024-04-12 09:50:19" }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 53, "last_update": "2024-02-01 06:40:40" }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { - "stars": 21, + "stars": 23, "last_update": "2024-01-29 16:03:36" }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { @@ -2112,7 +2112,7 @@ "last_update": "2024-02-01 02:50:59" }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 140, + "stars": 141, "last_update": "2024-02-25 13:58:50" }, "https://github.com/LyazS/comfyui-anime-seg": { @@ -2148,7 +2148,7 @@ "last_update": "2024-02-05 17:48:33" }, "https://github.com/dfl/comfyui-tcd-scheduler": { - "stars": 58, + "stars": 59, "last_update": "2024-04-08 20:15:29" }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { @@ -2168,7 +2168,7 @@ "last_update": "2024-02-06 15:43:43" }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 87, + "stars": 89, "last_update": "2024-02-11 10:08:19" }, "https://github.com/DonBaronFactory/ComfyUI-Cre8it-Nodes": { @@ -2184,7 +2184,7 @@ "last_update": "2024-02-08 21:25:17" }, "https://github.com/mbrostami/ComfyUI-HF": { - "stars": 7, + "stars": 8, "last_update": "2024-02-11 00:03:26" }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { @@ -2272,7 +2272,7 @@ "last_update": "2024-02-26 15:43:54" }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { - "stars": 31, + "stars": 32, "last_update": "2024-03-29 07:06:45" }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { @@ -2360,7 +2360,7 @@ "last_update": "2024-03-01 07:25:27" }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1018, + "stars": 1027, "last_update": "2024-03-09 21:16:31" }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { @@ -2444,11 +2444,11 @@ "last_update": "2024-03-23 17:33:44" }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { - "stars": 23, + "stars": 22, "last_update": "2024-03-09 00:02:47" }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { - "stars": 66, + "stars": 68, "last_update": "2024-04-02 23:29:14" }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { @@ -2488,7 +2488,7 @@ "last_update": "2024-03-13 08:26:09" }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 94, + "stars": 96, "last_update": "2024-04-07 08:43:30" }, "https://github.com/dmMaze/sketch2manga": { @@ -2553,10 +2553,10 @@ }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 16, - "last_update": "2024-04-11 10:52:25" + "last_update": "2024-04-11 20:06:09" }, "https://github.com/viperyl/ComfyUI-BiRefNet": { - "stars": 115, + "stars": 116, "last_update": "2024-03-25 11:02:49" }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { @@ -2573,7 +2573,7 @@ }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 2, - "last_update": "2024-04-02 04:15:50" + "last_update": "2024-04-12 09:13:05" }, "https://github.com/shinich39/comfyui-load-image-39": { "stars": 2, @@ -2588,7 +2588,7 @@ "last_update": "2024-04-06 16:22:09" }, "https://github.com/zombieyang/sd-ppp": { - "stars": 3, + "stars": 4, "last_update": "2024-03-30 03:24:34" }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { @@ -2608,7 +2608,7 @@ "last_update": "2024-04-10 15:00:33" }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 232, + "stars": 234, "last_update": "2024-04-06 09:25:46" }, "https://github.com/ParisNeo/lollms_nodes_suite": { @@ -2640,7 +2640,7 @@ "last_update": "2024-04-01 01:32:04" }, "https://github.com/kijai/ComfyUI-APISR": { - "stars": 43, + "stars": 44, "last_update": "2024-04-01 21:37:50" }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { @@ -2648,15 +2648,15 @@ "last_update": "2024-04-01 10:47:39" }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 31658, - "last_update": "2024-04-11 13:20:18" + "stars": 31729, + "last_update": "2024-04-12 07:56:00" }, "https://github.com/chaojie/ComfyUI-MuseV": { - "stars": 52, + "stars": 53, "last_update": "2024-04-04 02:07:29" }, "https://github.com/kijai/ComfyUI-DiffusionLight": { - "stars": 40, + "stars": 41, "last_update": "2024-04-02 19:18:34" }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { @@ -2676,7 +2676,7 @@ "last_update": "2024-04-05 06:07:22" }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { - "stars": 100, + "stars": 101, "last_update": "2024-04-07 12:46:36" }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { @@ -2709,11 +2709,11 @@ }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 45, - "last_update": "2024-04-09 12:48:22" + "last_update": "2024-04-11 16:13:44" }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 1, - "last_update": "2024-04-09 10:16:43" + "last_update": "2024-04-12 10:36:33" }, "https://github.com/shinich39/comfyui-text-pipe-39": { "stars": 2, @@ -2732,11 +2732,11 @@ "last_update": "2024-04-08 01:03:56" }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { - "stars": 21, + "stars": 27, "last_update": "2024-04-09 00:51:04" }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 9, + "stars": 10, "last_update": "2024-04-08 11:29:40" }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { @@ -2749,10 +2749,10 @@ }, "https://github.com/abdozmantar/ComfyUI-InstaSwap": { "stars": 29, - "last_update": "2024-04-07 22:43:03" + "last_update": "2024-04-12 10:38:20" }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { - "stars": 10, + "stars": 11, "last_update": "2024-04-11 09:20:37" }, "https://github.com/AIFSH/ComfyUI-UVR5": { @@ -2760,23 +2760,23 @@ "last_update": "2024-04-11 02:23:39" }, "https://github.com/CapsAdmin/ComfyUI-Euler-Smea-Dyn-Sampler": { - "stars": 11, + "stars": 10, "last_update": "2024-04-11 06:02:15" }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 1, - "last_update": "2024-04-09 11:11:06" + "last_update": "2024-04-12 11:13:45" }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { - "stars": 3, + "stars": 4, "last_update": "2024-04-11 07:38:35" }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { - "stars": 48, - "last_update": "2024-04-11 09:15:47" + "stars": 54, + "last_update": "2024-04-11 21:46:01" }, "https://github.com/ExponentialML/ComfyUI_ELLA": { - "stars": 57, + "stars": 74, "last_update": "2024-04-10 09:41:57" }, "https://github.com/choey/Comfy-Topaz": { @@ -2788,8 +2788,8 @@ "last_update": "2024-04-08 06:32:13" }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { - "stars": 2, - "last_update": "2024-04-11 11:18:30" + "stars": 4, + "last_update": "2024-04-11 15:56:49" }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 4, @@ -2800,7 +2800,7 @@ "last_update": "2024-04-10 23:52:52" }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { - "stars": 2, + "stars": 4, "last_update": "2024-04-11 06:30:57" }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { @@ -2810,5 +2810,21 @@ "https://github.com/wandbrandon/comfyui-pixel": { "stars": 3, "last_update": "2024-04-10 22:23:36" + }, + "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { + "stars": 1, + "last_update": "2024-04-11 06:20:34" + }, + "https://github.com/nullquant/ComfyUI-BrushNet": { + "stars": 27, + "last_update": "2024-04-12 08:59:28" + }, + "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { + "stars": 77, + "last_update": "2024-04-12 01:53:00" + }, + "https://github.com/pamparamm/sd-perturbed-attention": { + "stars": 6, + "last_update": "2024-04-12 02:02:23" } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 65fd86c..a05591c 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "bruce007lee", + "title": "comfyui-cleaner", + "reference": "https://github.com/bruce007lee/comfyui-cleaner", + "files": [ + "https://github.com/bruce007lee/comfyui-cleaner" + ], + "install_type": "git-clone", + "description": "Nodes:cleaner" + }, { "author": "ExponentialML", "title": "ComfyUI_LiveDirector (WIP)", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index e1ffd6b..c2d5d30 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -21,6 +21,26 @@ "install_type": "git-clone", "description": "Perturbed-Attention Guidance node for ComfyUI." }, + { + "author": "kale4eat", + "title": "ComfyUI-speech-dataset-toolkit", + "reference": "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit", + "files": [ + "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit" + ], + "install_type": "git-clone", + "description": "Basic audio tools using torchaudio for ComfyUI. It is assumed to assist in the speech dataset creation for ASR, TTS, etc." + }, + { + "author": "nullquant", + "title": "ComfyUI-BrushNet", + "reference": "https://github.com/nullquant/ComfyUI-BrushNet", + "files": [ + "https://github.com/nullquant/ComfyUI-BrushNet" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI allow to inpaint using Brushnet: '[a/BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion](https://arxiv.org/abs/2403.06976)'." + }, { "author": "logtd", "title": "ComfyUI-RAVE Attention", @@ -671,36 +691,6 @@ ], "install_type": "git-clone", "description": "The main node makes your conditioning go towards similar concepts so to enrich your composition or further away so to make it more precise. It gathers similar pre-cond vectors for as long as the cosine similarity score diminishes. If it climbs back it stops. This allows to set a relative direction to similar concepts.\nThere are examples at the end but [a/you can also check this imgur album](https://imgur.com/a/WvPd81Y) which demonstrates the capability of improving variety." - }, - { - "author": "chaojie", - "title": "ComfyUI-Img2Img-Turbo", - "reference": "https://github.com/chaojie/ComfyUI-Img2Img-Turbo", - "files": [ - "https://github.com/chaojie/ComfyUI-Img2Img-Turbo" - ], - "install_type": "git-clone", - "description": "ComfyUI Img2Img-Turbo" - }, - { - "author": "kijai", - "title": "Geowizard depth and normal estimation in ComfyUI", - "reference": "https://github.com/kijai/ComfyUI-Geowizard", - "files": [ - "https://github.com/kijai/ComfyUI-Geowizard" - ], - "install_type": "git-clone", - "description": "This is a diffusers (0.27.2) wrapper node for Geowizard: [https://github.com/fuxiao0719/GeoWizard]. The model is autodownloaded from Hugginface to ComfyUI/models/diffusers/geowizard" - }, - { - "author": "SuperBeastsAI", - "title": "ComfyUI-SuperBeasts", - "reference": "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts", - "files": [ - "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts" - ], - "install_type": "git-clone", - "description": "Nodes:HDR Effects (SuperBeasts.AI). This repository contains custom nodes for ComfyUI created and used by SuperBeasts.AI (@SuperBeasts.AI on Instagram)" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 1d6b9ac..50acb99 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4910,11 +4910,14 @@ ], "https://github.com/blepping/ComfyUI-bleh": [ [ + "BlehBlockOps", "BlehDeepShrink", "BlehDiscardPenultimateSigma", "BlehForceSeedSampler", "BlehHyperTile", "BlehInsaneChainSampler", + "BlehLatentOps", + "BlehLatentScaleBy", "BlehModelPatchConditional", "BlehRefinerAfter" ], @@ -5662,6 +5665,7 @@ "chaosaiart_lora", "chaosaiart_lora_advanced", "chaosaiart_main_Prompt", + "chaosaiart_merge_Folders", "chaosaiart_oneNode", "chaosaiart_reloadAny_Load", "chaosaiart_reloadAny_Save", @@ -7258,6 +7262,9 @@ ], "https://github.com/hay86/ComfyUI_AceNodes": [ [ + "ACE_AudioLoad", + "ACE_AudioPlay", + "ACE_AudioSave", "ACE_Float", "ACE_ImageConstrain", "ACE_ImageRemoveBackground", @@ -7281,8 +7288,7 @@ ], "https://github.com/hay86/ComfyUI_Dreamtalk": [ [ - "D_DreamTalk", - "D_LoadAudio" + "D_DreamTalk" ], { "title_aux": "ComfyUI Dreamtalk" @@ -7704,6 +7710,60 @@ "title_aux": "ComfyUI_demucus" } ], + "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": [ + [ + "SDT_AudioProperty", + "SDT_ConcatAudio", + "SDT_CutAudio", + "SDT_DemucsApply", + "SDT_DemucsLoader", + "SDT_FasterWhisperListSegments", + "SDT_FasterWhisperLoader", + "SDT_FasterWhisperSegmentProperty", + "SDT_FasterWhisperTextFromSegments", + "SDT_FasterWhisperTranscribe", + "SDT_GriffinLim", + "SDT_JoinAudio", + "SDT_LFCC", + "SDT_LoadAudio", + "SDT_LoadAudios", + "SDT_MFCC", + "SDT_MakeSilenceAudio", + "SDT_MelSpectrogram", + "SDT_NemoAsrListSegments", + "SDT_NemoAsrListSubwords", + "SDT_NemoAsrLoader", + "SDT_NemoAsrSegmentProperty", + "SDT_NemoAsrSubwordProperty", + "SDT_NemoAsrTranscribe", + "SDT_NueAsrLoader", + "SDT_NueAsrTranscribe", + "SDT_PlayAudio", + "SDT_PlotMelFilterBank", + "SDT_PlotPitch", + "SDT_PlotSpecgram", + "SDT_PlotSpectrogram", + "SDT_PlotWaveForm", + "SDT_ResampleAudio", + "SDT_SaveAudio", + "SDT_SaveAudioWithSequentialNumbering", + "SDT_SilenceAudio", + "SDT_SileroVADApply", + "SDT_SileroVADCollectChunks", + "SDT_SileroVADListTimestamps", + "SDT_SileroVADLoader", + "SDT_SileroVADTimestampProperty", + "SDT_Spectrogram", + "SDT_SpeechMOSLoader", + "SDT_SpeechMOSScore", + "SDT_SplitAudio", + "SDT_TrimAudio", + "SDT_TrimAudioBySample" + ], + { + "title_aux": "ComfyUI-speech-dataset-toolkit" + } + ], "https://github.com/kale4eat/ComfyUI-string-util": [ [ "string_util_Str", @@ -9136,6 +9196,21 @@ "title_aux": "ntdviet/comfyui-ext" } ], + "https://github.com/nullquant/ComfyUI-BrushNet": [ + [ + "BlendInpaint", + "BrushNetInpaint", + "BrushNetLoader", + "BrushNetPipeline" + ], + { + "author": "nullquant", + "description": "This repository contains an custom nodes for inpaint using BrushNet and PowerPaint models", + "nickname": "BrushName nodes", + "title": "BrushNet", + "title_aux": "ComfyUI-BrushNet" + } + ], "https://github.com/olduvai-jp/ComfyUI-HfLoader": [ [ "Lora Loader From HF" @@ -9251,6 +9326,14 @@ "title_aux": "Image Resize for ComfyUI" } ], + "https://github.com/pamparamm/sd-perturbed-attention": [ + [ + "PerturbedAttention" + ], + { + "title_aux": "Perturbed-Attention Guidance" + } + ], "https://github.com/pants007/comfy-pants": [ [ "CLIPTextEncodeAIO",