From ef47949b1a2cad2b67978bf870b852d53b8b3955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AB=E5=A4=A7=E5=A5=BD=E3=81=8D?= Date: Tue, 22 Jul 2025 18:27:38 +0900 Subject: [PATCH] Add files via upload --- manager_registration.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 manager_registration.json diff --git a/manager_registration.json b/manager_registration.json new file mode 100644 index 00000000..951b33fb --- /dev/null +++ b/manager_registration.json @@ -0,0 +1,30 @@ +{ + "author": "BuimenLabo", + "title": "ComfyUI BuimenLabo - Unified Package", + "id": "builmenlabo", + "reference": "https://github.com/comnote-max/builmenlabo", + "files": [ + "https://github.com/comnote-max/builmenlabo" + ], + "install_type": "git-clone", + "description": "Comprehensive collection of ComfyUI custom nodes: 🦙 Advanced LLM text generation with Llama-CPP (CPU/GPU acceleration), 🌐 Smart multi-language prompt translation (Google/DeepL/Yandex/Baidu), 🌍 20-language interface toggle, 📸 AI-powered Gemini pose analysis, 🎛️ Smart ControlNet management. Perfect unified package for AI artists and creators. Blog: https://note.com/hirodream44", + "nodename_pattern": "BuimenLabo", + "preemptions": [], + "pip": [ + "requests>=2.28.0", + "psutil>=5.9.0", + "google-generativeai>=0.3.0" + ], + "install_script": "install.py", + "tags": [ + "LLM", + "translation", + "multilingual", + "pose-analysis", + "controlnet", + "text-generation", + "gemini", + "llama-cpp", + "AI" + ] +} \ No newline at end of file