mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 01:57:04 +08:00
update DB
This commit is contained in:
parent
97b518de12
commit
dd3ab9cff2
@ -35485,6 +35485,16 @@
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"SmartHVLoraSelect",
|
||||
"SmartHVLoraStack",
|
||||
"SmartHWMonitor",
|
||||
"SmartLoadLoRA",
|
||||
"SmartModelOrLoraToString",
|
||||
"SmartPrompt",
|
||||
"SmartRemoveComments",
|
||||
"SmartSaveAnimatedGIF",
|
||||
"SmartSaveText",
|
||||
"SmartShowAnything"
|
||||
],
|
||||
@ -41805,15 +41807,21 @@
|
||||
],
|
||||
"https://github.com/slvslvslv/ComfyUI-SmartImageTools": [
|
||||
[
|
||||
"SmartBackgroundFill",
|
||||
"SmartBackgroundRemove",
|
||||
"SmartDrawPoints",
|
||||
"SmartGenerateImage",
|
||||
"SmartGetMask",
|
||||
"SmartGradientDeformation",
|
||||
"SmartImagePadding",
|
||||
"SmartImagePaletteConvert",
|
||||
"SmartImagePaletteCreate",
|
||||
"SmartImagePaletteExtract",
|
||||
"SmartImagePoint",
|
||||
"SmartImagePreviewScaled",
|
||||
"SmartImageRegion",
|
||||
"SmartImagesProcessor",
|
||||
"SmartLoadGIFImage",
|
||||
"SmartPoint",
|
||||
"SmartPointSet",
|
||||
"SmartPointSetMerge",
|
||||
@ -45428,6 +45436,7 @@
|
||||
"WizdroidPhotoAspectExtractor",
|
||||
"WizdroidPoseExtraction",
|
||||
"WizdroidPromptCombiner",
|
||||
"WizdroidUniformFashion",
|
||||
"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": [
|
||||
{
|
||||
"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",
|
||||
"title": "CBCanvas Node for ComfyUI [WIP]",
|
||||
@ -60,16 +70,6 @@
|
||||
"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.]"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "Comfyui-QwenEditUtilsFromRapid",
|
||||
@ -7253,16 +7253,6 @@
|
||||
"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.]"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"title": "ComfyUI_StepFun",
|
||||
|
||||
@ -2586,14 +2586,6 @@
|
||||
"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": [
|
||||
[
|
||||
"LetzAI Generator"
|
||||
@ -7539,6 +7531,15 @@
|
||||
"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": [
|
||||
[
|
||||
"GeminiImageEditNode",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"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",
|
||||
"title": "ComfyUI Video Stabilizer",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
{
|
||||
"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",
|
||||
"title": "ComfyUI-HSyn9DHPE",
|
||||
@ -691,16 +702,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"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",
|
||||
"SmartHVLoraSelect",
|
||||
"SmartHVLoraStack",
|
||||
"SmartHWMonitor",
|
||||
"SmartLoadLoRA",
|
||||
"SmartModelOrLoraToString",
|
||||
"SmartPrompt",
|
||||
"SmartRemoveComments",
|
||||
"SmartSaveAnimatedGIF",
|
||||
"SmartSaveText",
|
||||
"SmartShowAnything"
|
||||
],
|
||||
@ -41805,15 +41807,21 @@
|
||||
],
|
||||
"https://github.com/slvslvslv/ComfyUI-SmartImageTools": [
|
||||
[
|
||||
"SmartBackgroundFill",
|
||||
"SmartBackgroundRemove",
|
||||
"SmartDrawPoints",
|
||||
"SmartGenerateImage",
|
||||
"SmartGetMask",
|
||||
"SmartGradientDeformation",
|
||||
"SmartImagePadding",
|
||||
"SmartImagePaletteConvert",
|
||||
"SmartImagePaletteCreate",
|
||||
"SmartImagePaletteExtract",
|
||||
"SmartImagePoint",
|
||||
"SmartImagePreviewScaled",
|
||||
"SmartImageRegion",
|
||||
"SmartImagesProcessor",
|
||||
"SmartLoadGIFImage",
|
||||
"SmartPoint",
|
||||
"SmartPointSet",
|
||||
"SmartPointSetMerge",
|
||||
@ -45428,6 +45436,7 @@
|
||||
"WizdroidPhotoAspectExtractor",
|
||||
"WizdroidPoseExtraction",
|
||||
"WizdroidPromptCombiner",
|
||||
"WizdroidUniformFashion",
|
||||
"WizdroidUpcycledFashion"
|
||||
],
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user