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
8057fa42e4
commit
581a4d50e0
@ -2369,7 +2369,7 @@
|
||||
"https://github.com/Acly/comfyui-tooling-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Load Image (Base64), Load Mask (Base64), Send Image (WebSocket), Crop Image, Apply Mask to Image, Create Tile Layout, Extract Image Tile, .... Provides nodes geared towards using ComfyUI as a backend for external tools.\nNOTE: This extension is necessary when using an external tool like [comfyui-capture-inference](https://github.com/minux302/comfyui-capture-inference)."
|
||||
"description": "Provides nodes and server API extensions geared towards using ComfyUI as a backend for external tools."
|
||||
},
|
||||
{
|
||||
"author": "Acly",
|
||||
@ -10628,7 +10628,7 @@
|
||||
"https://github.com/Scorpinaus/ComfyUI-DiffusersLoader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node pack allows loading of CLIP, MODEL, VAE aspects for both SD1.5 and SDXL checkpoints that is converted to diffusers format."
|
||||
"description": "This project aims to create loaders for diffusers format checkpoint models, making it easier for ComfyUI users to use diffusers format checkpoints instead of the standard checkpoint formats."
|
||||
},
|
||||
{
|
||||
"author": "chakib-belgaid",
|
||||
@ -12033,6 +12033,61 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that adds text overlay to images, with options for text and background color, opacity, vertical positioning, and custom font selection."
|
||||
},
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"title": "ComfyUI-EbSynth",
|
||||
"id": "comfyEbsynth",
|
||||
"reference": "https://github.com/FuouM/ComfyUI-EbSynth",
|
||||
"files": [
|
||||
"https://github.com/FuouM/ComfyUI-EbSynth"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Run EbSynth, Fast Example-based Image Synthesis and Style Transfer, in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "Parameshvadivel",
|
||||
"title": "ComfyUI-SVGview",
|
||||
"id": "svgview",
|
||||
"reference": "https://github.com/Parameshvadivel/ComfyUI-SVGview",
|
||||
"files": [
|
||||
"https://github.com/Parameshvadivel/ComfyUI-SVGview"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Preview SVG"
|
||||
},
|
||||
{
|
||||
"author": "Visionatrix",
|
||||
"title": "ComfyUI-Visionatrix",
|
||||
"id": "visionatrix",
|
||||
"reference": "https://github.com/Visionatrix/ComfyUI-Visionatrix",
|
||||
"files": [
|
||||
"https://github.com/Visionatrix/ComfyUI-Visionatrix"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The ComfyUI-Visionatrix nodes are designed for convenient ComfyUI to [a/Visionatrix](https://github.com/Visionatrix/Visionatrix) workflow support migration, in particular to extract prompt input params (input, textarea, checkbox, select, range, file) to be used in simplified Visionatrix UI."
|
||||
},
|
||||
{
|
||||
"author": "liangt",
|
||||
"title": "comfyui-loadimagewithsubfolder",
|
||||
"reference": "https://github.com/liangt/comfyui-loadimagewithsubfolder",
|
||||
"files": [
|
||||
"https://github.com/liangt/comfyui-loadimagewithsubfolder"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Extend LoadImage node with subfolder support"
|
||||
},
|
||||
{
|
||||
"author": "vault-developer",
|
||||
"title": "Image-blender",
|
||||
"reference": "https://github.com/vault-developer/comfyui-image-blender",
|
||||
"files": [
|
||||
"https://github.com/vault-developer/comfyui-image-blender"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node to blend two images together using a specified blending mode."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -12409,17 +12464,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"title": "ComfyUI-EbSynth",
|
||||
"id": "comfyEbsynth",
|
||||
"reference": "https://github.com/FuouM/ComfyUI-EbSynth",
|
||||
"files": [
|
||||
"https://github.com/FuouM/ComfyUI-EbSynth"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Run EbSynth, Fast Example-based Image Synthesis and Style Transfer, in ComfyUI."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -2208,6 +2208,20 @@
|
||||
"title_aux": "NX_PromptStyler"
|
||||
}
|
||||
],
|
||||
"https://github.com/FuouM/ComfyUI-EbSynth": [
|
||||
[
|
||||
"ES_Guides7",
|
||||
"ES_Translate",
|
||||
"ES_VideoTransfer"
|
||||
],
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"description": "Run EbSynth in ComfyUI.",
|
||||
"nickname": "EbSynth",
|
||||
"title": "ComfyUI-EbSynth",
|
||||
"title_aux": "ComfyUI-EbSynth"
|
||||
}
|
||||
],
|
||||
"https://github.com/FuouM/ComfyUI-FirstOrderMM": [
|
||||
[
|
||||
"FOMM_Partswap",
|
||||
@ -3907,6 +3921,14 @@
|
||||
"title_aux": "ComfyUI-CSV-Loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/Parameshvadivel/ComfyUI-SVGview": [
|
||||
[
|
||||
"SVGPreview"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SVGview"
|
||||
}
|
||||
],
|
||||
"https://github.com/ParisNeo/lollms_nodes_suite": [
|
||||
[
|
||||
"Artbot",
|
||||
@ -5503,6 +5525,22 @@
|
||||
"title_aux": "Tripo for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Visionatrix/ComfyUI-Visionatrix": [
|
||||
[
|
||||
"VixUiCheckbox",
|
||||
"VixUiCheckboxLogic",
|
||||
"VixUiList",
|
||||
"VixUiListLogic",
|
||||
"VixUiPrompt",
|
||||
"VixUiRangeFloat",
|
||||
"VixUiRangeInt",
|
||||
"VixUiRangeScaleFloat",
|
||||
"VixUiWorkflowMetadata"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Visionatrix"
|
||||
}
|
||||
],
|
||||
"https://github.com/WASasquatch/ASTERR": [
|
||||
[
|
||||
"ASTERR",
|
||||
@ -7945,7 +7983,9 @@
|
||||
"LayerMask: BiRefNetUltra",
|
||||
"LayerMask: BlendIf Mask",
|
||||
"LayerMask: CreateGradientMask",
|
||||
"LayerMask: Florence2Ultra",
|
||||
"LayerMask: ImageToMask",
|
||||
"LayerMask: LoadFlorence2Model",
|
||||
"LayerMask: MaskBoxDetect",
|
||||
"LayerMask: MaskByColor",
|
||||
"LayerMask: MaskByDifferent",
|
||||
@ -8005,6 +8045,7 @@
|
||||
"LayerUtility: ExtendCanvas",
|
||||
"LayerUtility: ExtendCanvasV2",
|
||||
"LayerUtility: Float",
|
||||
"LayerUtility: Florence2Image2Prompt",
|
||||
"LayerUtility: GetColorTone",
|
||||
"LayerUtility: GetColorToneV2",
|
||||
"LayerUtility: GetImageSize",
|
||||
@ -11510,12 +11551,12 @@
|
||||
"JN_Condition",
|
||||
"JN_CoolDown",
|
||||
"JN_CoolDownOutput",
|
||||
"JN_CropFace",
|
||||
"JN_DatetimeFormat",
|
||||
"JN_DatetimeInfo",
|
||||
"JN_DatetimeNow",
|
||||
"JN_Dump",
|
||||
"JN_DumpOutput",
|
||||
"JN_FaceCrop",
|
||||
"JN_FaceRestoreModelLoader",
|
||||
"JN_FaceRestoreWithModel",
|
||||
"JN_FirstActive",
|
||||
@ -12549,6 +12590,14 @@
|
||||
"title_aux": "ComfyUI-LLMs"
|
||||
}
|
||||
],
|
||||
"https://github.com/liangt/comfyui-loadimagewithsubfolder": [
|
||||
[
|
||||
"LoadImageWithSubfolder"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-loadimagewithsubfolder"
|
||||
}
|
||||
],
|
||||
"https://github.com/linshier/comfyui-remote-tools": [
|
||||
[
|
||||
"LoadBase64(js)",
|
||||
@ -14214,7 +14263,9 @@
|
||||
"vec2",
|
||||
"vec2 (pos)",
|
||||
"vec3",
|
||||
"vec4"
|
||||
"vec3 (pos)",
|
||||
"vec4",
|
||||
"vec4 (color)"
|
||||
],
|
||||
{
|
||||
"author": "Patricio Gonzalez Vivo",
|
||||
@ -16229,6 +16280,14 @@
|
||||
"title_aux": "ComfyUI_Accessories"
|
||||
}
|
||||
],
|
||||
"https://github.com/vault-developer/comfyui-image-blender": [
|
||||
[
|
||||
"ImageBlender"
|
||||
],
|
||||
{
|
||||
"title_aux": "Image-blender"
|
||||
}
|
||||
],
|
||||
"https://github.com/veighnsche/comfyui_gr85": [
|
||||
[
|
||||
"GR85_ContainsWord",
|
||||
@ -16653,8 +16712,10 @@
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
"MoonshotSingleChatNode",
|
||||
"OllamaPromptExtractor",
|
||||
"PromptExtractorNode",
|
||||
"SD3LongCaptionerV2",
|
||||
"SDPromptAgent",
|
||||
"dwimage2"
|
||||
],
|
||||
{
|
||||
|
||||
2369
github-stats.json
2369
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -2378,6 +2378,17 @@
|
||||
"url": "https://huggingface.co/TencentARC/PhotoMaker/resolve/main/photomaker-v1.bin",
|
||||
"size": "934.1MB"
|
||||
},
|
||||
{
|
||||
"name": "photomaker-v2.bin",
|
||||
"type": "photomaker",
|
||||
"base": "SDXL",
|
||||
"save_path": "photomaker",
|
||||
"description": "PhotoMaker model. This model is compatible with SDXL.",
|
||||
"reference": "https://huggingface.co/TencentARC/PhotoMaker-V2",
|
||||
"filename": "photomaker-v2.bin",
|
||||
"url": "https://huggingface.co/TencentARC/PhotoMaker-V2/resolve/main/photomaker-v2.bin",
|
||||
"size": "1.8GB"
|
||||
},
|
||||
{
|
||||
"name": "1k3d68.onnx",
|
||||
"type": "insightface",
|
||||
|
||||
@ -11,6 +11,59 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "Visionatrix",
|
||||
"title": "ComfyUI-Visionatrix",
|
||||
"id": "visionatrix",
|
||||
"reference": "https://github.com/Visionatrix/ComfyUI-Visionatrix",
|
||||
"files": [
|
||||
"https://github.com/Visionatrix/ComfyUI-Visionatrix"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The ComfyUI-Visionatrix nodes are designed for convenient ComfyUI to [a/Visionatrix](https://github.com/Visionatrix/Visionatrix) workflow support migration, in particular to extract prompt input params (input, textarea, checkbox, select, range, file) to be used in simplified Visionatrix UI."
|
||||
},
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"title": "ComfyUI-EbSynth",
|
||||
"id": "comfyEbsynth",
|
||||
"reference": "https://github.com/FuouM/ComfyUI-EbSynth",
|
||||
"files": [
|
||||
"https://github.com/FuouM/ComfyUI-EbSynth"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Run EbSynth, Fast Example-based Image Synthesis and Style Transfer, in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "Parameshvadivel",
|
||||
"title": "ComfyUI-SVGview",
|
||||
"id": "svgview",
|
||||
"reference": "https://github.com/Parameshvadivel/ComfyUI-SVGview",
|
||||
"files": [
|
||||
"https://github.com/Parameshvadivel/ComfyUI-SVGview"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Preview SVG"
|
||||
},
|
||||
{
|
||||
"author": "vault-developer",
|
||||
"title": "Image-blender",
|
||||
"reference": "https://github.com/vault-developer/comfyui-image-blender",
|
||||
"files": [
|
||||
"https://github.com/vault-developer/comfyui-image-blender"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node to blend two images together using a specified blending mode."
|
||||
},
|
||||
{
|
||||
"author": "liangt",
|
||||
"title": "comfyui-loadimagewithsubfolder",
|
||||
"reference": "https://github.com/liangt/comfyui-loadimagewithsubfolder",
|
||||
"files": [
|
||||
"https://github.com/liangt/comfyui-loadimagewithsubfolder"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Extend LoadImage node with subfolder support"
|
||||
},
|
||||
{
|
||||
"author": "neeltheninja",
|
||||
"title": "ComfyUI-TextOverlay",
|
||||
@ -636,58 +689,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple 3D model processing tool within ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "APZmedia",
|
||||
"title": "APZmedia Clean File Name Node",
|
||||
"id": "clean-filename",
|
||||
"reference": "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string",
|
||||
"files": [
|
||||
"https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The Clean File Name Node is a custom node for ComfyUI designed to process and sanitize text strings for use as valid file names. It replaces invalid characters with a user-specified character and truncates the resulting string to a defined length."
|
||||
},
|
||||
{
|
||||
"author": "Cyberschorsch",
|
||||
"title": "ComfyUI Checkpoint Loader Config",
|
||||
"reference": "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader",
|
||||
"files": [
|
||||
"https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Provides a custom node to load config for sampler nodes from a yaml file."
|
||||
},
|
||||
{
|
||||
"author": "smthemex",
|
||||
"title": "ComfyUI_Stable_Makeup",
|
||||
"id": "Stable_Makeup",
|
||||
"reference": "https://github.com/smthemex/ComfyUI_Stable_Makeup",
|
||||
"files": [
|
||||
"https://github.com/smthemex/ComfyUI_Stable_Makeup"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "You can apply makeup to the characters in comfyui"
|
||||
},
|
||||
{
|
||||
"author": "ZHO-ZHO-ZHO",
|
||||
"title": "ComfyUI-UltraEdit-ZHO",
|
||||
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO",
|
||||
"files": [
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial implementation of [a/UltraEdit](https://github.com/HaozheZhao/UltraEdit) (Diffusers) for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "Indra's Mirror",
|
||||
"title": "ComfyUI-Documents",
|
||||
"reference": "https://github.com/Excidos/ComfyUI-Documents",
|
||||
"files": [
|
||||
"https://github.com/Excidos/ComfyUI-Documents"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-Documents is a powerful extension for ComfyUI that enhances workflows with advanced document processing capabilities. It includes nodes for loading and parsing various document types (PDF, TXT, DOC, DOCX), converting PDF pages to images, splitting PDFs into individual pages, and selecting specific images from batches. Features include text extraction, image conversion, and seamless integration with existing ComfyUI projects."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -2208,6 +2208,20 @@
|
||||
"title_aux": "NX_PromptStyler"
|
||||
}
|
||||
],
|
||||
"https://github.com/FuouM/ComfyUI-EbSynth": [
|
||||
[
|
||||
"ES_Guides7",
|
||||
"ES_Translate",
|
||||
"ES_VideoTransfer"
|
||||
],
|
||||
{
|
||||
"author": "Fuou Marinas",
|
||||
"description": "Run EbSynth in ComfyUI.",
|
||||
"nickname": "EbSynth",
|
||||
"title": "ComfyUI-EbSynth",
|
||||
"title_aux": "ComfyUI-EbSynth"
|
||||
}
|
||||
],
|
||||
"https://github.com/FuouM/ComfyUI-FirstOrderMM": [
|
||||
[
|
||||
"FOMM_Partswap",
|
||||
@ -3907,6 +3921,14 @@
|
||||
"title_aux": "ComfyUI-CSV-Loader"
|
||||
}
|
||||
],
|
||||
"https://github.com/Parameshvadivel/ComfyUI-SVGview": [
|
||||
[
|
||||
"SVGPreview"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SVGview"
|
||||
}
|
||||
],
|
||||
"https://github.com/ParisNeo/lollms_nodes_suite": [
|
||||
[
|
||||
"Artbot",
|
||||
@ -5503,6 +5525,22 @@
|
||||
"title_aux": "Tripo for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/Visionatrix/ComfyUI-Visionatrix": [
|
||||
[
|
||||
"VixUiCheckbox",
|
||||
"VixUiCheckboxLogic",
|
||||
"VixUiList",
|
||||
"VixUiListLogic",
|
||||
"VixUiPrompt",
|
||||
"VixUiRangeFloat",
|
||||
"VixUiRangeInt",
|
||||
"VixUiRangeScaleFloat",
|
||||
"VixUiWorkflowMetadata"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Visionatrix"
|
||||
}
|
||||
],
|
||||
"https://github.com/WASasquatch/ASTERR": [
|
||||
[
|
||||
"ASTERR",
|
||||
@ -7945,7 +7983,9 @@
|
||||
"LayerMask: BiRefNetUltra",
|
||||
"LayerMask: BlendIf Mask",
|
||||
"LayerMask: CreateGradientMask",
|
||||
"LayerMask: Florence2Ultra",
|
||||
"LayerMask: ImageToMask",
|
||||
"LayerMask: LoadFlorence2Model",
|
||||
"LayerMask: MaskBoxDetect",
|
||||
"LayerMask: MaskByColor",
|
||||
"LayerMask: MaskByDifferent",
|
||||
@ -8005,6 +8045,7 @@
|
||||
"LayerUtility: ExtendCanvas",
|
||||
"LayerUtility: ExtendCanvasV2",
|
||||
"LayerUtility: Float",
|
||||
"LayerUtility: Florence2Image2Prompt",
|
||||
"LayerUtility: GetColorTone",
|
||||
"LayerUtility: GetColorToneV2",
|
||||
"LayerUtility: GetImageSize",
|
||||
@ -11510,12 +11551,12 @@
|
||||
"JN_Condition",
|
||||
"JN_CoolDown",
|
||||
"JN_CoolDownOutput",
|
||||
"JN_CropFace",
|
||||
"JN_DatetimeFormat",
|
||||
"JN_DatetimeInfo",
|
||||
"JN_DatetimeNow",
|
||||
"JN_Dump",
|
||||
"JN_DumpOutput",
|
||||
"JN_FaceCrop",
|
||||
"JN_FaceRestoreModelLoader",
|
||||
"JN_FaceRestoreWithModel",
|
||||
"JN_FirstActive",
|
||||
@ -12549,6 +12590,14 @@
|
||||
"title_aux": "ComfyUI-LLMs"
|
||||
}
|
||||
],
|
||||
"https://github.com/liangt/comfyui-loadimagewithsubfolder": [
|
||||
[
|
||||
"LoadImageWithSubfolder"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-loadimagewithsubfolder"
|
||||
}
|
||||
],
|
||||
"https://github.com/linshier/comfyui-remote-tools": [
|
||||
[
|
||||
"LoadBase64(js)",
|
||||
@ -14214,7 +14263,9 @@
|
||||
"vec2",
|
||||
"vec2 (pos)",
|
||||
"vec3",
|
||||
"vec4"
|
||||
"vec3 (pos)",
|
||||
"vec4",
|
||||
"vec4 (color)"
|
||||
],
|
||||
{
|
||||
"author": "Patricio Gonzalez Vivo",
|
||||
@ -16229,6 +16280,14 @@
|
||||
"title_aux": "ComfyUI_Accessories"
|
||||
}
|
||||
],
|
||||
"https://github.com/vault-developer/comfyui-image-blender": [
|
||||
[
|
||||
"ImageBlender"
|
||||
],
|
||||
{
|
||||
"title_aux": "Image-blender"
|
||||
}
|
||||
],
|
||||
"https://github.com/veighnsche/comfyui_gr85": [
|
||||
[
|
||||
"GR85_ContainsWord",
|
||||
@ -16653,8 +16712,10 @@
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
"MoonshotSingleChatNode",
|
||||
"OllamaPromptExtractor",
|
||||
"PromptExtractorNode",
|
||||
"SD3LongCaptionerV2",
|
||||
"SDPromptAgent",
|
||||
"dwimage2"
|
||||
],
|
||||
{
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
{
|
||||
"models": [
|
||||
{
|
||||
"name": "photomaker-v2.bin",
|
||||
"type": "photomaker",
|
||||
"base": "SDXL",
|
||||
"save_path": "photomaker",
|
||||
"description": "PhotoMaker model. This model is compatible with SDXL.",
|
||||
"reference": "https://huggingface.co/TencentARC/PhotoMaker-V2",
|
||||
"filename": "photomaker-v2.bin",
|
||||
"url": "https://huggingface.co/TencentARC/PhotoMaker-V2/resolve/main/photomaker-v2.bin",
|
||||
"size": "1.8GB"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "hunyuan_dit_1.2.safetensors",
|
||||
"type": "checkpoint",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user