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
bbc28ccef8
commit
b6bfb66c71
@ -6959,6 +6959,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "all art styles"
|
||||
},
|
||||
{
|
||||
"author": "al-swaiti",
|
||||
"title": "GeminiOllama ComfyUI Extension",
|
||||
"reference": "https://github.com/al-swaiti/ComfyUI-OllamaGemini",
|
||||
"files": [
|
||||
"https://github.com/al-swaiti/ComfyUI-OllamaGemini"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension integrates Google's Gemini API and Ollama into ComfyUI, allowing users to leverage these powerful language models directly within their ComfyUI workflows."
|
||||
},
|
||||
{
|
||||
"author": "mirabarukaso",
|
||||
"title": "ComfyUI_Mira",
|
||||
@ -12495,6 +12505,27 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Node Pack: PromptChecker for token toggling, KoboldCPP API, ModelMerging, Telegram-Bot-API, and more"
|
||||
},
|
||||
{
|
||||
"author": "leeguandong",
|
||||
"title": "ComfyUI_M3Net",
|
||||
"reference": "https://github.com/leeguandong/ComfyUI_M3Net",
|
||||
"files": [
|
||||
"https://github.com/leeguandong/ComfyUI_M3Net"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI for [a/M3Net](https://github.com/I2-Multimedia-Lab/M3Net)"
|
||||
},
|
||||
{
|
||||
"author": "lenskikh",
|
||||
"title": "Propmt Worker",
|
||||
"reference": "https://github.com/lenskikh/ComfyUI-Prompt-Worker",
|
||||
"files": [
|
||||
"https://github.com/lenskikh/ComfyUI-Prompt-Worker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node:Prompt Worker. A text manipulation node for postprocessing of prompt."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1200,6 +1200,7 @@
|
||||
"ComfyUIDeployExternalNumberInt",
|
||||
"ComfyUIDeployExternalNumberSlider",
|
||||
"ComfyUIDeployExternalText",
|
||||
"ComfyUIDeployExternalTextList",
|
||||
"ComfyUIDeployExternalVid",
|
||||
"ComfyUIDeployExternalVideo"
|
||||
],
|
||||
@ -5313,6 +5314,7 @@
|
||||
"tri3d-simple_rescale_histogram",
|
||||
"tri3d-skin-feathered-padded-mask",
|
||||
"tri3d-swap-pixels",
|
||||
"tri3d_fill_mask",
|
||||
"tri3d_position_pose_part"
|
||||
],
|
||||
{
|
||||
@ -6621,6 +6623,14 @@
|
||||
"title_aux": "ComfyUI-CascadeResolutions"
|
||||
}
|
||||
],
|
||||
"https://github.com/al-swaiti/ComfyUI-OllamaGemini": [
|
||||
[
|
||||
"GeminiOllamaAPI"
|
||||
],
|
||||
{
|
||||
"title_aux": "GeminiOllama ComfyUI Extension"
|
||||
}
|
||||
],
|
||||
"https://github.com/alanhuang67/ComfyUI-FAI-Node": [
|
||||
[
|
||||
"FAIDynamicMask",
|
||||
@ -8545,6 +8555,7 @@
|
||||
"ColorModEdges",
|
||||
"ColorModMove",
|
||||
"ColorModPivot",
|
||||
"ColorspaceConvert",
|
||||
"HDRCreate",
|
||||
"HDRExposureFusion",
|
||||
"LoadImageHDR",
|
||||
@ -9257,6 +9268,7 @@
|
||||
"FlexibleStringMergerNode",
|
||||
"GPT4MiniNode",
|
||||
"GPT4VisionNode",
|
||||
"Gpt4VisionCloner",
|
||||
"OllamaNode",
|
||||
"PGSD3LatentGenerator",
|
||||
"PromptGenerator",
|
||||
@ -11031,6 +11043,7 @@
|
||||
"URL2IMG",
|
||||
"VAEDecode_party",
|
||||
"accuweather_tool",
|
||||
"advance_ebd_tool",
|
||||
"api_function",
|
||||
"api_tool",
|
||||
"arxiv_tool",
|
||||
@ -11047,7 +11060,10 @@
|
||||
"discord_bot",
|
||||
"discord_file_monitor",
|
||||
"discord_send",
|
||||
"duckduckgo_loader",
|
||||
"duckduckgo_tool",
|
||||
"ebd_tool",
|
||||
"embeddings_function",
|
||||
"end_dialog",
|
||||
"end_workflow",
|
||||
"extra_parameters",
|
||||
@ -11072,8 +11088,7 @@
|
||||
"list_extend",
|
||||
"list_extend_plus",
|
||||
"listen_audio",
|
||||
"llama_guff_loader",
|
||||
"load_embeddings",
|
||||
"load_ebd",
|
||||
"load_excel",
|
||||
"load_file",
|
||||
"load_file_folder",
|
||||
@ -12939,6 +12954,15 @@
|
||||
"title_aux": "LNL Frame Selector"
|
||||
}
|
||||
],
|
||||
"https://github.com/leeguandong/ComfyUI_M3Net": [
|
||||
[
|
||||
"M3Net_Interface",
|
||||
"M3Net_ModelLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_M3Net"
|
||||
}
|
||||
],
|
||||
"https://github.com/leestuartx/ComfyUI-GG": [
|
||||
[
|
||||
"AddPaddingToImage",
|
||||
@ -12970,6 +12994,14 @@
|
||||
"title_aux": "ComfyUI-TRA"
|
||||
}
|
||||
],
|
||||
"https://github.com/lenskikh/ComfyUI-Prompt-Worker": [
|
||||
[
|
||||
"Prompt Worker"
|
||||
],
|
||||
{
|
||||
"title_aux": "Propmt Worker"
|
||||
}
|
||||
],
|
||||
"https://github.com/leoleelxh/ComfyUI-LLMs": [
|
||||
[
|
||||
"\ud83d\uddbc\ufe0f LLMs_Vison_Ali",
|
||||
@ -13743,7 +13775,9 @@
|
||||
"ServingInputImage",
|
||||
"ServingInputNumber",
|
||||
"ServingInputText",
|
||||
"ServingMultiImageOutput",
|
||||
"ServingOutput",
|
||||
"ServingTextOutput",
|
||||
"WebSocketServing"
|
||||
],
|
||||
{
|
||||
@ -14319,6 +14353,7 @@
|
||||
"PromptUtilitiesPromptWeight",
|
||||
"PromptUtilitiesRandomPreset",
|
||||
"PromptUtilitiesRandomPresetAdvanced",
|
||||
"PromptUtilitiesReplaceOrInsertTag",
|
||||
"PromptUtilitiesRoundPromptWeight"
|
||||
],
|
||||
{
|
||||
@ -14683,7 +14718,6 @@
|
||||
[
|
||||
"float",
|
||||
"glslEditor",
|
||||
"glslEditor (ShaderToy)",
|
||||
"glslEditorPro",
|
||||
"glslUniforms",
|
||||
"glslViewer",
|
||||
@ -17174,6 +17208,7 @@
|
||||
"FileBasedChatNode",
|
||||
"Gemma2PromptNode",
|
||||
"GemmaDialogueNode",
|
||||
"GithubLinkNode",
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
"MoonshotSingleChatNode",
|
||||
|
||||
2809
github-stats.json
2809
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1811,6 +1811,7 @@
|
||||
],
|
||||
"https://github.com/justUmen/Bjornulf_custom_nodes": [
|
||||
[
|
||||
"Bjornulf_CheckBlackImage",
|
||||
"Bjornulf_ClearVRAM",
|
||||
"Bjornulf_CombineBackgroundOverlay",
|
||||
"Bjornulf_CombineTexts",
|
||||
@ -1828,6 +1829,7 @@
|
||||
"Bjornulf_RemoveTransparency",
|
||||
"Bjornulf_ResizeImage",
|
||||
"Bjornulf_SaveApiImage",
|
||||
"Bjornulf_SaveBjornulfLobeChat",
|
||||
"Bjornulf_SaveImagePath",
|
||||
"Bjornulf_SaveImageToFolder",
|
||||
"Bjornulf_SaveText",
|
||||
@ -1908,6 +1910,7 @@
|
||||
"https://github.com/kijai/ComfyUI-CogVideoXWrapper": [
|
||||
[
|
||||
"CogVideoDecode",
|
||||
"CogVideoImageEncode",
|
||||
"CogVideoSampler",
|
||||
"CogVideoTextEncode",
|
||||
"DownloadAndLoadCogVideoModel"
|
||||
@ -2205,8 +2208,11 @@
|
||||
"PromptUtilitiesJoinStringList",
|
||||
"PromptUtilitiesLoadPreset",
|
||||
"PromptUtilitiesLoadPresetAdvanced",
|
||||
"PromptUtilitiesPromptWeight",
|
||||
"PromptUtilitiesRandomPreset",
|
||||
"PromptUtilitiesRandomPresetAdvanced"
|
||||
"PromptUtilitiesRandomPresetAdvanced",
|
||||
"PromptUtilitiesReplaceOrInsertTag",
|
||||
"PromptUtilitiesRoundPromptWeight"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-PromptUtilities"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -9,6 +9,36 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "leeguandong",
|
||||
"title": "ComfyUI_M3Net",
|
||||
"reference": "https://github.com/leeguandong/ComfyUI_M3Net",
|
||||
"files": [
|
||||
"https://github.com/leeguandong/ComfyUI_M3Net"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI for [a/M3Net](https://github.com/I2-Multimedia-Lab/M3Net)"
|
||||
},
|
||||
{
|
||||
"author": "al-swaiti",
|
||||
"title": "GeminiOllama ComfyUI Extension",
|
||||
"reference": "https://github.com/al-swaiti/ComfyUI-OllamaGemini",
|
||||
"files": [
|
||||
"https://github.com/al-swaiti/ComfyUI-OllamaGemini"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension integrates Google's Gemini API and Ollama into ComfyUI, allowing users to leverage these powerful language models directly within their ComfyUI workflows."
|
||||
},
|
||||
{
|
||||
"author": "lenskikh",
|
||||
"title": "Propmt Worker",
|
||||
"reference": "https://github.com/lenskikh/ComfyUI-Prompt-Worker",
|
||||
"files": [
|
||||
"https://github.com/lenskikh/ComfyUI-Prompt-Worker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node:Prompt Worker. A text manipulation node for postprocessing of prompt."
|
||||
},
|
||||
{
|
||||
"author": "SeniorPioner",
|
||||
"title": "SP-Nodes",
|
||||
@ -657,39 +687,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes for merging, testing and more. SDNext Merge, VAE Merge, MBW Layers, Repeat VAE, Quantization."
|
||||
},
|
||||
{
|
||||
"author": "wootwootwootwoot",
|
||||
"title": "ComfyUI-RK-Sampler",
|
||||
"id": "rk-sampler",
|
||||
"reference": "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler",
|
||||
"files": [
|
||||
"https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Batched Runge-Kutta Samplers for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "BetaDoggo",
|
||||
"title": "ComfyUI Video Player",
|
||||
"id": "videoplayer",
|
||||
"reference": "https://github.com/BetaDoggo/ComfyUI-VideoPlayer",
|
||||
"files": [
|
||||
"https://github.com/BetaDoggo/ComfyUI-VideoPlayer"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "1 step closer to replacing all software with comfy"
|
||||
},
|
||||
{
|
||||
"author": "googincheng",
|
||||
"title": "ComfyUX",
|
||||
"id": "comfyux",
|
||||
"reference": "https://github.com/googincheng/ComfyUX",
|
||||
"files": [
|
||||
"https://github.com/googincheng/ComfyUX"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Better user experience plugin for ComfyUI."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1200,6 +1200,7 @@
|
||||
"ComfyUIDeployExternalNumberInt",
|
||||
"ComfyUIDeployExternalNumberSlider",
|
||||
"ComfyUIDeployExternalText",
|
||||
"ComfyUIDeployExternalTextList",
|
||||
"ComfyUIDeployExternalVid",
|
||||
"ComfyUIDeployExternalVideo"
|
||||
],
|
||||
@ -5313,6 +5314,7 @@
|
||||
"tri3d-simple_rescale_histogram",
|
||||
"tri3d-skin-feathered-padded-mask",
|
||||
"tri3d-swap-pixels",
|
||||
"tri3d_fill_mask",
|
||||
"tri3d_position_pose_part"
|
||||
],
|
||||
{
|
||||
@ -6621,6 +6623,14 @@
|
||||
"title_aux": "ComfyUI-CascadeResolutions"
|
||||
}
|
||||
],
|
||||
"https://github.com/al-swaiti/ComfyUI-OllamaGemini": [
|
||||
[
|
||||
"GeminiOllamaAPI"
|
||||
],
|
||||
{
|
||||
"title_aux": "GeminiOllama ComfyUI Extension"
|
||||
}
|
||||
],
|
||||
"https://github.com/alanhuang67/ComfyUI-FAI-Node": [
|
||||
[
|
||||
"FAIDynamicMask",
|
||||
@ -8545,6 +8555,7 @@
|
||||
"ColorModEdges",
|
||||
"ColorModMove",
|
||||
"ColorModPivot",
|
||||
"ColorspaceConvert",
|
||||
"HDRCreate",
|
||||
"HDRExposureFusion",
|
||||
"LoadImageHDR",
|
||||
@ -9257,6 +9268,7 @@
|
||||
"FlexibleStringMergerNode",
|
||||
"GPT4MiniNode",
|
||||
"GPT4VisionNode",
|
||||
"Gpt4VisionCloner",
|
||||
"OllamaNode",
|
||||
"PGSD3LatentGenerator",
|
||||
"PromptGenerator",
|
||||
@ -11031,6 +11043,7 @@
|
||||
"URL2IMG",
|
||||
"VAEDecode_party",
|
||||
"accuweather_tool",
|
||||
"advance_ebd_tool",
|
||||
"api_function",
|
||||
"api_tool",
|
||||
"arxiv_tool",
|
||||
@ -11047,7 +11060,10 @@
|
||||
"discord_bot",
|
||||
"discord_file_monitor",
|
||||
"discord_send",
|
||||
"duckduckgo_loader",
|
||||
"duckduckgo_tool",
|
||||
"ebd_tool",
|
||||
"embeddings_function",
|
||||
"end_dialog",
|
||||
"end_workflow",
|
||||
"extra_parameters",
|
||||
@ -11072,8 +11088,7 @@
|
||||
"list_extend",
|
||||
"list_extend_plus",
|
||||
"listen_audio",
|
||||
"llama_guff_loader",
|
||||
"load_embeddings",
|
||||
"load_ebd",
|
||||
"load_excel",
|
||||
"load_file",
|
||||
"load_file_folder",
|
||||
@ -12939,6 +12954,15 @@
|
||||
"title_aux": "LNL Frame Selector"
|
||||
}
|
||||
],
|
||||
"https://github.com/leeguandong/ComfyUI_M3Net": [
|
||||
[
|
||||
"M3Net_Interface",
|
||||
"M3Net_ModelLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_M3Net"
|
||||
}
|
||||
],
|
||||
"https://github.com/leestuartx/ComfyUI-GG": [
|
||||
[
|
||||
"AddPaddingToImage",
|
||||
@ -12970,6 +12994,14 @@
|
||||
"title_aux": "ComfyUI-TRA"
|
||||
}
|
||||
],
|
||||
"https://github.com/lenskikh/ComfyUI-Prompt-Worker": [
|
||||
[
|
||||
"Prompt Worker"
|
||||
],
|
||||
{
|
||||
"title_aux": "Propmt Worker"
|
||||
}
|
||||
],
|
||||
"https://github.com/leoleelxh/ComfyUI-LLMs": [
|
||||
[
|
||||
"\ud83d\uddbc\ufe0f LLMs_Vison_Ali",
|
||||
@ -13743,7 +13775,9 @@
|
||||
"ServingInputImage",
|
||||
"ServingInputNumber",
|
||||
"ServingInputText",
|
||||
"ServingMultiImageOutput",
|
||||
"ServingOutput",
|
||||
"ServingTextOutput",
|
||||
"WebSocketServing"
|
||||
],
|
||||
{
|
||||
@ -14319,6 +14353,7 @@
|
||||
"PromptUtilitiesPromptWeight",
|
||||
"PromptUtilitiesRandomPreset",
|
||||
"PromptUtilitiesRandomPresetAdvanced",
|
||||
"PromptUtilitiesReplaceOrInsertTag",
|
||||
"PromptUtilitiesRoundPromptWeight"
|
||||
],
|
||||
{
|
||||
@ -14683,7 +14718,6 @@
|
||||
[
|
||||
"float",
|
||||
"glslEditor",
|
||||
"glslEditor (ShaderToy)",
|
||||
"glslEditorPro",
|
||||
"glslUniforms",
|
||||
"glslViewer",
|
||||
@ -17174,6 +17208,7 @@
|
||||
"FileBasedChatNode",
|
||||
"Gemma2PromptNode",
|
||||
"GemmaDialogueNode",
|
||||
"GithubLinkNode",
|
||||
"GroqChatNode",
|
||||
"MoonshotMultiChatNode",
|
||||
"MoonshotSingleChatNode",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user