update DB

This commit is contained in:
Dr.Lt.Data 2025-07-07 12:59:28 +09:00
parent 2595cc5ed7
commit f45649bd25
6 changed files with 2303 additions and 2213 deletions

View File

@ -22976,6 +22976,16 @@
"install_type": "git-clone",
"description": "A powerful audio generation extension for ComfyUI that integrates AudioX models for high-quality audio synthesis from text and video inputs."
},
{
"author": "lum3on",
"title": "ComfyUI Midjourney Scraper Node",
"reference": "https://github.com/lum3on/ComfyUI_MJ-Scraper",
"files": [
"https://github.com/lum3on/ComfyUI_MJ-Scraper"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to scrape and download images and videos from the Midjourney showcase pages. It uses undetected_chromedriver to bypass anti-scraping measures, but requires session cookies from a logged-in browser session to function correctly."
},
{
"author": "austinbrown34",
"title": "ComfyUI-IO-Helpers",
@ -27041,6 +27051,16 @@
"install_type": "git-clone",
"description": "This project offers a collection of custom nodes for ComfyUI, dedicated to creating hexadecimal color palettes"
},
{
"author": "orion4d",
"title": "Display Image with Mask for ComfyUI",
"reference": "https://github.com/orion4d/ComfyUI_image-display",
"files": [
"https://github.com/orion4d/ComfyUI_image-display"
],
"install_type": "git-clone",
"description": "This repository contains a versatile custom node for ComfyUI, Display Image with Mask, designed to offer advanced image viewing, masking, and saving capabilities directly within your workflow."
},
{
"author": "aiaiaikkk",
"title": "ComfyUI-Curve",

View File

@ -3235,7 +3235,10 @@
"https://github.com/ChenDarYen/ComfyUI-NAG": [
[
"KSamplerWithNAG",
"NAGCFGGuider"
"KSamplerWithNAG (Advanced)",
"NAGCFGGuider",
"NAGGuider",
"SamplerCustomWithNAG"
],
{
"title_aux": "ComfyUI-NAG"
@ -19429,6 +19432,7 @@
"OpenAIProviderNode",
"PreviewOutputs",
"PromptManager",
"ResolutionSelector",
"SunoProviderSelector",
"SwitchAny"
],
@ -21280,13 +21284,12 @@
"AudioListGenerator",
"AudioToFrameCount",
"CeilDivide",
"ChineseConverterNode",
"FrameMatch",
"LoadVideoPath",
"MergeVideoFilename",
"NumberListGenerator",
"PromptListGenerator",
"SaveVideoPath",
"TimestampToLrcNode"
"SaveVideoPath"
],
{
"title_aux": "ComfyUI-ListHelper"
@ -21879,6 +21882,7 @@
],
"https://github.com/fblissjr/shrug-prompter": [
[
"JSONStringToList",
"PromptTemplateLoader_Shrug",
"ShrugMaskUtilities",
"ShrugPrompter",
@ -29587,6 +29591,14 @@
"title_aux": "ComfyUI-AudioX"
}
],
"https://github.com/lum3on/ComfyUI_MJ-Scraper": [
[
"MJScraper"
],
{
"title_aux": "ComfyUI Midjourney Scraper Node"
}
],
"https://github.com/lum3on/comfyui_EdgeTAM": [
[
"EdgeTAMVideoTracker",
@ -31785,6 +31797,14 @@
"title_aux": "ComfyUI_extract_imag"
}
],
"https://github.com/orion4d/ComfyUI_image-display": [
[
"DisplayImageWithMask"
],
{
"title_aux": "Display Image with Mask for ComfyUI"
}
],
"https://github.com/orion4d/ComfyUI_pdf_nodes": [
[
"PDFExtractTextFromPages",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "orion4d",
"title": "Display Image with Mask for ComfyUI",
"reference": "https://github.com/orion4d/ComfyUI_image-display",
"files": [
"https://github.com/orion4d/ComfyUI_image-display"
],
"install_type": "git-clone",
"description": "This repository contains a versatile custom node for ComfyUI, Display Image with Mask, designed to offer advanced image viewing, masking, and saving capabilities directly within your workflow."
},
{
"author": "lum3on",
"title": "ComfyUI Midjourney Scraper Node",
"reference": "https://github.com/lum3on/ComfyUI_MJ-Scraper",
"files": [
"https://github.com/lum3on/ComfyUI_MJ-Scraper"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to scrape and download images and videos from the Midjourney showcase pages. It uses undetected_chromedriver to bypass anti-scraping measures, but requires session cookies from a logged-in browser session to function correctly."
},
{
"author": "fblissjr",
"title": "Shrug-Prompter: Unified VLM Integration for ComfyUI",

View File

@ -3235,7 +3235,10 @@
"https://github.com/ChenDarYen/ComfyUI-NAG": [
[
"KSamplerWithNAG",
"NAGCFGGuider"
"KSamplerWithNAG (Advanced)",
"NAGCFGGuider",
"NAGGuider",
"SamplerCustomWithNAG"
],
{
"title_aux": "ComfyUI-NAG"
@ -19429,6 +19432,7 @@
"OpenAIProviderNode",
"PreviewOutputs",
"PromptManager",
"ResolutionSelector",
"SunoProviderSelector",
"SwitchAny"
],
@ -21280,13 +21284,12 @@
"AudioListGenerator",
"AudioToFrameCount",
"CeilDivide",
"ChineseConverterNode",
"FrameMatch",
"LoadVideoPath",
"MergeVideoFilename",
"NumberListGenerator",
"PromptListGenerator",
"SaveVideoPath",
"TimestampToLrcNode"
"SaveVideoPath"
],
{
"title_aux": "ComfyUI-ListHelper"
@ -21879,6 +21882,7 @@
],
"https://github.com/fblissjr/shrug-prompter": [
[
"JSONStringToList",
"PromptTemplateLoader_Shrug",
"ShrugMaskUtilities",
"ShrugPrompter",
@ -29587,6 +29591,14 @@
"title_aux": "ComfyUI-AudioX"
}
],
"https://github.com/lum3on/ComfyUI_MJ-Scraper": [
[
"MJScraper"
],
{
"title_aux": "ComfyUI Midjourney Scraper Node"
}
],
"https://github.com/lum3on/comfyui_EdgeTAM": [
[
"EdgeTAMVideoTracker",
@ -31785,6 +31797,14 @@
"title_aux": "ComfyUI_extract_imag"
}
],
"https://github.com/orion4d/ComfyUI_image-display": [
[
"DisplayImageWithMask"
],
{
"title_aux": "Display Image with Mask for ComfyUI"
}
],
"https://github.com/orion4d/ComfyUI_pdf_nodes": [
[
"PDFExtractTextFromPages",