mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
3f51b7d2dd
commit
a2c545b260
@ -3411,6 +3411,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:Save Text File"
|
"description": "Nodes:Save Text File"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "AI2lab",
|
||||||
|
"title": "comfyUI-tool-2lab",
|
||||||
|
"reference": "https://github.com/AI2lab/comfyUI-tool-2lab",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AI2lab/comfyUI-tool-2lab"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:Mask to Image (2lab), Image to Mask (2lab)."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -3653,6 +3663,17 @@
|
|||||||
"install_type": "copy",
|
"install_type": "copy",
|
||||||
"description": "A collection of ComfyUI nodes. These nodes are tailored for specific tasks, such as counting files in directories and sorting text segments based on token counts. Currently this is only tested on SDXL 1.0 models. An additional swich is needed to hand 1.x"
|
"description": "A collection of ComfyUI nodes. These nodes are tailored for specific tasks, such as counting files in directories and sorting text segments based on token counts. Currently this is only tested on SDXL 1.0 models. An additional swich is needed to hand 1.x"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "LZC",
|
||||||
|
"title": "Hayo comfyui nodes",
|
||||||
|
"reference": "https://github.com/1shadow1/hayo_comfyui_nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py"
|
||||||
|
],
|
||||||
|
"install_type": "copy",
|
||||||
|
"description": "hayo toools"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"author": "theally",
|
"author": "theally",
|
||||||
"title": "TheAlly's Custom Nodes",
|
"title": "TheAlly's Custom Nodes",
|
||||||
|
|||||||
@ -29,6 +29,18 @@
|
|||||||
"title_aux": "Latent Consistency Model for ComfyUI"
|
"title_aux": "Latent Consistency Model for ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [
|
||||||
|
[
|
||||||
|
"LoadPILImages",
|
||||||
|
"MergeImages",
|
||||||
|
"make_transparentmask",
|
||||||
|
"tensor_trans_pil",
|
||||||
|
"words_generatee"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Hayo comfyui nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/42lux/ComfyUI-safety-checker": [
|
"https://github.com/42lux/ComfyUI-safety-checker": [
|
||||||
[
|
[
|
||||||
"Safety Checker"
|
"Safety Checker"
|
||||||
@ -48,6 +60,15 @@
|
|||||||
"title_aux": "ComfyUI-Static-Primitives"
|
"title_aux": "ComfyUI-Static-Primitives"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AI2lab/comfyUI-tool-2lab": [
|
||||||
|
[
|
||||||
|
"Image-To-Mask (2lab)",
|
||||||
|
"Mask-To-Image (2lab)"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyUI-tool-2lab"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AIrjen/OneButtonPrompt": [
|
"https://github.com/AIrjen/OneButtonPrompt": [
|
||||||
[
|
[
|
||||||
"CreatePromptVariant",
|
"CreatePromptVariant",
|
||||||
@ -4966,6 +4987,9 @@
|
|||||||
"https://github.com/spacepxl/ComfyUI-Image-Filters": [
|
"https://github.com/spacepxl/ComfyUI-Image-Filters": [
|
||||||
[
|
[
|
||||||
"AlphaClean",
|
"AlphaClean",
|
||||||
|
"BlurImageFast",
|
||||||
|
"BlurMaskFast",
|
||||||
|
"DilateErodeMask",
|
||||||
"EnhanceDetail",
|
"EnhanceDetail",
|
||||||
"GuidedFilterAlpha",
|
"GuidedFilterAlpha",
|
||||||
"RemapRange"
|
"RemapRange"
|
||||||
|
|||||||
@ -9,6 +9,17 @@
|
|||||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
|
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "komojini",
|
||||||
|
"title": "ComfyUI_Prompt_Template_CustomNodes",
|
||||||
|
"reference": "https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/komojini/ComfyUI_Prompt_Template_CustomNodes/raw/main/prompt_with_template.py"
|
||||||
|
],
|
||||||
|
"install_type": "copy",
|
||||||
|
"description": "Nodes:Prompt with Template"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "talesofai",
|
"author": "talesofai",
|
||||||
"title": "comfyui-supersave [WIP]",
|
"title": "comfyui-supersave [WIP]",
|
||||||
|
|||||||
@ -10,6 +10,26 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "AI2lab",
|
||||||
|
"title": "comfyUI-tool-2lab",
|
||||||
|
"reference": "https://github.com/AI2lab/comfyUI-tool-2lab",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AI2lab/comfyUI-tool-2lab"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:Mask to Image (2lab), Image to Mask (2lab)."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "LZC",
|
||||||
|
"title": "Hayo comfyui nodes",
|
||||||
|
"reference": "https://github.com/1shadow1/hayo_comfyui_nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py"
|
||||||
|
],
|
||||||
|
"install_type": "copy",
|
||||||
|
"description": "hayo toools"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "MNeMoNiCuZ",
|
"author": "MNeMoNiCuZ",
|
||||||
"title": "ComfyUI-mnemic-nodes",
|
"title": "ComfyUI-mnemic-nodes",
|
||||||
|
|||||||
@ -29,6 +29,18 @@
|
|||||||
"title_aux": "Latent Consistency Model for ComfyUI"
|
"title_aux": "Latent Consistency Model for ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/1shadow1/hayo_comfyui_nodes/raw/main/LZCNodes.py": [
|
||||||
|
[
|
||||||
|
"LoadPILImages",
|
||||||
|
"MergeImages",
|
||||||
|
"make_transparentmask",
|
||||||
|
"tensor_trans_pil",
|
||||||
|
"words_generatee"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Hayo comfyui nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/42lux/ComfyUI-safety-checker": [
|
"https://github.com/42lux/ComfyUI-safety-checker": [
|
||||||
[
|
[
|
||||||
"Safety Checker"
|
"Safety Checker"
|
||||||
@ -48,6 +60,15 @@
|
|||||||
"title_aux": "ComfyUI-Static-Primitives"
|
"title_aux": "ComfyUI-Static-Primitives"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AI2lab/comfyUI-tool-2lab": [
|
||||||
|
[
|
||||||
|
"Image-To-Mask (2lab)",
|
||||||
|
"Mask-To-Image (2lab)"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyUI-tool-2lab"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AIrjen/OneButtonPrompt": [
|
"https://github.com/AIrjen/OneButtonPrompt": [
|
||||||
[
|
[
|
||||||
"CreatePromptVariant",
|
"CreatePromptVariant",
|
||||||
@ -4966,6 +4987,9 @@
|
|||||||
"https://github.com/spacepxl/ComfyUI-Image-Filters": [
|
"https://github.com/spacepxl/ComfyUI-Image-Filters": [
|
||||||
[
|
[
|
||||||
"AlphaClean",
|
"AlphaClean",
|
||||||
|
"BlurImageFast",
|
||||||
|
"BlurMaskFast",
|
||||||
|
"DilateErodeMask",
|
||||||
"EnhanceDetail",
|
"EnhanceDetail",
|
||||||
"GuidedFilterAlpha",
|
"GuidedFilterAlpha",
|
||||||
"RemapRange"
|
"RemapRange"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user