mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
16780f91a3
commit
962ba0b358
@ -19423,7 +19423,7 @@
|
||||
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The ultimate openpose render node for ComfyUI with flexible input, output and adjustment."
|
||||
"description": "Enhanced features with flexible choice of inputs and outputs, fine control for pose plotting, freedom to composite poses and fast local pose editting."
|
||||
},
|
||||
{
|
||||
"author": "westNeighbor",
|
||||
@ -19996,6 +19996,29 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "TinySanaPreview is a custom ComfyUI node that implements real-time previews during generation for Sana diffusion models."
|
||||
},
|
||||
{
|
||||
"author": "huixingyun",
|
||||
"title": "ComfyUI-HX-Captioner",
|
||||
"reference": "https://github.com/huixingyun/ComfyUI-HX-Captioner",
|
||||
"files": [
|
||||
"https://github.com/huixingyun/ComfyUI-HX-Captioner"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI plugin library based on [a/https://github.com/stavsap/comfyui-ollama](https://github.com/stavsap/comfyui-ollama), with the Ollama cluster provided by Huixingyun."
|
||||
},
|
||||
{
|
||||
"author": "bradsec",
|
||||
"title": "ComfyUI_StringEssentials",
|
||||
"reference": "https://github.com/bradsec/ComfyUI_StringEssentials",
|
||||
"files": [
|
||||
"https://github.com/bradsec/ComfyUI_StringEssentials"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Essential string manipulation nodes for ComfyUI."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2926,8 +2926,8 @@
|
||||
"FluxPro_TOGETHER",
|
||||
"GenerateImage_VENICE",
|
||||
"GenerateText_VENICE",
|
||||
"testaaaaa",
|
||||
"testaaaaa2"
|
||||
"UpscaleImage_VENICE",
|
||||
"testaaaaa"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Venice-API"
|
||||
@ -11905,6 +11905,15 @@
|
||||
"title_aux": "ResolutionSelector for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/bradsec/ComfyUI_StringEssentials": [
|
||||
[
|
||||
"StringReplace",
|
||||
"StringStrip"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_StringEssentials"
|
||||
}
|
||||
],
|
||||
"https://github.com/braintacles/braintacles-comfyui-nodes": [
|
||||
[
|
||||
"CLIPTextEncodeSDXL-Multi-IO",
|
||||
@ -17008,6 +17017,14 @@
|
||||
"title_aux": "OpenPose Keypoint Extractor"
|
||||
}
|
||||
],
|
||||
"https://github.com/huixingyun/ComfyUI-HX-Captioner": [
|
||||
[
|
||||
"HXOllamaCaptioner"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-HX-Captioner"
|
||||
}
|
||||
],
|
||||
"https://github.com/hustille/ComfyUI_Fooocus_KSampler": [
|
||||
[
|
||||
"KSampler With Refiner (Fooocus)"
|
||||
|
||||
@ -4104,6 +4104,11 @@
|
||||
"last_update": "2024-07-07 12:15:49",
|
||||
"author_account_age_days": 3870
|
||||
},
|
||||
"https://github.com/bradsec/ComfyUI_StringEssentials": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-01-25 06:39:30",
|
||||
"author_account_age_days": 3871
|
||||
},
|
||||
"https://github.com/braintacles/braintacles-comfyui-nodes": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-07-31 15:01:52",
|
||||
@ -5704,6 +5709,11 @@
|
||||
"last_update": "2024-09-26 21:14:35",
|
||||
"author_account_age_days": 5855
|
||||
},
|
||||
"https://github.com/huixingyun/ComfyUI-HX-Captioner": {
|
||||
"stars": 1,
|
||||
"last_update": "2025-01-25 06:48:18",
|
||||
"author_account_age_days": 50
|
||||
},
|
||||
"https://github.com/humgate/simplecomfy": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-14 08:58:21",
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "sizzlebop",
|
||||
"title": "ComfyUI LLM Prompt Enhancer [WIP]",
|
||||
"reference": "https://github.com/sizzlebop/comfyui-llm-prompt-enhancer",
|
||||
"files": [
|
||||
"https://github.com/sizzlebop/comfyui-llm-prompt-enhancer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A powerful custom node for ComfyUI that enhances your prompts using various Language Learning Models (LLMs). This node supports multiple LLM providers and offers various enhancement styles to help you create better, more detailed prompts for image generation."
|
||||
},
|
||||
{
|
||||
"author": "a-One-Fan",
|
||||
"title": "ComfyUI-Blenderesque-Nodes [WIP]",
|
||||
|
||||
@ -4357,6 +4357,14 @@
|
||||
"title_aux": "ComfyUI_CheckPointLoader_Ext [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": [
|
||||
[
|
||||
"PromptEnhancer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI LLM Prompt Enhancer [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/smthemex/ComfyUI_MangaNinjia": [
|
||||
[
|
||||
"MangaNinjiaLoader",
|
||||
|
||||
@ -1624,6 +1624,11 @@
|
||||
"last_update": "2024-08-27 02:24:05",
|
||||
"author_account_age_days": 4332
|
||||
},
|
||||
"https://github.com/sizzlebop/comfyui-llm-prompt-enhancer": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-01-25 07:12:15",
|
||||
"author_account_age_days": 30
|
||||
},
|
||||
"https://github.com/smthemex/ComfyUI_MangaNinjia": {
|
||||
"stars": 28,
|
||||
"last_update": "2025-01-23 00:43:14",
|
||||
|
||||
@ -10,6 +10,26 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "bradsec",
|
||||
"title": "ComfyUI_StringEssentials",
|
||||
"reference": "https://github.com/bradsec/ComfyUI_StringEssentials",
|
||||
"files": [
|
||||
"https://github.com/bradsec/ComfyUI_StringEssentials"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Essential string manipulation nodes for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "huixingyun",
|
||||
"title": "ComfyUI-HX-Captioner",
|
||||
"reference": "https://github.com/huixingyun/ComfyUI-HX-Captioner",
|
||||
"files": [
|
||||
"https://github.com/huixingyun/ComfyUI-HX-Captioner"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI plugin library based on [a/https://github.com/stavsap/comfyui-ollama](https://github.com/stavsap/comfyui-ollama), with the Ollama cluster provided by Huixingyun."
|
||||
},
|
||||
{
|
||||
"author": "MontagenAI",
|
||||
"title": "ComfyUI-Montagen",
|
||||
@ -668,109 +688,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "SVFR is a unified framework for face video restoration that supports tasks such as BFR, Colorization, Inpainting,you can use it in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "westNeighbor",
|
||||
"title": "ComfyUI-ultimate-openpose-estimator",
|
||||
"reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator",
|
||||
"files": [
|
||||
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Super fast tensorrt performance with accuate pose estimation of dwpose model, giving the detecting threshold control, plus pose image render and pose json format output. Fine control for pose plotting."
|
||||
},
|
||||
{
|
||||
"author": "westNeighbor",
|
||||
"title": "ComfyUI-ultimate-openpose-estimator",
|
||||
"reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor",
|
||||
"files": [
|
||||
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Enhanced features with flexible choice of inputs and outputs, fine control for pose plotting, freedom to composite poses and fast local pose editting."
|
||||
},
|
||||
{
|
||||
"author": "r3dsd",
|
||||
"title": "Comfyui-Template-Loader",
|
||||
"reference": "https://github.com/r3dsd/comfyui-template-loader",
|
||||
"files": [
|
||||
"https://github.com/r3dsd/comfyui-template-loader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Easily Load Your Frequently Used Prompts in ComfyUI\nWith ComfyUI Template Loader, managing and reusing your favorite prompts has never been simpler. Save time and streamline your workflow by loading your go-to templates with just a few clicks!"
|
||||
},
|
||||
{
|
||||
"author": "amorano",
|
||||
"title": "Jovi_Measure",
|
||||
"id": "jovi_measure",
|
||||
"reference": "https://github.com/Amorano/Jovi_Measure",
|
||||
"files": [
|
||||
"https://github.com/Amorano/Jovi_Measure"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Image metrics nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "r3dsd",
|
||||
"title": "HommageTools for ComfyUI",
|
||||
"reference": "https://github.com/ArtHommage/HommageTools",
|
||||
"files": [
|
||||
"https://github.com/ArtHommage/HommageTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Entry point for HommageTools node collection for ComfyUI. Handles node registration, imports, and logging configuration."
|
||||
},
|
||||
{
|
||||
"author": "shahkoorosh",
|
||||
"title": "ComfyUI-PersianText",
|
||||
"reference": "https://github.com/shahkoorosh/ComfyUI-PersianText",
|
||||
"files": [
|
||||
"https://github.com/shahkoorosh/ComfyUI-PersianText"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A powerful ComfyUI node for rendering text with advanced styling options, including full support for Persian/Farsi and Arabic scripts."
|
||||
},
|
||||
{
|
||||
"author": "westNeighbor",
|
||||
"title": "ComfyUI-ultimate-openpose-render",
|
||||
"reference": "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render",
|
||||
"files": [
|
||||
"https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The ultimate openpose render node for ComfyUI with flexible input, output and adjustment."
|
||||
},
|
||||
{
|
||||
"author": "bubbliiiing",
|
||||
"title": "Video Generation Nodes for EasyAnimate",
|
||||
"id": "easyanimatenodes",
|
||||
"reference": "https://github.com/aigc-apps/EasyAnimate",
|
||||
"files": [
|
||||
"https://github.com/aigc-apps/EasyAnimate"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Video Generation Nodes for EasyAnimate, which suppors text-to-video, image-to-video, video-to-video and different controls."
|
||||
},
|
||||
{
|
||||
"author": "weilin9999",
|
||||
"title": "WeiLin-Comfyui-Tools",
|
||||
"id": "Comfyui-Tools",
|
||||
"reference": "https://github.com/weilin9999/WeiLin-Comfyui-Tools",
|
||||
"files": [
|
||||
"https://github.com/weilin9999/WeiLin-Comfyui-Tools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "quickly use the prompt word tool in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "Wenaka2004",
|
||||
"title": "ComfyUI-TagClassifier",
|
||||
"reference": "https://github.com/Wenaka2004/ComfyUI-TagClassifier",
|
||||
"files": [
|
||||
"https://github.com/Wenaka2004/ComfyUI-TagClassifier"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node,use Deepseek v3 to classify the input tags"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -2926,8 +2926,8 @@
|
||||
"FluxPro_TOGETHER",
|
||||
"GenerateImage_VENICE",
|
||||
"GenerateText_VENICE",
|
||||
"testaaaaa",
|
||||
"testaaaaa2"
|
||||
"UpscaleImage_VENICE",
|
||||
"testaaaaa"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Venice-API"
|
||||
@ -11905,6 +11905,15 @@
|
||||
"title_aux": "ResolutionSelector for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/bradsec/ComfyUI_StringEssentials": [
|
||||
[
|
||||
"StringReplace",
|
||||
"StringStrip"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_StringEssentials"
|
||||
}
|
||||
],
|
||||
"https://github.com/braintacles/braintacles-comfyui-nodes": [
|
||||
[
|
||||
"CLIPTextEncodeSDXL-Multi-IO",
|
||||
@ -17008,6 +17017,14 @@
|
||||
"title_aux": "OpenPose Keypoint Extractor"
|
||||
}
|
||||
],
|
||||
"https://github.com/huixingyun/ComfyUI-HX-Captioner": [
|
||||
[
|
||||
"HXOllamaCaptioner"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-HX-Captioner"
|
||||
}
|
||||
],
|
||||
"https://github.com/hustille/ComfyUI_Fooocus_KSampler": [
|
||||
[
|
||||
"KSampler With Refiner (Fooocus)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user