update DB

This commit is contained in:
Dr.Lt.Data
2025-05-21 00:03:10 +09:00
parent d3c625e791
commit 416122d61d
7 changed files with 428 additions and 28 deletions

View File

@@ -31,6 +31,46 @@
"install_type": "git-clone",
"description": "ComfyUI-MoviiGen is now available in ComfyUI, MoviiGen 1.1 is a cutting-edge video generation model that excels in cinematic aesthetics and visual quality."
},
{
"author": "Jannled",
"title": "OWL-ViT ComfyUI",
"reference": "https://github.com/Jannled/owl-vit-comfyui",
"files": [
"https://github.com/Jannled/owl-vit-comfyui"
],
"install_type": "git-clone",
"description": "ComfyUI Nodes for OWL-ViT / OWLv2 using the HuggingFace Transformers implementation"
},
{
"author": "1038lab",
"title": "ComfyUI-LBM",
"reference": "https://github.com/1038lab/ComfyUI-LBM",
"files": [
"https://github.com/1038lab/ComfyUI-LBM"
],
"install_type": "git-clone",
"description": "A ComfyUI implementation of Latent Bridge Matching (LBM) for efficient image relighting. This node utilizes the LBM algorithm to perform single-step image-to-image translation specifically for relighting tasks."
},
{
"author": "thedivergentai",
"title": "Divergent Nodes",
"reference": "https://github.com/thedivergentai/divergent_nodes",
"files": [
"https://github.com/thedivergentai/divergent_nodes"
],
"install_type": "git-clone",
"description": "This repository contains a collection of custom nodes for ComfyUI designed to integrate external AI models, provide utilities, and enable advanced workflows."
},
{
"author": "mw",
"title": "ComfyUI_parakeet-tdt",
"reference": "https://github.com/billwuhao/ComfyUI_parakeet-tdt",
"files": [
"https://github.com/billwuhao/ComfyUI_parakeet-tdt"
],
"install_type": "git-clone",
"description": "parakeet-tdt-0.6b-v2: Automatic speech recognition (ASR) model designed for high-quality English transcription, featuring support for punctuation, capitalization, and accurate timestamp prediction."
},
{
"author": "jqy-yo",
"title": "BBoxLowerMask2",
@@ -53,15 +93,35 @@
"description": "This custom node for ComfyUI allows you to test combinations of samplers and schedulers. It generates a batch of generated images(latents), as well as RGB images, each one annotated with the specific combination used, performance timing, and several image quality metrics (Laplacian Variance, Gradient Mean, FFT-based sharpness) for our internal usage, but kept as they could may be useful for others to."
},
{
"author": "2frames.app",
"title": "AQnodes for ComfyUI",
"id": "AQnodes",
"reference": "https://github.com/2frames/ComfyUI-AQnodes",
"files": [
"https://github.com/2frames/ComfyUI-AQnodes"
],
"install_type": "git-clone",
"description": "Nodes for ComfyUI, mostly for llm calling and automatizing pulid multiface."
"author": "2frames.app",
"title": "AQnodes for ComfyUI",
"id": "AQnodes",
"reference": "https://github.com/2frames/ComfyUI-AQnodes",
"files": [
"https://github.com/2frames/ComfyUI-AQnodes"
],
"install_type": "git-clone",
"description": "Nodes for ComfyUI, mostly for llm calling and automatizing pulid multiface."
},
{
"author": "BigWhiteFly",
"title": "ComfyUI-ImageConcat",
"reference": "https://github.com/BigWhiteFly/ComfyUI-ImageConcat",
"files": [
"https://github.com/BigWhiteFly/ComfyUI-ImageConcat"
],
"install_type": "git-clone",
"description": "concatenate all images in floders, concatenate caption txt files for trainning loras."
},
{
"author": "skycoder",
"title": "Filename Tools",
"reference": "https://github.com/skycoder182/comfyui-filename-tools",
"files": [
"https://github.com/skycoder182/comfyui-filename-tools"
],
"install_type": "git-clone",
"description": "A utility node for extracting and trimming filenames from file paths"
},
{
"author": "ShmuelRonen",

View File

@@ -67,6 +67,14 @@
"title_aux": "ComfyUI-EdgeTTS"
}
],
"https://github.com/1038lab/ComfyUI-LBM": [
[
"LBM_Relighting"
],
{
"title_aux": "ComfyUI-LBM"
}
],
"https://github.com/1038lab/ComfyUI-MegaTTS": [
[
"MegaTTS3",
@@ -302,6 +310,18 @@
"title_aux": "ComfyUI VIDU"
}
],
"https://github.com/2frames/ComfyUI-AQnodes": [
[
"AQ_Gemini",
"AQ_MasksAndImagesAsList",
"AQ_Qwen",
"AQ_QwenLoader",
"AQ_multiface_ApplyPulidFlux"
],
{
"title_aux": "AQnodes for ComfyUI"
}
],
"https://github.com/2kpr/ComfyUI-PMRF": [
[
"PMRF"
@@ -2377,6 +2397,14 @@
"title_aux": "ComfyUi-RescaleCFGAdvanced"
}
],
"https://github.com/BigWhiteFly/ComfyUI-ImageConcat": [
[
"ImageConcatenateBatchWithTxt"
],
{
"title_aux": "ComfyUI-ImageConcat"
}
],
"https://github.com/Billius-AI/ComfyUI-Path-Helper": [
[
"Add File Name Prefix",
@@ -5504,6 +5532,14 @@
"title_aux": "ComfyUI-Ruyi"
}
],
"https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": [
[
"SamplerSchedulerMetricsTester"
],
{
"title_aux": "Sampler Scheduler Metrics Tester for ComfyUI"
}
],
"https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": [
[
"SimpleStringRepository",
@@ -5953,6 +5989,16 @@
"title_aux": "ComfyUI-J"
}
],
"https://github.com/Jannled/owl-vit-comfyui": [
[
"OWL_BBox_Visualizer",
"OWL_Load_Model",
"OWL_Objectness_Inference"
],
{
"title_aux": "OWL-ViT ComfyUI"
}
],
"https://github.com/JaredTherriault/ComfyUI-JNodes": [
[
"JNodes_AddOrSetMetaDataKey",
@@ -15527,6 +15573,14 @@
"title_aux": "MW-ComfyUI_gemmax"
}
],
"https://github.com/billwuhao/ComfyUI_parakeet-tdt": [
[
"ParakeetASRRun"
],
{
"title_aux": "ComfyUI_parakeet-tdt"
}
],
"https://github.com/bitaffinity/ComfyUI_HF_Inference": [
[
"Classification",
@@ -23651,6 +23705,14 @@
"title_aux": "ComfyUI Touchpad Scroll Controller"
}
],
"https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": [
[
"BBoxLowerMask2"
],
{
"title_aux": "BBoxLowerMask2"
}
],
"https://github.com/jroc22/ComfyUI-CSV-prompt-builder": [
[
"BuildPromptFromCSV"
@@ -31244,6 +31306,14 @@
"title_aux": "ComfyUI-Coziness"
}
],
"https://github.com/skycoder182/comfyui-filename-tools": [
[
"ExtractAndTrimFilename"
],
{
"title_aux": "Filename Tools"
}
],
"https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": [
[
"SmartFormatString",
@@ -32525,6 +32595,18 @@
"title_aux": "ComfyUI Stable Video Diffusion"
}
],
"https://github.com/thedivergentai/divergent_nodes": [
[
"CLIPTokenCounter",
"GeminiNode",
"KoboldCppApiNode",
"LoraStrengthXYPlot",
"SaveImageEnhancedNode"
],
{
"title_aux": "Divergent Nodes"
}
],
"https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": [
[
"FaceCalloutEffect",