mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-21 19:40:17 +08:00
update DB
This commit is contained in:
parent
e6a2ae829c
commit
2f40e125be
@ -35882,7 +35882,7 @@
|
||||
"https://github.com/rookiestar28/ComfyUI-TranslateGemma"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node for TranslateGemma — Google's open source translation models with 55 languages & multimodal image translation."
|
||||
"description": "A ComfyUI custom node that translates text (including prompts) using Google's open-weight TranslateGemma models."
|
||||
},
|
||||
{
|
||||
"author": "MoonMoon82",
|
||||
@ -38435,6 +38435,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Fail-safe Google Translate prompt node for ComfyUI (retry + caching)."
|
||||
},
|
||||
{
|
||||
"author": "ah-kun",
|
||||
"title": "ComfyUI-OTP-Auth",
|
||||
"reference": "https://github.com/ah-kun/ComfyUI-OTP-Auth",
|
||||
"files": [
|
||||
"https://github.com/ah-kun/ComfyUI-OTP-Auth"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds simple One-Time Password (OTP) authentication using Google Authenticator to protect publicly accessible ComfyUI instances."
|
||||
},
|
||||
{
|
||||
"author": "Kazama-Suichiku",
|
||||
"title": "ComfyUI-Meshy",
|
||||
@ -41429,14 +41439,15 @@
|
||||
"description": "High-performance ComfyUI nodes optimized for RTX 4090: batch processing, memory management, GPU monitoring"
|
||||
},
|
||||
{
|
||||
"author": "aadityamundhalia",
|
||||
"title": "ComfyUI-ollama-aditya",
|
||||
"author": "Aditya Mundhalia",
|
||||
"title": "ComfyUI Ollama by Aditya",
|
||||
"id": "comfyui-ollama-aditya",
|
||||
"reference": "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya",
|
||||
"files": [
|
||||
"https://github.com/aadityamundhalia/ComfyUI-ollama-aditya"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI node for integrating Ollama LLMs into your image generation workflows."
|
||||
"description": "ComfyUI nodes for integrating Ollama local LLM models with image or text generation workflows."
|
||||
},
|
||||
{
|
||||
"author": "maximilianwicen",
|
||||
@ -41751,6 +41762,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Offload image upscaling to a remote server with a dedicated GPU. Real-time progress streaming via SSE."
|
||||
},
|
||||
{
|
||||
"author": "Setmaster",
|
||||
"title": "ModelPulse",
|
||||
"id": "modelpulse",
|
||||
"reference": "https://github.com/Setmaster/ComfyUI-ModelPulse",
|
||||
"files": [
|
||||
"https://github.com/Setmaster/ComfyUI-ModelPulse"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Track model usage frequency to identify abandoned or underutilized models. Shows usage stats, file sizes, and highlights stale models in a sidebar panel."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -22793,7 +22793,7 @@
|
||||
"OllamaPromptGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ollama-aditya"
|
||||
"title_aux": "ComfyUI Ollama by Aditya"
|
||||
}
|
||||
],
|
||||
"https://github.com/abdozmantar/ComfyUI-DeepExtract": [
|
||||
@ -34444,6 +34444,15 @@
|
||||
"title_aux": "ComfyUI_GMIC"
|
||||
}
|
||||
],
|
||||
"https://github.com/gen1nya/ComfyUI-Remote-Upscale": [
|
||||
[
|
||||
"RefreshRemoteModels",
|
||||
"RemoteUpscaleImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Remote Upscale"
|
||||
}
|
||||
],
|
||||
"https://github.com/geocine/geocine-comfyui": [
|
||||
[
|
||||
"Image Scale",
|
||||
|
||||
@ -1,15 +1,5 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "ah-kun",
|
||||
"title": "ComfyUI-OTP-Auth",
|
||||
"reference": "https://github.com/ah-kun/ComfyUI-OTP-Auth",
|
||||
"files": [
|
||||
"https://github.com/ah-kun/ComfyUI-OTP-Auth"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that adds simple One-Time Password (OTP) authentication using Google Authenticator to prevent unauthorized use on publicly accessible servers."
|
||||
},
|
||||
{
|
||||
"author": "pollockjj",
|
||||
"title": "ComfyUI-StabilityTest",
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
"https://github.com/rookiestar28/ComfyUI-TranslateGemma"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node for TranslateGemma — Google's open source translation models with 55 languages & multimodal image translation."
|
||||
"description": "A ComfyUI custom node that translates text (including prompts) using Google's open-weight TranslateGemma models."
|
||||
},
|
||||
{
|
||||
"author": "BigStationW",
|
||||
@ -387,14 +387,26 @@
|
||||
"description": "Comprehensive mobile UI enhancement for ComfyUI that transforms the desktop-focused interface into a touch-friendly experience optimized for iPhone, iPad, and Android devices."
|
||||
},
|
||||
{
|
||||
"author": "aadityamundhalia",
|
||||
"title": "ComfyUI-ollama-aditya",
|
||||
"author": "Aditya Mundhalia",
|
||||
"title": "ComfyUI Ollama by Aditya",
|
||||
"id": "comfyui-ollama-aditya",
|
||||
"reference": "https://github.com/aadityamundhalia/ComfyUI-ollama-aditya",
|
||||
"files": [
|
||||
"https://github.com/aadityamundhalia/ComfyUI-ollama-aditya"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI node for integrating Ollama LLMs into your image generation workflows."
|
||||
"description": "ComfyUI nodes for integrating Ollama local LLM models with image or text generation workflows."
|
||||
},
|
||||
{
|
||||
"author": "Setmaster",
|
||||
"title": "ModelPulse",
|
||||
"id": "modelpulse",
|
||||
"reference": "https://github.com/Setmaster/ComfyUI-ModelPulse",
|
||||
"files": [
|
||||
"https://github.com/Setmaster/ComfyUI-ModelPulse"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Track model usage frequency to identify abandoned or underutilized models. Shows usage stats, file sizes, and highlights stale models in a sidebar panel."
|
||||
},
|
||||
{
|
||||
"author": "maximilianwicen",
|
||||
|
||||
@ -22793,7 +22793,7 @@
|
||||
"OllamaPromptGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ollama-aditya"
|
||||
"title_aux": "ComfyUI Ollama by Aditya"
|
||||
}
|
||||
],
|
||||
"https://github.com/abdozmantar/ComfyUI-DeepExtract": [
|
||||
@ -34444,6 +34444,15 @@
|
||||
"title_aux": "ComfyUI_GMIC"
|
||||
}
|
||||
],
|
||||
"https://github.com/gen1nya/ComfyUI-Remote-Upscale": [
|
||||
[
|
||||
"RefreshRemoteModels",
|
||||
"RemoteUpscaleImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Remote Upscale"
|
||||
}
|
||||
],
|
||||
"https://github.com/geocine/geocine-comfyui": [
|
||||
[
|
||||
"Image Scale",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user