ComfyUI-tagcomplete

ComfyUI-tagcomplete
★ 12

标签补全输入增强ComfyUI扩展自动完成
为 ComfyUI 的文本框提供标签补全功能,实时建议并自动完成常用标签,提升输入效率和标签一致性。
💡 在编辑 prompt 或描述时自动补全常用标签,加快输入与构图流程。
🍴 1 Forks💻 JavaScript🔄 2025-01-06
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
aiosqlite
📄 README

Feature

Install

  • clone this project to ComfyUI/custom_nodes
  • ~/ComfyUI/custom_nodes$ git clone https://github.com/waterminer/ComfyUI-tagcomplete

  • init submodule
  • ~/ComfyUI/custom_nodes/ComfyUI-tagcomplete$ git submodule init

  • install requirements
  • ~/ComfyUI/custom_nodes/ComfyUI-tagcomplete$ pip install -r ./requirements.txt