update DB

This commit is contained in:
Dr.Lt.Data 2024-04-20 16:53:09 +09:00
parent 63fb2c6f11
commit d91417fe63
5 changed files with 289 additions and 191 deletions

View File

@ -2522,12 +2522,12 @@
{ {
"author": "kijai", "author": "kijai",
"title": "ComfyUI-APISR", "title": "ComfyUI-APISR",
"reference": "https://github.com/kijai/ComfyUI-APISR", "reference": "https://github.com/kijai/ComfyUI-APISR-KJ",
"files": [ "files": [
"https://github.com/kijai/ComfyUI-APISR" "https://github.com/kijai/ComfyUI-APISR-KJ"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Node to use [a/APISR](https://github.com/Kiteretsu77/APISR) upscale models in ComfyUI" "description": "Node to use [a/APISR](https://github.com/Kiteretsu77/APISR) upscale models in ComfyUI.[w/NOTE: repo name is changed from ComfyUI-APISR -> ComfyUI-APISR-KJ]"
}, },
{ {
"author": "kijai", "author": "kijai",
@ -5699,16 +5699,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI Custom Sampler nodes that implement Zheng et al.'s Trajectory Consistency Distillation based on [a/https://mhh0318.github.io/tcd](https://mhh0318.github.io/tcd)" "description": "ComfyUI Custom Sampler nodes that implement Zheng et al.'s Trajectory Consistency Distillation based on [a/https://mhh0318.github.io/tcd](https://mhh0318.github.io/tcd)"
}, },
{
"author": "MarkoCa1",
"title": "ComfyUI_Segment_Mask",
"reference": "https://github.com/MarkoCa1/ComfyUI_Segment_Mask",
"files": [
"https://github.com/MarkoCa1/ComfyUI_Segment_Mask"
],
"install_type": "git-clone",
"description": "Mask cutout based on Segment Anything."
},
{ {
"author": "antrobot", "author": "antrobot",
"title": "antrobots ComfyUI Nodepack", "title": "antrobots ComfyUI Nodepack",
@ -6559,6 +6549,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time." "description": "Various AI tools to use in Comfy UI. Starting with VL and prompt making tools using Ollma as backend will evolve as I find time."
}, },
{
"author": "if-ai",
"title": "ComfyUI-IF_AI_WishperSpeechNode",
"reference": "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode",
"files": [
"https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode"
],
"install_type": "git-clone",
"description": "This repository hosts a Text-to-Speech (TTS) application that leverages Whisper Speech for voice synthesis, allowing users to train a voice model on-the-fly. It is built on ComfyUI and supports rapid training and inference processes."
},
{ {
"author": "dmMaze", "author": "dmMaze",
"title": "Sketch2Manga", "title": "Sketch2Manga",
@ -6619,6 +6619,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Text." "description": "Text."
}, },
{
"author": "MarkoCa1",
"title": "ComfyUI_Segment_Mask",
"reference": "https://github.com/MarkoCa1/ComfyUI_Segment_Mask",
"files": [
"https://github.com/MarkoCa1/ComfyUI_Segment_Mask"
],
"install_type": "git-clone",
"description": "Mask cutout based on Segment Anything."
},
{ {
"author": "Shadetail", "author": "Shadetail",
"title": "Eagleshadow Custom Nodes", "title": "Eagleshadow Custom Nodes",
@ -7509,6 +7519,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI implementation for [a/ELLA](https://github.com/TencentQQGYLab/ELLA)." "description": "ComfyUI implementation for [a/ELLA](https://github.com/TencentQQGYLab/ELLA)."
}, },
{
"author": "DarKDinDoN",
"title": "ComfyUI Checkpoint Automatic Config",
"reference": "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config",
"files": [
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config"
],
"install_type": "git-clone",
"description": "This node was designed to help with checkpoint configuration."
},

View File

@ -926,6 +926,14 @@
"title_aux": "Comfy Couple" "title_aux": "Comfy Couple"
} }
], ],
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [
[
"CheckpointAutomaticConfig"
],
{
"title_aux": "ComfyUI Checkpoint Automatic Config"
}
],
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [ "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [
[ [
"Absolute value", "Absolute value",
@ -2355,6 +2363,7 @@
"EmbeddingLoader", "EmbeddingLoader",
"HashText", "HashText",
"HueSatLum", "HueSatLum",
"ImageDimensions",
"IndoorBackgrounds", "IndoorBackgrounds",
"IntFloatDict", "IntFloatDict",
"IntStringDict", "IntStringDict",
@ -6630,6 +6639,7 @@
"JDCN_SeamlessExperience", "JDCN_SeamlessExperience",
"JDCN_SplitString", "JDCN_SplitString",
"JDCN_StringToList", "JDCN_StringToList",
"JDCN_TXTFileSaver",
"JDCN_VHSFileMover" "JDCN_VHSFileMover"
], ],
{ {
@ -7691,6 +7701,14 @@
"title_aux": "ComfyUI-Lora-Auto-Trigger-Words" "title_aux": "ComfyUI-Lora-Auto-Trigger-Words"
} }
], ],
"https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": [
[
"IF_WhisperSpeech"
],
{
"title_aux": "ComfyUI-IF_AI_WishperSpeechNode"
}
],
"https://github.com/if-ai/ComfyUI-IF_AI_tools": [ "https://github.com/if-ai/ComfyUI-IF_AI_tools": [
[ [
"IF_ChatPrompt", "IF_ChatPrompt",
@ -8134,6 +8152,14 @@
"title_aux": "Animatediff MotionLoRA Trainer" "title_aux": "Animatediff MotionLoRA Trainer"
} }
], ],
"https://github.com/kijai/ComfyUI-APISR-KJ": [
[
"APISR_upscale"
],
{
"title_aux": "ComfyUI-APISR"
}
],
"https://github.com/kijai/ComfyUI-BrushNet-Wrapper": [ "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": [
[ [
"brushnet_ella_loader", "brushnet_ella_loader",
@ -10750,6 +10776,8 @@
"quadmoonConvertNormalizeHW", "quadmoonConvertNormalizeHW",
"quadmoonConvertNumberToString", "quadmoonConvertNumberToString",
"quadmoonINTConditionalOperation", "quadmoonINTConditionalOperation",
"quadmoonKSampler",
"quadmoonKSamplerAdvanced",
"quadmoonThebutton" "quadmoonThebutton"
], ],
{ {

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,26 @@
{
"author": "DarKDinDoN",
"title": "ComfyUI Checkpoint Automatic Config",
"reference": "https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config",
"files": [
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config"
],
"install_type": "git-clone",
"description": "This node was designed to help with checkpoint configuration."
},
{
"author": "if-ai",
"title": "ComfyUI-IF_AI_WishperSpeechNode",
"reference": "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode",
"files": [
"https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode"
],
"install_type": "git-clone",
"description": "This repository hosts a Text-to-Speech (TTS) application that leverages Whisper Speech for voice synthesis, allowing users to train a voice model on-the-fly. It is built on ComfyUI and supports rapid training and inference processes."
},
{ {
"author": "Big Idea Technology", "author": "Big Idea Technology",
"title": "ComfyUI-Book-Tools", "title": "ComfyUI-Book-Tools",
@ -679,16 +698,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Convert Text-to-Speech inside ComfyUI using [a/Piper](https://github.com/rhasspy/piper)" "description": "Convert Text-to-Speech inside ComfyUI using [a/Piper](https://github.com/rhasspy/piper)"
},
{
"author": "A4P7J1N7M05OT",
"title": "ComfyUI-PixelOE",
"reference": "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE",
"files": [
"https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE"
],
"install_type": "git-clone",
"description": "A barebones ComfyUI wrapper for [a/PixelOE](https://github.com/KohakuBlueleaf/PixelOE).\nI cannot promise any support, if there is someone who wants to make a proper node, please do."
} }
] ]
} }

View File

@ -926,6 +926,14 @@
"title_aux": "Comfy Couple" "title_aux": "Comfy Couple"
} }
], ],
"https://github.com/DarKDinDoN/comfyui-checkpoint-automatic-config": [
[
"CheckpointAutomaticConfig"
],
{
"title_aux": "ComfyUI Checkpoint Automatic Config"
}
],
"https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [ "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [
[ [
"Absolute value", "Absolute value",
@ -2355,6 +2363,7 @@
"EmbeddingLoader", "EmbeddingLoader",
"HashText", "HashText",
"HueSatLum", "HueSatLum",
"ImageDimensions",
"IndoorBackgrounds", "IndoorBackgrounds",
"IntFloatDict", "IntFloatDict",
"IntStringDict", "IntStringDict",
@ -6630,6 +6639,7 @@
"JDCN_SeamlessExperience", "JDCN_SeamlessExperience",
"JDCN_SplitString", "JDCN_SplitString",
"JDCN_StringToList", "JDCN_StringToList",
"JDCN_TXTFileSaver",
"JDCN_VHSFileMover" "JDCN_VHSFileMover"
], ],
{ {
@ -7691,6 +7701,14 @@
"title_aux": "ComfyUI-Lora-Auto-Trigger-Words" "title_aux": "ComfyUI-Lora-Auto-Trigger-Words"
} }
], ],
"https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": [
[
"IF_WhisperSpeech"
],
{
"title_aux": "ComfyUI-IF_AI_WishperSpeechNode"
}
],
"https://github.com/if-ai/ComfyUI-IF_AI_tools": [ "https://github.com/if-ai/ComfyUI-IF_AI_tools": [
[ [
"IF_ChatPrompt", "IF_ChatPrompt",
@ -8134,6 +8152,14 @@
"title_aux": "Animatediff MotionLoRA Trainer" "title_aux": "Animatediff MotionLoRA Trainer"
} }
], ],
"https://github.com/kijai/ComfyUI-APISR-KJ": [
[
"APISR_upscale"
],
{
"title_aux": "ComfyUI-APISR"
}
],
"https://github.com/kijai/ComfyUI-BrushNet-Wrapper": [ "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": [
[ [
"brushnet_ella_loader", "brushnet_ella_loader",
@ -10750,6 +10776,8 @@
"quadmoonConvertNormalizeHW", "quadmoonConvertNormalizeHW",
"quadmoonConvertNumberToString", "quadmoonConvertNumberToString",
"quadmoonINTConditionalOperation", "quadmoonINTConditionalOperation",
"quadmoonKSampler",
"quadmoonKSamplerAdvanced",
"quadmoonThebutton" "quadmoonThebutton"
], ],
{ {