ComfyUI Extension: ComfyUI-NegPipPromptMerge

Authored by Deathspike

Created

Updated

0 stars

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)

    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!

    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.

    Learn more