mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
97b518de12
commit
dd3ab9cff2
@ -35485,6 +35485,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Leverages Qwen 2.5/3 VL for prompt inversion & caption generation."
|
"description": "Leverages Qwen 2.5/3 VL for prompt inversion & caption generation."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "kianxyzw",
|
||||||
|
"title": "ComfyUI Model Linker Extension",
|
||||||
|
"reference": "https://github.com/kianxyzw/comfyui-model-linker",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/kianxyzw/comfyui-model-linker"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI extension that helps users relink missing models in workflows"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -41792,10 +41792,12 @@
|
|||||||
"SmartFormatString10",
|
"SmartFormatString10",
|
||||||
"SmartHVLoraSelect",
|
"SmartHVLoraSelect",
|
||||||
"SmartHVLoraStack",
|
"SmartHVLoraStack",
|
||||||
|
"SmartHWMonitor",
|
||||||
"SmartLoadLoRA",
|
"SmartLoadLoRA",
|
||||||
"SmartModelOrLoraToString",
|
"SmartModelOrLoraToString",
|
||||||
"SmartPrompt",
|
"SmartPrompt",
|
||||||
"SmartRemoveComments",
|
"SmartRemoveComments",
|
||||||
|
"SmartSaveAnimatedGIF",
|
||||||
"SmartSaveText",
|
"SmartSaveText",
|
||||||
"SmartShowAnything"
|
"SmartShowAnything"
|
||||||
],
|
],
|
||||||
@ -41805,15 +41807,21 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/slvslvslv/ComfyUI-SmartImageTools": [
|
"https://github.com/slvslvslv/ComfyUI-SmartImageTools": [
|
||||||
[
|
[
|
||||||
|
"SmartBackgroundFill",
|
||||||
"SmartBackgroundRemove",
|
"SmartBackgroundRemove",
|
||||||
"SmartDrawPoints",
|
"SmartDrawPoints",
|
||||||
"SmartGenerateImage",
|
"SmartGenerateImage",
|
||||||
|
"SmartGetMask",
|
||||||
|
"SmartGradientDeformation",
|
||||||
|
"SmartImagePadding",
|
||||||
"SmartImagePaletteConvert",
|
"SmartImagePaletteConvert",
|
||||||
|
"SmartImagePaletteCreate",
|
||||||
"SmartImagePaletteExtract",
|
"SmartImagePaletteExtract",
|
||||||
"SmartImagePoint",
|
"SmartImagePoint",
|
||||||
"SmartImagePreviewScaled",
|
"SmartImagePreviewScaled",
|
||||||
"SmartImageRegion",
|
"SmartImageRegion",
|
||||||
"SmartImagesProcessor",
|
"SmartImagesProcessor",
|
||||||
|
"SmartLoadGIFImage",
|
||||||
"SmartPoint",
|
"SmartPoint",
|
||||||
"SmartPointSet",
|
"SmartPointSet",
|
||||||
"SmartPointSetMerge",
|
"SmartPointSetMerge",
|
||||||
@ -45428,6 +45436,7 @@
|
|||||||
"WizdroidPhotoAspectExtractor",
|
"WizdroidPhotoAspectExtractor",
|
||||||
"WizdroidPoseExtraction",
|
"WizdroidPoseExtraction",
|
||||||
"WizdroidPromptCombiner",
|
"WizdroidPromptCombiner",
|
||||||
|
"WizdroidUniformFashion",
|
||||||
"WizdroidUpcycledFashion"
|
"WizdroidUpcycledFashion"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
2124
github-stats.json
2124
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "hujuying",
|
||||||
|
"title": "ComfyUI-QwenVL3-image-Plus [WIP]",
|
||||||
|
"reference": "https://github.com/hujuying/ComfyUI-QwenVL3-image-Plus",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/hujuying/ComfyUI-QwenVL3-image-Plus"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A custom node designed for ComfyUI that integrates the **Qwen3-VL-4B-Instruct-FP8** vision-language model for efficient image understanding and description. It supports flexible prompt-combination features to enhance the accuracy and diversity of image descriptions.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "90cube",
|
"author": "90cube",
|
||||||
"title": "CBCanvas Node for ComfyUI [WIP]",
|
"title": "CBCanvas Node for ComfyUI [WIP]",
|
||||||
@ -60,16 +70,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A JSON upload and iterator node for ComfyUI that supports uploading JSON storyboard files and outputs each field sequentially.[w/This node pack includes an endpoint that access files from arbitrary paths.]"
|
"description": "A JSON upload and iterator node for ComfyUI that supports uploading JSON storyboard files and outputs each field sequentially.[w/This node pack includes an endpoint that access files from arbitrary paths.]"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "kianxyzw",
|
|
||||||
"title": "ComfyUI Model Linker Extension [WIP]",
|
|
||||||
"reference": "https://github.com/kianxyzw/comfyui-model-linker",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/kianxyzw/comfyui-model-linker"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A ComfyUI extension that helps users relink missing models in workflows using fuzzy matching.\nNOTE: The files in the repo are not organized."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "dibowei1980",
|
"author": "dibowei1980",
|
||||||
"title": "Comfyui-QwenEditUtilsFromRapid",
|
"title": "Comfyui-QwenEditUtilsFromRapid",
|
||||||
@ -7253,16 +7253,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "NODES:Mask Size Calculator (MagicAI), Universal Mask Converter (MagicAI), Python Execution (MagicAI), Extract JSON From Text Node(MagicAI)\n[w/This extension allows the execution of arbitrary Python code from a workflow.]"
|
"description": "NODES:Mask Size Calculator (MagicAI), Universal Mask Converter (MagicAI), Python Execution (MagicAI), Extract JSON From Text Node(MagicAI)\n[w/This extension allows the execution of arbitrary Python code from a workflow.]"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "Laser-one",
|
|
||||||
"title": "ComfyUI-align-pose",
|
|
||||||
"reference": "https://github.com/Laser-one/ComfyUI-align-pose",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/Laser-one/ComfyUI-align-pose"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "NODES:align pose"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "chenbaiyujason",
|
"author": "chenbaiyujason",
|
||||||
"title": "ComfyUI_StepFun",
|
"title": "ComfyUI_StepFun",
|
||||||
|
|||||||
@ -2586,14 +2586,6 @@
|
|||||||
"title_aux": "ComfyUI-ModelUnloader"
|
"title_aux": "ComfyUI-ModelUnloader"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/Laser-one/ComfyUI-align-pose": [
|
|
||||||
[
|
|
||||||
"Align_Pose"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "ComfyUI-align-pose"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/Letz-AI/ComfyUI-LetzAI": [
|
"https://github.com/Letz-AI/ComfyUI-LetzAI": [
|
||||||
[
|
[
|
||||||
"LetzAI Generator"
|
"LetzAI Generator"
|
||||||
@ -7539,6 +7531,15 @@
|
|||||||
"title_aux": "ComfyUI_Easy_Nodes_hui"
|
"title_aux": "ComfyUI_Easy_Nodes_hui"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/hujuying/ComfyUI-QwenVL3-image-Plus": [
|
||||||
|
[
|
||||||
|
"QwenVL3ImagePlus",
|
||||||
|
"QwenVLUnloadModelPlus"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-QwenVL3-image-Plus [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/hujuying/comfyui_gemini_banana_api": [
|
"https://github.com/hujuying/comfyui_gemini_banana_api": [
|
||||||
[
|
[
|
||||||
"GeminiImageEditNode",
|
"GeminiImageEditNode",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "Laser-one",
|
||||||
|
"title": "ComfyUI-align-pose [REMOVED]",
|
||||||
|
"reference": "https://github.com/Laser-one/ComfyUI-align-pose",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Laser-one/ComfyUI-align-pose"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES:align pose"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "nomadoor",
|
"author": "nomadoor",
|
||||||
"title": "ComfyUI Video Stabilizer",
|
"title": "ComfyUI Video Stabilizer",
|
||||||
|
|||||||
@ -1,5 +1,16 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "kianxyzw",
|
||||||
|
"title": "ComfyUI Model Linker Extension",
|
||||||
|
"reference": "https://github.com/kianxyzw/comfyui-model-linker",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/kianxyzw/comfyui-model-linker"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI extension that helps users relink missing models in workflows"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "edoardocompagnucci",
|
"author": "edoardocompagnucci",
|
||||||
"title": "ComfyUI-HSyn9DHPE",
|
"title": "ComfyUI-HSyn9DHPE",
|
||||||
@ -691,16 +702,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Comfyui wrapper of Dreamlight by yongliu20"
|
"description": "Comfyui wrapper of Dreamlight by yongliu20"
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "TianDongL",
|
|
||||||
"title": "Blind_watermark_Comfyui",
|
|
||||||
"reference": "https://github.com/TianDongL/Blind_watermark_Comfyui",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/TianDongL/Blind_watermark_Comfyui"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A powerful blind watermark plugin for ComfyUI that allows you to embed and extract invisible watermarks in images using frequency domain techniques (DWT-DCT-SVD)."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -41792,10 +41792,12 @@
|
|||||||
"SmartFormatString10",
|
"SmartFormatString10",
|
||||||
"SmartHVLoraSelect",
|
"SmartHVLoraSelect",
|
||||||
"SmartHVLoraStack",
|
"SmartHVLoraStack",
|
||||||
|
"SmartHWMonitor",
|
||||||
"SmartLoadLoRA",
|
"SmartLoadLoRA",
|
||||||
"SmartModelOrLoraToString",
|
"SmartModelOrLoraToString",
|
||||||
"SmartPrompt",
|
"SmartPrompt",
|
||||||
"SmartRemoveComments",
|
"SmartRemoveComments",
|
||||||
|
"SmartSaveAnimatedGIF",
|
||||||
"SmartSaveText",
|
"SmartSaveText",
|
||||||
"SmartShowAnything"
|
"SmartShowAnything"
|
||||||
],
|
],
|
||||||
@ -41805,15 +41807,21 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/slvslvslv/ComfyUI-SmartImageTools": [
|
"https://github.com/slvslvslv/ComfyUI-SmartImageTools": [
|
||||||
[
|
[
|
||||||
|
"SmartBackgroundFill",
|
||||||
"SmartBackgroundRemove",
|
"SmartBackgroundRemove",
|
||||||
"SmartDrawPoints",
|
"SmartDrawPoints",
|
||||||
"SmartGenerateImage",
|
"SmartGenerateImage",
|
||||||
|
"SmartGetMask",
|
||||||
|
"SmartGradientDeformation",
|
||||||
|
"SmartImagePadding",
|
||||||
"SmartImagePaletteConvert",
|
"SmartImagePaletteConvert",
|
||||||
|
"SmartImagePaletteCreate",
|
||||||
"SmartImagePaletteExtract",
|
"SmartImagePaletteExtract",
|
||||||
"SmartImagePoint",
|
"SmartImagePoint",
|
||||||
"SmartImagePreviewScaled",
|
"SmartImagePreviewScaled",
|
||||||
"SmartImageRegion",
|
"SmartImageRegion",
|
||||||
"SmartImagesProcessor",
|
"SmartImagesProcessor",
|
||||||
|
"SmartLoadGIFImage",
|
||||||
"SmartPoint",
|
"SmartPoint",
|
||||||
"SmartPointSet",
|
"SmartPointSet",
|
||||||
"SmartPointSetMerge",
|
"SmartPointSetMerge",
|
||||||
@ -45428,6 +45436,7 @@
|
|||||||
"WizdroidPhotoAspectExtractor",
|
"WizdroidPhotoAspectExtractor",
|
||||||
"WizdroidPoseExtraction",
|
"WizdroidPoseExtraction",
|
||||||
"WizdroidPromptCombiner",
|
"WizdroidPromptCombiner",
|
||||||
|
"WizdroidUniformFashion",
|
||||||
"WizdroidUpcycledFashion"
|
"WizdroidUpcycledFashion"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user