From c745bcc017bb761f5bae1785a6c4da96e25fb4f4 Mon Sep 17 00:00:00 2001 From: Ly-scnu <153013603+Ly-scnu@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:13:48 +0800 Subject: [PATCH] Add ComfyUI TinyTerraLyNodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 新增节点:ComfyUI TinyTerraLy Nodes ### 🎨 功能特色: - **专业网格绘图**:增强的XY Plot功能,完美中文字体支持 - **2x反锯齿技术**:水晶般清晰的文字渲染效果 - **14参数精确控制**:像素级定制化调节 - **ComfyUI v0.3.45+兼容**:完美支持最新版本 ### 📦 安装信息: - **仓库地址**:https://github.com/Ly-scnu/ComfyUI_TinyTerraLyNodes - **安装方式**:git clone - **依赖包**:opencv-python, numpy, Pillow, scipy, scikit-image ### 🎛️ 节点位置: - `ttN → xyPlot → advPlot images` - `ttN → xyPlot → advanced xyPlot` ### ✨ 主要解决痛点: - 解决中文模型名称显示乱码问题 - 统一字体大小,告别"大小不一" - 完整四边框架,视觉更专业 - 完美适配最新ComfyUI版本 仓库包含完整配置,支持依赖自动安装。 --- custom-node-list.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7a715502a..727d999ce 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12840,6 +12840,26 @@ "install_type": "git-clone", "description": "Nodes:Send Http Request. You can use this node to save full size images through the websocket." }, + { + "author": "Ly-scnu", + "title": "ComfyUI TinyTerraLy Enhanced Nodes", + "id": "https://github.com/Ly-scnu/ComfyUI_TinyTerraLyNodes", + "reference": "https://github.com/Ly-scnu/ComfyUI_TinyTerraLyNodes", + "files": [ + "https://github.com/Ly-scnu/ComfyUI_TinyTerraLyNodes" + ], + "install_type": "git-clone", + "description": "Enhanced xyPlot with systematic model testing, automated quality assessment, various pipe nodes, fullscreen image viewer, and professional Chinese typography support. Perfect Chinese font rendering with 2x anti-aliasing technology for ComfyUI v0.3.45+.", + "pip": [ + "opencv-python>=4.5.0", + "numpy>=1.19.0", + "Pillow>=8.0.0", + "scipy>=1.7.0", + "scikit-image>=0.18.0" + ], + "nodename_pattern": "ttN", + "tags": ["xy-plot", "visualization", "chinese-font", "typography", "plotting", "grid-layout", "image-processing"] + }, { "author": "Ron-Digital", "title": "ComfyUI-SceneGenerator",