mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
update DB
This commit is contained in:
parent
2595cc5ed7
commit
f45649bd25
@ -22976,6 +22976,16 @@
|
|||||||
"install_type": "git-clone",
|
"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."
|
"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",
|
"author": "austinbrown34",
|
||||||
"title": "ComfyUI-IO-Helpers",
|
"title": "ComfyUI-IO-Helpers",
|
||||||
@ -27041,6 +27051,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This project offers a collection of custom nodes for ComfyUI, dedicated to creating hexadecimal color palettes"
|
"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",
|
"author": "aiaiaikkk",
|
||||||
"title": "ComfyUI-Curve",
|
"title": "ComfyUI-Curve",
|
||||||
|
|||||||
@ -3235,7 +3235,10 @@
|
|||||||
"https://github.com/ChenDarYen/ComfyUI-NAG": [
|
"https://github.com/ChenDarYen/ComfyUI-NAG": [
|
||||||
[
|
[
|
||||||
"KSamplerWithNAG",
|
"KSamplerWithNAG",
|
||||||
"NAGCFGGuider"
|
"KSamplerWithNAG (Advanced)",
|
||||||
|
"NAGCFGGuider",
|
||||||
|
"NAGGuider",
|
||||||
|
"SamplerCustomWithNAG"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-NAG"
|
"title_aux": "ComfyUI-NAG"
|
||||||
@ -19429,6 +19432,7 @@
|
|||||||
"OpenAIProviderNode",
|
"OpenAIProviderNode",
|
||||||
"PreviewOutputs",
|
"PreviewOutputs",
|
||||||
"PromptManager",
|
"PromptManager",
|
||||||
|
"ResolutionSelector",
|
||||||
"SunoProviderSelector",
|
"SunoProviderSelector",
|
||||||
"SwitchAny"
|
"SwitchAny"
|
||||||
],
|
],
|
||||||
@ -21280,13 +21284,12 @@
|
|||||||
"AudioListGenerator",
|
"AudioListGenerator",
|
||||||
"AudioToFrameCount",
|
"AudioToFrameCount",
|
||||||
"CeilDivide",
|
"CeilDivide",
|
||||||
"ChineseConverterNode",
|
"FrameMatch",
|
||||||
"LoadVideoPath",
|
"LoadVideoPath",
|
||||||
"MergeVideoFilename",
|
"MergeVideoFilename",
|
||||||
"NumberListGenerator",
|
"NumberListGenerator",
|
||||||
"PromptListGenerator",
|
"PromptListGenerator",
|
||||||
"SaveVideoPath",
|
"SaveVideoPath"
|
||||||
"TimestampToLrcNode"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ListHelper"
|
"title_aux": "ComfyUI-ListHelper"
|
||||||
@ -21879,6 +21882,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/fblissjr/shrug-prompter": [
|
"https://github.com/fblissjr/shrug-prompter": [
|
||||||
[
|
[
|
||||||
|
"JSONStringToList",
|
||||||
"PromptTemplateLoader_Shrug",
|
"PromptTemplateLoader_Shrug",
|
||||||
"ShrugMaskUtilities",
|
"ShrugMaskUtilities",
|
||||||
"ShrugPrompter",
|
"ShrugPrompter",
|
||||||
@ -29587,6 +29591,14 @@
|
|||||||
"title_aux": "ComfyUI-AudioX"
|
"title_aux": "ComfyUI-AudioX"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/lum3on/ComfyUI_MJ-Scraper": [
|
||||||
|
[
|
||||||
|
"MJScraper"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Midjourney Scraper Node"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/lum3on/comfyui_EdgeTAM": [
|
"https://github.com/lum3on/comfyui_EdgeTAM": [
|
||||||
[
|
[
|
||||||
"EdgeTAMVideoTracker",
|
"EdgeTAMVideoTracker",
|
||||||
@ -31785,6 +31797,14 @@
|
|||||||
"title_aux": "ComfyUI_extract_imag"
|
"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": [
|
"https://github.com/orion4d/ComfyUI_pdf_nodes": [
|
||||||
[
|
[
|
||||||
"PDFExtractTextFromPages",
|
"PDFExtractTextFromPages",
|
||||||
|
|||||||
3256
github-stats.json
3256
github-stats.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,25 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"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",
|
"author": "fblissjr",
|
||||||
"title": "Shrug-Prompter: Unified VLM Integration for ComfyUI",
|
"title": "Shrug-Prompter: Unified VLM Integration for ComfyUI",
|
||||||
|
|||||||
@ -3235,7 +3235,10 @@
|
|||||||
"https://github.com/ChenDarYen/ComfyUI-NAG": [
|
"https://github.com/ChenDarYen/ComfyUI-NAG": [
|
||||||
[
|
[
|
||||||
"KSamplerWithNAG",
|
"KSamplerWithNAG",
|
||||||
"NAGCFGGuider"
|
"KSamplerWithNAG (Advanced)",
|
||||||
|
"NAGCFGGuider",
|
||||||
|
"NAGGuider",
|
||||||
|
"SamplerCustomWithNAG"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-NAG"
|
"title_aux": "ComfyUI-NAG"
|
||||||
@ -19429,6 +19432,7 @@
|
|||||||
"OpenAIProviderNode",
|
"OpenAIProviderNode",
|
||||||
"PreviewOutputs",
|
"PreviewOutputs",
|
||||||
"PromptManager",
|
"PromptManager",
|
||||||
|
"ResolutionSelector",
|
||||||
"SunoProviderSelector",
|
"SunoProviderSelector",
|
||||||
"SwitchAny"
|
"SwitchAny"
|
||||||
],
|
],
|
||||||
@ -21280,13 +21284,12 @@
|
|||||||
"AudioListGenerator",
|
"AudioListGenerator",
|
||||||
"AudioToFrameCount",
|
"AudioToFrameCount",
|
||||||
"CeilDivide",
|
"CeilDivide",
|
||||||
"ChineseConverterNode",
|
"FrameMatch",
|
||||||
"LoadVideoPath",
|
"LoadVideoPath",
|
||||||
"MergeVideoFilename",
|
"MergeVideoFilename",
|
||||||
"NumberListGenerator",
|
"NumberListGenerator",
|
||||||
"PromptListGenerator",
|
"PromptListGenerator",
|
||||||
"SaveVideoPath",
|
"SaveVideoPath"
|
||||||
"TimestampToLrcNode"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ListHelper"
|
"title_aux": "ComfyUI-ListHelper"
|
||||||
@ -21879,6 +21882,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/fblissjr/shrug-prompter": [
|
"https://github.com/fblissjr/shrug-prompter": [
|
||||||
[
|
[
|
||||||
|
"JSONStringToList",
|
||||||
"PromptTemplateLoader_Shrug",
|
"PromptTemplateLoader_Shrug",
|
||||||
"ShrugMaskUtilities",
|
"ShrugMaskUtilities",
|
||||||
"ShrugPrompter",
|
"ShrugPrompter",
|
||||||
@ -29587,6 +29591,14 @@
|
|||||||
"title_aux": "ComfyUI-AudioX"
|
"title_aux": "ComfyUI-AudioX"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/lum3on/ComfyUI_MJ-Scraper": [
|
||||||
|
[
|
||||||
|
"MJScraper"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Midjourney Scraper Node"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/lum3on/comfyui_EdgeTAM": [
|
"https://github.com/lum3on/comfyui_EdgeTAM": [
|
||||||
[
|
[
|
||||||
"EdgeTAMVideoTracker",
|
"EdgeTAMVideoTracker",
|
||||||
@ -31785,6 +31797,14 @@
|
|||||||
"title_aux": "ComfyUI_extract_imag"
|
"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": [
|
"https://github.com/orion4d/ComfyUI_pdf_nodes": [
|
||||||
[
|
[
|
||||||
"PDFExtractTextFromPages",
|
"PDFExtractTextFromPages",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user