Skip to content

v1.0.4

Choose a tag to compare

@storyAura storyAura released this 05 Jul 15:50
· 18 commits to main since this release

BooruDatasetTagManager+ v1.0.4

面向 LoRA / 角色数据集的 Windows 标签管理工具。自包含发布包,解压即用,无需单独安装 .NET 8。

安装

  1. 下载 BooruDatasetTagManagerPlus-1.0.4-win-x64.zip
  2. 解压到任意目录
  3. 运行 BooruDatasetTagManagerPlus.exe
  4. 首次启动默认为简体中文界面;在 LLM 设置 中配置 OpenAI 兼容端点后再使用打标 / TAG2NL / 审查功能

本版本亮点

LLM 设置重构

  • 统一 LLM 连接(地址、密钥、超时、文本模型)
  • 视觉模型分离:自动打标 / 角色审查可独立选择
  • TAG2NL 并发数与固定提示词配置

新功能

  • LLM 打标 — 对全部图片批量 AI 视觉打标
  • TAG2NL — 标签 + 图片 → 自然语言描述,输出至 _captioned 目录
  • 角色标签审查 — 触发词 + 标准图 + 全库 inventory,AI 两阶段审查后写回数据集
  • 四套内置打标提示词模板 + 自定义导入导出

改进

  • 中文 Danbooru 映射、Wiki 弹窗、审查理由本地化
  • 源数据只读;写盘支持取消、单文件失败隔离与事务回滚
  • 仓库不再包含 dist/ 二进制,请从此 Release 下载

系统要求

  • Windows 10/11 x64
  • 使用 LLM 功能需自备 OpenAI 兼容 API 端点

致谢

基于 starik222/BooruDatasetTagManager 独立扩展维护。


BooruDatasetTagManager+ v1.0.4 (English)

Windows tag manager for LoRA / character datasets. Self-contained build — extract and run; no separate .NET install.

Install

  1. Download BooruDatasetTagManagerPlus-1.0.4-win-x64.zip
  2. Extract anywhere
  3. Run BooruDatasetTagManagerPlus.exe
  4. Default UI language is Simplified Chinese; configure an OpenAI-compatible endpoint under LLM Settings before tagging / TAG2NL / audit

Highlights

  • Refactored LLM Settings (connection, vision models, TAG2NL concurrency)
  • LLM tagging for all images, TAG2NL caption export, character tag audit wizard
  • Four built-in prompt templates + custom JSON import/export
  • Binaries are no longer in the git repo — download from this Release

Requirements

  • Windows 10/11 x64
  • OpenAI-compatible API endpoint for LLM features

Forked and extended from starik222/BooruDatasetTagManager.