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
56e7a137dc
commit
178b7434aa
@ -169,6 +169,16 @@
|
||||
"id":"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding",
|
||||
"tags":"DT, dynamic thresholding",
|
||||
"description": "This custom node is a port of the Dynamic Thresholding extension from A1111 to make it available for use in ComfyUI."
|
||||
},
|
||||
{
|
||||
"id":"https://github.com/hhhzzyang/Comfyui_Lama",
|
||||
"tags":"lama, inpainting anything",
|
||||
"description": "This extension provides custom nodes developed based on <a href='https://github.com/advimman/lama' target='blank'>LaMa</a> and <a href='https://github.com/geekyutao/Inpaint-Anything' target='blank'>Inpainting anything</a>."
|
||||
},
|
||||
{
|
||||
"id":"https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor",
|
||||
"tags":"lama",
|
||||
"description": "This extension provides custom nodes for <a href='https://github.com/advimman/lama' target='blank'>LaMa</a> functionality."
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -245,6 +245,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Abstract Syntax Trees Evaluated Restricted Run (ASTERR) is a Python Script executor for ComfyUI. <p style='background-color: black; color: red;'>Warning:ASTERR runs Python Code from a Web Interface! It is highly recommended to run this in a closed-off environment, as it could have potential security risks.</p>"
|
||||
},
|
||||
{
|
||||
"author": "WASasquatch",
|
||||
"title": "WAS_Extras",
|
||||
"reference": "https://github.com/WASasquatch/WAS_Extras",
|
||||
"files": [
|
||||
"https://github.com/WASasquatch/WAS_Extras"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Conditioning (Blend), Inpainting VAE Encode (WAS), VividSharpen. Experimental nodes, or other random extra helper nodes."
|
||||
},
|
||||
{
|
||||
"author": "omar92",
|
||||
"title": "Quality of life Suit:V2",
|
||||
@ -853,13 +863,63 @@
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "DTAIComfyPromptAgent",
|
||||
"title": "Comfy UI Prompt Agent",
|
||||
"reference": "https://github.com/yolanother/DTAIComfyPromptAgent",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIComfyPromptAgent"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This script provides a prompt agent node for the Comfy UI stable diffusion client."
|
||||
"description": "Nodes: Prompt Agent, Prompt Agent (String). This script provides a prompt agent node for the Comfy UI stable diffusion client."
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Image to Text Node",
|
||||
"reference": "https://github.com/yolanother/DTAIImageToTextNode",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIImageToTextNode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Image URL to Text, Image to Text."
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Comfy UI Online Loaders",
|
||||
"reference": "https://github.com/yolanother/DTAIComfyLoaders",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIComfyLoaders"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Submit Image (Parameters), Submit Image. A collection of loaders that use a shared common online data source rather than relying on the files to be present locally."
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Comfy AI DoubTech.ai Image Sumission Node",
|
||||
"reference": "https://github.com/yolanother/DTAIComfyImageSubmit",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIComfyImageSubmit"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyAI submit node to upload images to DoubTech.ai"
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Comfy UI QR Codes",
|
||||
"reference": "https://github.com/yolanother/DTAIComfyQRCodes",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIComfyQRCodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension introduces QR code nodes for the Comfy UI stable diffusion client. NOTE: ComfyUI qrcode extension required."
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Variables for Comfy UI",
|
||||
"reference": "https://github.com/yolanother/DTAIComfyVariables",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIComfyVariables"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: String, Int, Float, Short String, CLIP Text Encode (With Variables), String Format, Short String Format. This extension introduces quality of life improvements by providing variable nodes and shared global variables."
|
||||
},
|
||||
{
|
||||
"author": "sipherxyz",
|
||||
@ -2022,6 +2082,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
|
||||
},
|
||||
{
|
||||
"author": "hhhzzyang",
|
||||
"title": "Comfyui-Lama",
|
||||
"reference": "https://github.com/hhhzzyang/Comfyui_Lama",
|
||||
"files": [
|
||||
"https://github.com/hhhzzyang/Comfyui_Lama"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: LamaaModelLoad, LamaApply, YamlConfigLoader. a costumer node is realized to remove anything/inpainting anything from a picture by mask inpainting."
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
|
||||
@ -1287,6 +1287,17 @@
|
||||
"title_aux": "Power Noise Suite for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/WASasquatch/WAS_Extras": [
|
||||
[
|
||||
"ConditioningBlend",
|
||||
"DebugInput",
|
||||
"VAEEncodeForInpaint (WAS)",
|
||||
"VividSharpen"
|
||||
],
|
||||
{
|
||||
"title_aux": "WAS_Extras"
|
||||
}
|
||||
],
|
||||
"https://github.com/WASasquatch/was-node-suite-comfyui": [
|
||||
[
|
||||
"BLIP Analyze Image",
|
||||
@ -1958,7 +1969,7 @@
|
||||
"Seed Everywhere"
|
||||
],
|
||||
{
|
||||
"title_aux": "Use Everwhere"
|
||||
"title_aux": "Use Everywhere (UE Nodes)"
|
||||
}
|
||||
],
|
||||
"https://github.com/city96/ComfyUI_ColorMod": [
|
||||
@ -2296,6 +2307,16 @@
|
||||
"title_aux": "y.k.'s ComfyUI node suite"
|
||||
}
|
||||
],
|
||||
"https://github.com/hhhzzyang/Comfyui_Lama": [
|
||||
[
|
||||
"LamaApply",
|
||||
"LamaModelLoader",
|
||||
"YamlConfigLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-Lama"
|
||||
}
|
||||
],
|
||||
"https://github.com/hnmr293/ComfyUI-nodes-hnmr": [
|
||||
[
|
||||
"CLIPIter",
|
||||
@ -3476,13 +3497,78 @@
|
||||
"title_aux": "NodeGPT"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyImageSubmit": [
|
||||
[
|
||||
"DTSimpleSubmitImage",
|
||||
"DTSubmitImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfy AI DoubTech.ai Image Sumission Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyLoaders": [
|
||||
[
|
||||
"DTCLIPLoader",
|
||||
"DTCLIPVisionLoader",
|
||||
"DTCheckpointLoader",
|
||||
"DTCheckpointLoaderSimple",
|
||||
"DTControlNetLoader",
|
||||
"DTDiffControlNetLoader",
|
||||
"DTDiffusersLoader",
|
||||
"DTGLIGENLoader",
|
||||
"DTLoadImage",
|
||||
"DTLoadImageMask",
|
||||
"DTLoadLatent",
|
||||
"DTLoraLoader",
|
||||
"DTLorasLoader",
|
||||
"DTStyleModelLoader",
|
||||
"DTUpscaleModelLoader",
|
||||
"DTVAELoader",
|
||||
"DTunCLIPCheckpointLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfy UI Online Loaders"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyPromptAgent": [
|
||||
[
|
||||
"DTPromptAgent",
|
||||
"DTPromptAgentString"
|
||||
],
|
||||
{
|
||||
"title_aux": "DTAIComfyPromptAgent"
|
||||
"title_aux": "Comfy UI Prompt Agent"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyQRCodes": [
|
||||
[
|
||||
"QRCode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfy UI QR Codes"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyVariables": [
|
||||
[
|
||||
"DTCLIPTextEncode",
|
||||
"DTSingleLineStringVariable",
|
||||
"DTSingleLineStringVariableNoClip",
|
||||
"FloatVariable",
|
||||
"IntVariable",
|
||||
"StringFormat",
|
||||
"StringFormatSingleLine",
|
||||
"StringVariable"
|
||||
],
|
||||
{
|
||||
"title_aux": "Variables for Comfy UI"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIImageToTextNode": [
|
||||
[
|
||||
"DTAIImageToTextNode",
|
||||
"DTAIImageUrlToTextNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Image to Text Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/youyegit/tdxh_node_comfyui": [
|
||||
|
||||
@ -1,5 +1,75 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "hhhzzyang",
|
||||
"title": "Comfyui-Lama",
|
||||
"reference": "https://github.com/hhhzzyang/Comfyui_Lama",
|
||||
"files": [
|
||||
"https://github.com/hhhzzyang/Comfyui_Lama"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: LamaaModelLoad, LamaApply, YamlConfigLoader. a costumer node is realized to remove anything/inpainting anything from a picture by mask inpainting."
|
||||
},
|
||||
{
|
||||
"author": "WASasquatch",
|
||||
"title": "WAS_Extras",
|
||||
"reference": "https://github.com/WASasquatch/WAS_Extras",
|
||||
"files": [
|
||||
"https://github.com/WASasquatch/WAS_Extras"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Conditioning (Blend), Inpainting VAE Encode (WAS), VividSharpen. Experimental nodes, or other random extra helper nodes."
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Image to Text Node",
|
||||
"reference": "https://github.com/yolanother/DTAIImageToTextNode",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIImageToTextNode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Image URL to Text, Image to Text."
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Comfy UI Online Loaders",
|
||||
"reference": "https://github.com/yolanother/DTAIComfyLoaders",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIComfyLoaders"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Submit Image (Parameters), Submit Image. A collection of loaders that use a shared common online data source rather than relying on the files to be present locally."
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Comfy AI DoubTech.ai Image Sumission Node",
|
||||
"reference": "https://github.com/yolanother/DTAIComfyImageSubmit",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIComfyImageSubmit"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyAI submit node to upload images to DoubTech.ai"
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Comfy UI QR Codes",
|
||||
"reference": "https://github.com/yolanother/DTAIComfyQRCodes",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIComfyQRCodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension introduces QR code nodes for the Comfy UI stable diffusion client. NOTE: ComfyUI qrcode extension required."
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Variables for Comfy UI",
|
||||
"reference": "https://github.com/yolanother/DTAIComfyVariables",
|
||||
"files": [
|
||||
"https://github.com/yolanother/DTAIComfyVariables"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: String, Int, Float, Short String, CLIP Text Encode (With Variables), String Format, Short String Format. This extension introduces quality of life improvements by providing variable nodes and shared global variables."
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "KJNodes for ComfyUI",
|
||||
|
||||
@ -1287,6 +1287,17 @@
|
||||
"title_aux": "Power Noise Suite for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/WASasquatch/WAS_Extras": [
|
||||
[
|
||||
"ConditioningBlend",
|
||||
"DebugInput",
|
||||
"VAEEncodeForInpaint (WAS)",
|
||||
"VividSharpen"
|
||||
],
|
||||
{
|
||||
"title_aux": "WAS_Extras"
|
||||
}
|
||||
],
|
||||
"https://github.com/WASasquatch/was-node-suite-comfyui": [
|
||||
[
|
||||
"BLIP Analyze Image",
|
||||
@ -1958,7 +1969,7 @@
|
||||
"Seed Everywhere"
|
||||
],
|
||||
{
|
||||
"title_aux": "Use Everwhere"
|
||||
"title_aux": "Use Everywhere (UE Nodes)"
|
||||
}
|
||||
],
|
||||
"https://github.com/city96/ComfyUI_ColorMod": [
|
||||
@ -2296,6 +2307,16 @@
|
||||
"title_aux": "y.k.'s ComfyUI node suite"
|
||||
}
|
||||
],
|
||||
"https://github.com/hhhzzyang/Comfyui_Lama": [
|
||||
[
|
||||
"LamaApply",
|
||||
"LamaModelLoader",
|
||||
"YamlConfigLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-Lama"
|
||||
}
|
||||
],
|
||||
"https://github.com/hnmr293/ComfyUI-nodes-hnmr": [
|
||||
[
|
||||
"CLIPIter",
|
||||
@ -3476,13 +3497,78 @@
|
||||
"title_aux": "NodeGPT"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyImageSubmit": [
|
||||
[
|
||||
"DTSimpleSubmitImage",
|
||||
"DTSubmitImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfy AI DoubTech.ai Image Sumission Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyLoaders": [
|
||||
[
|
||||
"DTCLIPLoader",
|
||||
"DTCLIPVisionLoader",
|
||||
"DTCheckpointLoader",
|
||||
"DTCheckpointLoaderSimple",
|
||||
"DTControlNetLoader",
|
||||
"DTDiffControlNetLoader",
|
||||
"DTDiffusersLoader",
|
||||
"DTGLIGENLoader",
|
||||
"DTLoadImage",
|
||||
"DTLoadImageMask",
|
||||
"DTLoadLatent",
|
||||
"DTLoraLoader",
|
||||
"DTLorasLoader",
|
||||
"DTStyleModelLoader",
|
||||
"DTUpscaleModelLoader",
|
||||
"DTVAELoader",
|
||||
"DTunCLIPCheckpointLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfy UI Online Loaders"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyPromptAgent": [
|
||||
[
|
||||
"DTPromptAgent",
|
||||
"DTPromptAgentString"
|
||||
],
|
||||
{
|
||||
"title_aux": "DTAIComfyPromptAgent"
|
||||
"title_aux": "Comfy UI Prompt Agent"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyQRCodes": [
|
||||
[
|
||||
"QRCode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfy UI QR Codes"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIComfyVariables": [
|
||||
[
|
||||
"DTCLIPTextEncode",
|
||||
"DTSingleLineStringVariable",
|
||||
"DTSingleLineStringVariableNoClip",
|
||||
"FloatVariable",
|
||||
"IntVariable",
|
||||
"StringFormat",
|
||||
"StringFormatSingleLine",
|
||||
"StringVariable"
|
||||
],
|
||||
{
|
||||
"title_aux": "Variables for Comfy UI"
|
||||
}
|
||||
],
|
||||
"https://github.com/yolanother/DTAIImageToTextNode": [
|
||||
[
|
||||
"DTAIImageToTextNode",
|
||||
"DTAIImageUrlToTextNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Image to Text Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/youyegit/tdxh_node_comfyui": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user