ComfyUI Extension: ComfyUI-NegPipPromptMerge
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
A CLIP prompt compiler that folds negative prompts into positive prompts with NegPip negative weights for guidance-distilled models.
Looking for a different extension?
Custom Nodes (0)
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)
- Open ComfyUI Manager.
- Go to Custom Nodes Manager.
- Search for NegPipPromptMerge by Deathspike.
- Click Install and choose latest.
- Restart ComfyUI.
Option 2 - Manual Installation
- Open Command Prompt (Windows) or Terminal (macOS/Linux).
- Navigate to your custom_nodes directory:
cd /path/to/comfyui/custom_nodes - Clone this repository:
git clone https://github.com/Deathspike/ComfyUI-NegPipPromptMerge - 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!
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.