Browse Source

update DB

pull/560/head
Dr.Lt.Data 7 months ago
parent
commit
31f9c8795f
  1. 22
      custom-node-list.json
  2. 87
      extension-node-map.json
  3. 348
      github-stats.json
  4. 10
      node_db/dev/custom-node-list.json
  5. 50
      node_db/new/custom-node-list.json
  6. 87
      node_db/new/extension-node-map.json

22
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."
},

87
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",

348
github-stats.json

File diff suppressed because it is too large Load Diff

10
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)",

50
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)"
}
]
}

87
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",

Loading…
Cancel
Save