ComfyUI-PlusMinusTextClip

ComfyUI-PlusMinusTextClip
★ 3

提示词管理正负提示合并ComfyUI节点工作流简化
将正向提示(positive)和负向提示(negative)合并到同一节点输入,简化提示词管理与节点数量。
💡 在流程中用一个节点同时输入正向和负向提示,减少节点数量并便于管理。
🍴 2 Forks💻 Python🔄 2024-06-20
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/f414772aa5c3
Screenshot
Screenshot
📄 README

PlusMinusTextClip

This adds a node that has both the positive and negative prompts as input in one node. You can just add one node and be done with both Positive and Negative prompts, in place of adding two different nodes for them.

This is what the node looks like.

Installation

To install, simply clone the git repository in the custom_nodes folder.

git clone https://github.com/shobhitic/ComfyUI-PlusMinusTextClip.git

After the cloning is complete, just restart the ComfyUI app, and you should have the option to add this node.

To add the node, double click in empty space and search for PlusMinusTextClip.

Feel free to add any issues on GitHub.