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
6e36833518
commit
1bd58e9711
@ -10710,11 +10710,11 @@
|
||||
},
|
||||
{
|
||||
"author": "RedRayz",
|
||||
"title": "ComfyUI-BooruToWd",
|
||||
"id": "booru2wd",
|
||||
"reference": "https://github.com/RedRayz/ComfyUI-BooruToWd",
|
||||
"title": "ComfyUI-Danbooru-To-WD",
|
||||
"id": "danbooru2wd",
|
||||
"reference": "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD",
|
||||
"files": [
|
||||
"https://github.com/RedRayz/ComfyUI-BooruToWd"
|
||||
"https://github.com/RedRayz/ComfyUI-Danbooru-To-WD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Converts booru tags to a format suitable for Waifu Diffusion(or Danbooru based models)."
|
||||
@ -10741,6 +10741,39 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "SaltAI AudioViz contains ComfyUI nodes for generating complex audio reactive visualizations"
|
||||
},
|
||||
{
|
||||
"author": "SherryXieYuchen",
|
||||
"title": "ComfyUI-Image-Inpainting",
|
||||
"id": "image-inpainting",
|
||||
"reference": "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting",
|
||||
"files": [
|
||||
"https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:VAE Encode Inpaint, VAE Decode Inpaint, ColorCorrection Inpaint, ImagePreprocess Inpaint, ImagePostprocess Inpaint, Load Model Inpaint, Inpainting (using Model)"
|
||||
},
|
||||
{
|
||||
"author": "zeroxoxo",
|
||||
"title": "ComfyUI-Fast-Style-Transfer",
|
||||
"id": "fast-style-transfer",
|
||||
"reference": "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer",
|
||||
"files": [
|
||||
"https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node for fast neural style transfer. This is a simple conversion based on this: [a/https://github.com/rrmina/fast-neural-style-pytorch](https://github.com/rrmina/fast-neural-style-pytorch) Only basic inference functionality is ported for now."
|
||||
},
|
||||
{
|
||||
"author": "iwanders",
|
||||
"title": "iwanders/ComfyUI_nodes",
|
||||
"id": "iwanders-nodes",
|
||||
"reference": "https://github.com/iwanders/ComfyUI_nodes",
|
||||
"files": [
|
||||
"https://github.com/iwanders/ComfyUI_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:IW SaveString, IW PrintString, IW ReplaceString, IW StringNode, IW StringConcat, IW TokenizerVocab, IW JsonPickItem."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3366,12 +3366,12 @@
|
||||
"title_aux": "ComfyUI-Qais-Helper"
|
||||
}
|
||||
],
|
||||
"https://github.com/RedRayz/ComfyUI-BooruToWd": [
|
||||
"https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": [
|
||||
[
|
||||
"BooruToWD"
|
||||
"DanbooruToWD"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-BooruToWd"
|
||||
"title_aux": "ComfyUI-Danbooru-To-WD"
|
||||
}
|
||||
],
|
||||
"https://github.com/RenderRift/ComfyUI-RenderRiftNodes": [
|
||||
@ -3876,6 +3876,20 @@
|
||||
"title_aux": "Eagleshadow Custom Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": [
|
||||
[
|
||||
"INPAINT_ColorCorrection",
|
||||
"INPAINT_InpaintingWithModel",
|
||||
"INPAINT_LoadModel",
|
||||
"INPAINT_VAEDecode",
|
||||
"INPAINT_VAEEncode",
|
||||
"ImagePostprocess",
|
||||
"ImagePreprocess"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Image-Inpainting"
|
||||
}
|
||||
],
|
||||
"https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": [
|
||||
[
|
||||
"Luts",
|
||||
@ -9962,6 +9976,20 @@
|
||||
"title_aux": "FaceSwap"
|
||||
}
|
||||
],
|
||||
"https://github.com/iwanders/ComfyUI_nodes": [
|
||||
[
|
||||
"IW_JsonPickItem",
|
||||
"IW_StringConcat",
|
||||
"IW_StringNode",
|
||||
"IW_StringPrint",
|
||||
"IW_StringReplace",
|
||||
"IW_StringSave",
|
||||
"IW_TokenizerVocab"
|
||||
],
|
||||
{
|
||||
"title_aux": "iwanders/ComfyUI_nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/jags111/ComfyUI_Jags_Audiotools": [
|
||||
[
|
||||
"BatchJoinAudio",
|
||||
@ -15240,6 +15268,14 @@
|
||||
"title_aux": "Cute Comfy"
|
||||
}
|
||||
],
|
||||
"https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": [
|
||||
[
|
||||
"FastStyleTransfer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Fast-Style-Transfer"
|
||||
}
|
||||
],
|
||||
"https://github.com/zfkun/ComfyUI_zfkun": [
|
||||
[
|
||||
"ZFLoadImagePath",
|
||||
|
||||
@ -69,6 +69,11 @@
|
||||
"last_update": "2024-06-06 23:11:12",
|
||||
"author_account_age_days": 193
|
||||
},
|
||||
"https://github.com/AI2lab/comfyUI-tool-2lab": {
|
||||
"stars": 7,
|
||||
"last_update": "2024-06-06 16:16:11",
|
||||
"author_account_age_days": 193
|
||||
},
|
||||
"https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": {
|
||||
"stars": 5,
|
||||
"last_update": "2024-06-19 13:59:49",
|
||||
@ -1159,6 +1164,11 @@
|
||||
"last_update": "2024-06-23 20:44:36",
|
||||
"author_account_age_days": 1365
|
||||
},
|
||||
"https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-24 18:20:48",
|
||||
"author_account_age_days": 1366
|
||||
},
|
||||
"https://github.com/RenderRift/ComfyUI-RenderRiftNodes": {
|
||||
"stars": 6,
|
||||
"last_update": "2024-05-22 22:16:41",
|
||||
@ -1249,6 +1259,11 @@
|
||||
"last_update": "2024-06-15 13:04:49",
|
||||
"author_account_age_days": 3398
|
||||
},
|
||||
"https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-25 10:30:21",
|
||||
"author_account_age_days": 116
|
||||
},
|
||||
"https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-06-24 21:53:05",
|
||||
@ -2839,6 +2854,11 @@
|
||||
"last_update": "2024-05-23 00:54:46",
|
||||
"author_account_age_days": 117
|
||||
},
|
||||
"https://github.com/get-salt-AI/SaltAI_AudioViz": {
|
||||
"stars": 10,
|
||||
"last_update": "2024-06-08 00:10:08",
|
||||
"author_account_age_days": 117
|
||||
},
|
||||
"https://github.com/get-salt-AI/SaltAI_Language_Toolkit": {
|
||||
"stars": 18,
|
||||
"last_update": "2024-06-14 09:06:17",
|
||||
@ -3124,6 +3144,11 @@
|
||||
"last_update": "2024-05-22 18:22:29",
|
||||
"author_account_age_days": 889
|
||||
},
|
||||
"https://github.com/iwanders/ComfyUI_nodes": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-24 23:27:32",
|
||||
"author_account_age_days": 4427
|
||||
},
|
||||
"https://github.com/jags111/ComfyUI_Jags_Audiotools": {
|
||||
"stars": 32,
|
||||
"last_update": "2024-05-19 18:54:12",
|
||||
@ -4899,6 +4924,11 @@
|
||||
"last_update": "2024-05-22 21:18:53",
|
||||
"author_account_age_days": 2671
|
||||
},
|
||||
"https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": {
|
||||
"stars": 4,
|
||||
"last_update": "2024-06-25 06:37:23",
|
||||
"author_account_age_days": 2444
|
||||
},
|
||||
"https://github.com/zfkun/ComfyUI_zfkun": {
|
||||
"stars": 13,
|
||||
"last_update": "2024-05-27 11:21:51",
|
||||
|
||||
@ -11,6 +11,28 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "mingqizhang",
|
||||
"title": "ComfyUI_AEMatter_zmq",
|
||||
"id": "aematter-zmq",
|
||||
"reference": "https://github.com/mingqizhang/ComfyUI_AEMatter_zmq",
|
||||
"files": [
|
||||
"https://github.com/mingqizhang/ComfyUI_AEMatter_zmq"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:AEMatter_ModelLoader, Create_Trimap, AEMatter_Apply, Mask_Transfor, Replace_Background, Gaussian_Filter, Guide_Filter"
|
||||
},
|
||||
{
|
||||
"author": "majorsauce",
|
||||
"title": "comfyui_indieTools [WIP]",
|
||||
"id": "indie-tools",
|
||||
"reference": "https://github.com/majorsauce/comfyui_indieTools",
|
||||
"files": [
|
||||
"https://github.com/majorsauce/comfyui_indieTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:[Indie] Cut by Mask, [Indie] Paste Image, [Indie] Local Scale, [Indie] Solidify, [Indie] Yolo Detector.[w/Install may fail due to invliad requirements.txt file]"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "ComfyUI-ViViD",
|
||||
|
||||
@ -12,6 +12,17 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "iwanders",
|
||||
"title": "iwanders/ComfyUI_nodes",
|
||||
"id": "iwanders-nodes",
|
||||
"reference": "https://github.com/iwanders/ComfyUI_nodes",
|
||||
"files": [
|
||||
"https://github.com/iwanders/ComfyUI_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:IW SaveString, IW PrintString, IW ReplaceString, IW StringNode, IW StringConcat, IW TokenizerVocab, IW JsonPickItem."
|
||||
},
|
||||
{
|
||||
"author": "SaltAI",
|
||||
"title": "SaltAI_AudioViz",
|
||||
@ -34,6 +45,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "tool set for developing workflow and publish to web api server"
|
||||
},
|
||||
{
|
||||
"author": "SherryXieYuchen",
|
||||
"title": "ComfyUI-Image-Inpainting",
|
||||
"id": "image-inpainting",
|
||||
"reference": "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting",
|
||||
"files": [
|
||||
"https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:VAE Encode Inpaint, VAE Decode Inpaint, ColorCorrection Inpaint, ImagePreprocess Inpaint, ImagePostprocess Inpaint, Load Model Inpaint, Inpainting (using Model)"
|
||||
},
|
||||
{
|
||||
"author": "zeroxoxo",
|
||||
"title": "ComfyUI-Fast-Style-Transfer",
|
||||
"id": "fast-style-transfer",
|
||||
"reference": "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer",
|
||||
"files": [
|
||||
"https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node for fast neural style transfer. This is a simple conversion based on this: [a/https://github.com/rrmina/fast-neural-style-pytorch](https://github.com/rrmina/fast-neural-style-pytorch) Only basic inference functionality is ported for now."
|
||||
},
|
||||
{
|
||||
"author": "Shibiko-AI",
|
||||
"title": "Shibiko AI ComfyUI Tools",
|
||||
@ -57,11 +90,11 @@
|
||||
},
|
||||
{
|
||||
"author": "RedRayz",
|
||||
"title": "ComfyUI-BooruToWd",
|
||||
"id": "booru2wd",
|
||||
"reference": "https://github.com/RedRayz/ComfyUI-BooruToWd",
|
||||
"title": "ComfyUI-Danbooru-To-WD",
|
||||
"id": "danbooru2wd",
|
||||
"reference": "https://github.com/RedRayz/ComfyUI-Danbooru-To-WD",
|
||||
"files": [
|
||||
"https://github.com/RedRayz/ComfyUI-BooruToWd"
|
||||
"https://github.com/RedRayz/ComfyUI-Danbooru-To-WD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Converts booru tags to a format suitable for Waifu Diffusion(or Danbooru based models)."
|
||||
@ -664,59 +697,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A node to set workflow settings."
|
||||
},
|
||||
{
|
||||
"author": "denfrost",
|
||||
"title": "Den_ComfyUI_Workflows",
|
||||
"id": "den",
|
||||
"reference": "https://github.com/denfrost/Den_ComfyUI_Workflow",
|
||||
"files": [
|
||||
"https://github.com/denfrost/Den_ComfyUI_Workflow"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes make easy Advanced Workflows. Focus on Image/Video and ControlNet efficiency and performances. Manipulation of Latent Space, Automatic pipeline with a bit efforts."
|
||||
},
|
||||
{
|
||||
"author": "seghier",
|
||||
"title": "ComfyUI_LibreTranslate",
|
||||
"reference": "https://github.com/seghier/ComfyUI_LibreTranslate",
|
||||
"files": [
|
||||
"https://github.com/seghier/ComfyUI_LibreTranslate/raw/main/translate_node.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "Use LibreTranslation in ComfyUI [a/https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)"
|
||||
},
|
||||
{
|
||||
"author": "Limbicnation",
|
||||
"title": "ComfyUIDepthEstimation",
|
||||
"reference": "https://github.com/Limbicnation/ComfyUIDepthEstimation",
|
||||
"files": [
|
||||
"https://github.com/Limbicnation/ComfyUIDepthEstimation/raw/main/depth_estimation_node.py"
|
||||
],
|
||||
"pip": ["transformers"],
|
||||
"install_type": "copy",
|
||||
"description": "A custom depth estimation node for ComfyUI using transformer models. It integrates depth estimation with automatic gamma correction, contrast adjustment, and edge detection, based on the [a/TransformDepth](https://github.com/Limbicnation/TransformDepth) repository."
|
||||
},
|
||||
{
|
||||
"author": "shadowcz007",
|
||||
"title": "comfyui-sound-lab",
|
||||
"id": "soundlab",
|
||||
"reference": "https://github.com/shadowcz007/comfyui-sound-lab",
|
||||
"files": [
|
||||
"https://github.com/shadowcz007/comfyui-sound-lab"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Music Gen, Audio Play, Stable Audio"
|
||||
},
|
||||
{
|
||||
"author": "DannyStone1999",
|
||||
"title": "ComfyUI-Depth2Mask",
|
||||
"reference": "https://github.com/DannyStone1999/ComfyUI-Depth2Mask",
|
||||
"files": [
|
||||
"https://github.com/DannyStone1999/ComfyUI-Depth2Mask/raw/main/Depth2Mask.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "Nodes:Depth2Mask"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -3366,12 +3366,12 @@
|
||||
"title_aux": "ComfyUI-Qais-Helper"
|
||||
}
|
||||
],
|
||||
"https://github.com/RedRayz/ComfyUI-BooruToWd": [
|
||||
"https://github.com/RedRayz/ComfyUI-Danbooru-To-WD": [
|
||||
[
|
||||
"BooruToWD"
|
||||
"DanbooruToWD"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-BooruToWd"
|
||||
"title_aux": "ComfyUI-Danbooru-To-WD"
|
||||
}
|
||||
],
|
||||
"https://github.com/RenderRift/ComfyUI-RenderRiftNodes": [
|
||||
@ -3876,6 +3876,20 @@
|
||||
"title_aux": "Eagleshadow Custom Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": [
|
||||
[
|
||||
"INPAINT_ColorCorrection",
|
||||
"INPAINT_InpaintingWithModel",
|
||||
"INPAINT_LoadModel",
|
||||
"INPAINT_VAEDecode",
|
||||
"INPAINT_VAEEncode",
|
||||
"ImagePostprocess",
|
||||
"ImagePreprocess"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Image-Inpainting"
|
||||
}
|
||||
],
|
||||
"https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": [
|
||||
[
|
||||
"Luts",
|
||||
@ -9962,6 +9976,20 @@
|
||||
"title_aux": "FaceSwap"
|
||||
}
|
||||
],
|
||||
"https://github.com/iwanders/ComfyUI_nodes": [
|
||||
[
|
||||
"IW_JsonPickItem",
|
||||
"IW_StringConcat",
|
||||
"IW_StringNode",
|
||||
"IW_StringPrint",
|
||||
"IW_StringReplace",
|
||||
"IW_StringSave",
|
||||
"IW_TokenizerVocab"
|
||||
],
|
||||
{
|
||||
"title_aux": "iwanders/ComfyUI_nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/jags111/ComfyUI_Jags_Audiotools": [
|
||||
[
|
||||
"BatchJoinAudio",
|
||||
@ -15240,6 +15268,14 @@
|
||||
"title_aux": "Cute Comfy"
|
||||
}
|
||||
],
|
||||
"https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": [
|
||||
[
|
||||
"FastStyleTransfer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Fast-Style-Transfer"
|
||||
}
|
||||
],
|
||||
"https://github.com/zfkun/ComfyUI_zfkun": [
|
||||
[
|
||||
"ZFLoadImagePath",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user