update DB

This commit is contained in:
Dr.Lt.Data 2024-05-08 20:37:33 +09:00
parent 38b1c846ed
commit 9c088220e3
5 changed files with 414 additions and 220 deletions

View File

@ -7201,6 +7201,16 @@
"install_type": "git-clone", "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." "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."
}, },
{
"author": "A4P7J1N7M05OT",
"title": "ComfyUI-AutoColorGimp",
"reference": "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp",
"files": [
"https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp"
],
"install_type": "git-clone",
"description": "Shamelessly copied the code to auto color correct the image like in gimp from this answer: [a/https://stackoverflow.com/a/56365560/4561887](https://stackoverflow.com/a/56365560/4561887)"
},
{ {
"author": "ronniebasak", "author": "ronniebasak",
"title": "ComfyUI-Tara-LLM-Integration", "title": "ComfyUI-Tara-LLM-Integration",
@ -7341,6 +7351,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "a comfyui custom node for [a/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git), you can Voice-Conversion in comfyui now!\nNOTE: make sure ffmpeg is worked in your commandline for Linux" "description": "a comfyui custom node for [a/Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git), you can Voice-Conversion in comfyui now!\nNOTE: make sure ffmpeg is worked in your commandline for Linux"
}, },
{
"author": "AIFSH",
"title": "ComfyUI-XTTS",
"reference": "https://github.com/AIFSH/ComfyUI-XTTS",
"files": [
"https://github.com/AIFSH/ComfyUI-XTTS"
],
"install_type": "git-clone",
"description": "a custom comfyui node for [a/coqui-ai/TTS](https://github.com/coqui-ai/TTS.git)'s xtts module! support 17 languages voice cloning and tts"
},
{ {
"author": "Koishi-Star", "author": "Koishi-Star",
"title": "Euler-Smea-Dyn-Sampler", "title": "Euler-Smea-Dyn-Sampler",
@ -7401,6 +7421,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A tool for novice users in Chinese Mainland to call the huggingface hub and download the huggingface models." "description": "A tool for novice users in Chinese Mainland to call the huggingface hub and download the huggingface models."
}, },
{
"author": "smthemex",
"title": "ComfyUI_Llama3_8B",
"reference": "https://github.com/smthemex/ComfyUI_Llama3_8B",
"files": [
"https://github.com/smthemex/ComfyUI_Llama3_8B"
],
"install_type": "git-clone",
"description": "Llama3_8B for comfyUI using pipeline workflow."
},
{ {
"author": "choey", "author": "choey",
"title": "Comfy-Topaz", "title": "Comfy-Topaz",
@ -8021,6 +8051,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "EmbeddingsNameLoader, EmbendingList" "description": "EmbeddingsNameLoader, EmbendingList"
}, },
{
"author": "chenpx976",
"title": "ComfyUI-RunRunRun",
"reference": "https://github.com/chenpx976/ComfyUI-RunRunRun",
"files": [
"https://github.com/chenpx976/ComfyUI-RunRunRun"
],
"install_type": "git-clone",
"description": "add http api http://127.0.0.1:8188/comfyui-run/run use in other llm project."
},

View File

