ComfyUI-RichText_BasicDynamicPrompts

ComfyUI-RichText_BasicDynamicPrompts
★ 8

动态提示富文本编辑LoRA 管理拼写检查
使用 JavaScript 模拟富文本输入框,提供基本的 Dynamic Prompts 功能,支持提示词着色、拼写检查及 LoRA 权重(含音频/视觉)加载管理,提高提示词编辑与调控效率。
💡 在工作流中用富文本编辑和管理动态提示词,支持颜色与LoRA权重。
🍴 1 Forks💻 Python🔄 2026-03-27
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/f414772aa5c3
📄 README

ComfyUI-RichText_BasicDynamicPrompts

A node with basic Dynamic Prompts support that uses javascript to simulate a Rich Text textbox.

Changelog

  • v3.4.0
  • Added the ability to specify audio-only/visual-only weights when loading a lora from prompt – read more in the instructions provided when you place a new node in a workflow.
  • v3.3.0
  • Fixed loras not loading in some cases when their filenames contain dots ‘.’
  • Fixed a bug that occasionally caused the cursor style to change when hovering over the node’s prompt editor
  • v3.2.0
  • Support for native Comfyui Ctrl+Enter command
  • Fixed comments within multi-line combinations not being ignored
  • v3.1.0
  • Added a ‘Toggle SpellCheck’ button – very useful to spot typos
  • CTRL + Left Mouse Click on a non-red LoRA pattern -> opens Windows Explorer at that lora’s location with it pre-selected. Does the equivalent of that for MacOS and Linux.
  • v3.0.0
  • Fixed major copy/paste bugs introduced in comfyui-frontend-package==1.30.2
  • v2.7.2
  • Fixed a minor bug that was caused by having medium/large comments within normal comments and/or large comments within medium ones.
  • v2.7.1
  • Fixed a bug in lora pattern regex that caused problems when user starts writing a lora pattern before already writen lora patterns.
  • v2.7.0
  • CTRL + Left Mouse Click on a Yellow wildcard -> opens the file with your default text editor (Notepad++ recommended)
  • v2.6.0
  • Wildcard patterns now become red when pointing to a .txt file that does not exist
  • v2.5.2
  • Bug fix: Lora Preview Tooltips are no longer case sensitive
  • v2.5.1
  • Lora Manager preview tooltips now show up on Lora patterns even if they are within comments
  • v2.5.0
  • Placing the mouse over Lora patterns will now display a preview tooltip with an image/video IF you have willmiao/ComfyUI-Lora-Manager installed and its managing your loras.
  • v2.0.0
  • Adjust Font Size with CTRL + Mouse Wheel Up/Down
  • Wildcards now support sub-directories like so: ‘\_\_Folder1\Folder2\filename\_\_’
  • Added LORA loading from prompt support and it supports up to 2 model/clip
  • v1.1.0
  • hardcoded font case to white instead of foreground var to prevent possible conflicts whith custom ComfyUI Themes
  • fixed mouse wheel up/down overriding default’s ComfyUI behavior
  • TAB key now adds 4 consequent spaces
  • v1.0.0
  • Initial release