Extensions/ComfyUI-NegPipPromptMerge
ComfyUI Extension

ComfyUI-NegPipPromptMerge

A CLIP prompt compiler that folds negative prompts into positive prompts with NegPip negative weights for guidance-distilled models.

By Deathspike·Created 3 months ago·Updated 3 months ago· 0
Deathspike/ComfyUI-NegPipPromptMerge
Nodes
On cloudLocal install
Stars0
Updated3 months ago
Readme

ComfyUI-NegPipPromptMerge

This custom node compiles positive and negative prompt inputs into a positive CLIP output and an empty negative CLIP output. The negative prompt is converted into negative-weighted tags and folded into the positive prompt, so all conditioning lives in the positive CLIP. This is useful for guidance-distilled models where the negative CLIP input may still exist, but is not used or respected, while negative conditioning can still be expressed through NegPip-style negative weights.

🛠️ Okay! How do I install this thing?

Good question! You can install in two ways:

Option 1 - ComfyUI Manager (Recommended)

  1. Open ComfyUI Manager.
  2. Go to Custom Nodes Manager.
  3. Search for NegPipPromptMerge by Deathspike.
  4. Click Install and choose latest.
  5. Restart ComfyUI.

Option 2 - Manual Installation

  1. Open Command Prompt (Windows) or Terminal (macOS/Linux).
  2. Navigate to your custom_nodes directory: cd /path/to/comfyui/custom_nodes
  3. Clone this repository: git clone https://github.com/Deathspike/ComfyUI-NegPipPromptMerge
  4. Restart ComfyUI.

[!WARNING] You must place the NegPip node before NegPipPromptMerge in your workflow. Without NegPip, negative weights will not be applied.

🌐 Community

If you enjoy NegPipPromptMerge, check out more of my work:

  • 👉 Civitai: https://civitai.com/user/Deathspike
  • 🛠️ GitHub: https://github.com/Deathspike

Got questions or want to show off something you made with NegPipPromptMerge?

  • 💬 Join our anime Discord. I’m @Deathspike, and I’d love to hear from you!