@ -182,6 +182,14 @@
"title_aux": "ComfyUI-Static-Primitives" "title_aux": "ComfyUI-Static-Primitives"
} }
], ],
"https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": [
[
"AutoColorGimp"
],
{
"title_aux": "ComfyUI-AutoColorGimp"
}
],
"https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE": [ "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE": [
[ [
"PixelOE" "PixelOE"
@ -270,6 +278,17 @@
"title_aux": "ComfyUI-WhisperX" "title_aux": "ComfyUI-WhisperX"
} }
], ],
"https://github.com/AIFSH/ComfyUI-XTTS": [
[
"LoadAudio",
"LoadSRT",
"PreViewAudio",
"XTTS_INFER"
],
{
"title_aux": "ComfyUI-XTTS"
}
],
"https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [ "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [
[ [
"LoadMarianMTCheckPoint", "LoadMarianMTCheckPoint",
@ -2029,8 +2048,10 @@
], ],
"https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [ "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [
[ [
"Load Nai Styles CSV", "Load Nai Styles Complex CSV",
"Universal_Styler_Node" "ShowText|pysssss",
"Universal_Styler_Node",
"concat"
], ],
{ {
"title_aux": "ComfyUI Universal Styler" "title_aux": "ComfyUI Universal Styler"
@ -2598,6 +2619,7 @@
"PostSamplerCrop", "PostSamplerCrop",
"SDXLEmptyLatent", "SDXLEmptyLatent",
"SaveWithMetaData", "SaveWithMetaData",
"SaveWithMetaData2",
"SimplePrompts", "SimplePrompts",
"SpecificStylesDir", "SpecificStylesDir",
"TimeStamp", "TimeStamp",
@ -6461,10 +6483,16 @@
"BlendModes", "BlendModes",
"ColorBalance", "ColorBalance",
"ColorBalanceAdvanced", "ColorBalanceAdvanced",
"GaussianBlur",
"GaussianBlurDepth",
"HueSat", "HueSat",
"HueSatAdvanced", "HueSatAdvanced",
"LensBlur",
"LensBlurDepth",
"Levels", "Levels",
"MergeRGB", "MergeRGB",
"MotionBlur",
"MotionBlurDepth",
"SelectiveColor", "SelectiveColor",
"SolidColor", "SolidColor",
"SolidColorHSV", "SolidColorHSV",
@ -9331,6 +9359,14 @@
"title_aux": "simple wildcard for ComfyUI" "title_aux": "simple wildcard for ComfyUI"
} }
], ],
"https://github.com/liusida/ComfyUI-AutoCropFaces": [
[
"AutoCropFaces"
],
{
"title_aux": "ComfyUI-AutoCropFaces"
}
],
"https://github.com/liusida/ComfyUI-Debug": [ "https://github.com/liusida/ComfyUI-Debug": [
[ [
"DebugInspectorNode", "DebugInspectorNode",
@ -11176,6 +11212,15 @@
"title_aux": "ComfyUI_ChatGLM_API" "title_aux": "ComfyUI_ChatGLM_API"
} }
], ],
"https://github.com/smthemex/ComfyUI_Llama3_8B": [
[
"ChatQA_1p5_8B",
"Meta_Llama3_8B"
],
{
"title_aux": "ComfyUI_Llama3_8B"
}
],
"https://github.com/smthemex/ComfyUI_ParlerTTS": [ "https://github.com/smthemex/ComfyUI_ParlerTTS": [
[ [
"PromptToAudio" "PromptToAudio"
@ -11352,7 +11397,9 @@
"KRestartSampler", "KRestartSampler",
"KRestartSamplerAdv", "KRestartSamplerAdv",
"KRestartSamplerCustom", "KRestartSamplerCustom",
"KRestartSamplerSimple" "KRestartSamplerSimple",
"RestartSampler",
"RestartScheduler"
], ],
{ {
"title_aux": "Restart Sampling" "title_aux": "Restart Sampling"

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,46 @@
{
"author": "smthemex",
"title": "ComfyUI_Llama3_8B",
"reference": "https://github.com/smthemex/ComfyUI_Llama3_8B",
"files": [
"https://github.com/smthemex/ComfyUI_Llama3_8B"
],
"install_type": "git-clone",
"description": "Llama3_8B for comfyUI using pipeline workflow."
},
{
"author": "Sida Liu",
"title": "ComfyUI-AutoCropFaces",
"reference": "https://github.com/liusida/ComfyUI-AutoCropFaces",
"files": [
"https://github.com/liusida/ComfyUI-AutoCropFaces"
],
"install_type": "git-clone",
"description": "Use RetinaFace to detect and automatically crop faces."
},
{
"author": "AIFSH",
"title": "ComfyUI-XTTS",
"reference": "https://github.com/AIFSH/ComfyUI-XTTS",
"files": [
"https://github.com/AIFSH/ComfyUI-XTTS"
],
"install_type": "git-clone",
"description": "a custom comfyui node for [a/coqui-ai/TTS](https://github.com/coqui-ai/TTS.git)'s xtts module! support 17 languages voice cloning and tts"
},
{
"author": "chenpx976",
"title": "ComfyUI-RunRunRun",
"reference": "https://github.com/chenpx976/ComfyUI-RunRunRun",
"files": [
"https://github.com/chenpx976/ComfyUI-RunRunRun"
],
"install_type": "git-clone",
"description": "add http api http://127.0.0.1:8188/comfyui-run/run use in other llm project."
},
{ {
"author": "AI2lab", "author": "AI2lab",
"title": "comfyUI-DeepSeek-2lab", "title": "comfyUI-DeepSeek-2lab",

View File

@ -182,6 +182,14 @@
"title_aux": "ComfyUI-Static-Primitives" "title_aux": "ComfyUI-Static-Primitives"
} }
], ],
"https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": [
[
"AutoColorGimp"
],
{
"title_aux": "ComfyUI-AutoColorGimp"
}
],
"https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE": [ "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE": [
[ [
"PixelOE" "PixelOE"
@ -270,6 +278,17 @@
"title_aux": "ComfyUI-WhisperX" "title_aux": "ComfyUI-WhisperX"
} }
], ],
"https://github.com/AIFSH/ComfyUI-XTTS": [
[
"LoadAudio",
"LoadSRT",
"PreViewAudio",
"XTTS_INFER"
],
{
"title_aux": "ComfyUI-XTTS"
}
],
"https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [ "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": [
[ [
"LoadMarianMTCheckPoint", "LoadMarianMTCheckPoint",
@ -2029,8 +2048,10 @@
], ],
"https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [ "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [
[ [
"Load Nai Styles CSV", "Load Nai Styles Complex CSV",
"Universal_Styler_Node" "ShowText|pysssss",
"Universal_Styler_Node",
"concat"
], ],
{ {
"title_aux": "ComfyUI Universal Styler" "title_aux": "ComfyUI Universal Styler"
@ -2598,6 +2619,7 @@
"PostSamplerCrop", "PostSamplerCrop",
"SDXLEmptyLatent", "SDXLEmptyLatent",
"SaveWithMetaData", "SaveWithMetaData",
"SaveWithMetaData2",
"SimplePrompts", "SimplePrompts",
"SpecificStylesDir", "SpecificStylesDir",
"TimeStamp", "TimeStamp",
@ -6461,10 +6483,16 @@
"BlendModes", "BlendModes",
"ColorBalance", "ColorBalance",
"ColorBalanceAdvanced", "ColorBalanceAdvanced",
"GaussianBlur",
"GaussianBlurDepth",
"HueSat", "HueSat",
"HueSatAdvanced", "HueSatAdvanced",
"LensBlur",
"LensBlurDepth",
"Levels", "Levels",
"MergeRGB", "MergeRGB",
"MotionBlur",
"MotionBlurDepth",
"SelectiveColor", "SelectiveColor",
"SolidColor", "SolidColor",
"SolidColorHSV", "SolidColorHSV",
@ -9331,6 +9359,14 @@
"title_aux": "simple wildcard for ComfyUI" "title_aux": "simple wildcard for ComfyUI"
} }
], ],
"https://github.com/liusida/ComfyUI-AutoCropFaces": [
[
"AutoCropFaces"
],
{
"title_aux": "ComfyUI-AutoCropFaces"
}
],
"https://github.com/liusida/ComfyUI-Debug": [ "https://github.com/liusida/ComfyUI-Debug": [
[ [
"DebugInspectorNode", "DebugInspectorNode",
@ -11176,6 +11212,15 @@
"title_aux": "ComfyUI_ChatGLM_API" "title_aux": "ComfyUI_ChatGLM_API"
} }
], ],
"https://github.com/smthemex/ComfyUI_Llama3_8B": [
[
"ChatQA_1p5_8B",
"Meta_Llama3_8B"
],
{
"title_aux": "ComfyUI_Llama3_8B"
}
],
"https://github.com/smthemex/ComfyUI_ParlerTTS": [ "https://github.com/smthemex/ComfyUI_ParlerTTS": [
[ [
"PromptToAudio" "PromptToAudio"
@ -11352,7 +11397,9 @@
"KRestartSampler", "KRestartSampler",
"KRestartSamplerAdv", "KRestartSamplerAdv",
"KRestartSamplerCustom", "KRestartSamplerCustom",
"KRestartSamplerSimple" "KRestartSamplerSimple",
"RestartSampler",
"RestartScheduler"
], ],
{ {
"title_aux": "Restart Sampling" "title_aux": "Restart Sampling"