ComfyUI Extension: Mango Node Pack

Authored by mang01010

Created

Updated

2 stars

Node pack designed to save images with metadata supported by Civitai.

README

ComfyUI MangoNodePack

A collection of enhanced nodes for ComfyUI with metadata handling for Civitai and streamlined model loading.


πŸš€ NEW NODES

πŸ‘‰ Prompt Saver – Don't lose your prompts ever again, by saving their copy in the output folder (or specified subfolder).
πŸ‘‰ Prompt Loader – Load saved prompts easily from the dropdown list, and connect to the Positive/Negative nodes.

Overlay Preview


πŸš€ UPDATE - FLUX NODES

πŸ‘‰ Diffusion Model Loader – Like SDXL/PONY version, it loads model along with clips and LoRAs, extracting metadata and and passing them as string.
πŸ‘‰ FLUX Sampler – Metadata tracking with LoRA and checkpoint integration.
πŸ‘‰ FLUX Guidance – The very same FLUX Guidance as ComfyUI original, but with guidance extraction to save as metadata.

Known issue: Occasionally, not every LoRA will be visible on Civitai as the hash will not be recognized correctly. It's most likely caused by models' updates on Civitai, and re-downloading the model solves the issue.


πŸš€ Features

πŸ‘‰ LoRA Metadata Exporter – Extracts trigger words from LoRA metadata (local & online).
πŸ‘‰ Prompt Formatters – Organizes quality tags, descriptions, and prompt structure.
πŸ‘‰ Smart Model Loader – Loads models and LoRAs with automatic metadata extraction.
πŸ‘‰ Enhanced KSampler – Improved metadata tracking with LoRA and checkpoint integration.
πŸ‘‰ Advanced Image Saver – Saves images with embedded metadata, filenames, and auto-numbering.
πŸ‘‰ Custom Latent Generator – Predefined resolutions for common aspect ratios.


πŸ’½ Installation

Requirements

  • ComfyUI installed and running.
  • Python dependencies (install via terminal):
    pip install safetensors
    

Installation Steps

Find Mango Node Pack in the ComfyUI Manager!

OR

  1. Clone the repository:
    git clone https://github.com/mang01010/MangoNodePack.git
    
  2. Move the MangoNodePack folder into ComfyUI’s custom_nodes directory.
  3. Restart ComfyUI to load the new nodes.

πŸ“ Node Overview

1️⃣ Trigger Exporter (Mango)

πŸ’‘ Category: Metadata

  • The pack started with this node. It extracts trigger words from LoRAs and concatenates them as comma delimited string that can be pushed further, so you won't have to think about these. Don't fail using downloaded LoRA ever again!

Overlay Preview

2️⃣ Prompt (Mango)

πŸ’‘ Category: Metadata

  • This node organizes prompts into three separate text boxes, making them easier to read and edit. It also supports direct integration with the Trigger Exporter.

Overlay Preview

3️⃣ Prompt /w Embedding (Mango)

πŸ’‘ Category: Metadata

  • Does the same thing as Prompt (Mango), but divides prompt further to add embeddings in seperate field.

4️⃣ Loader (Mango)

πŸ’‘ Category: Loaders

  • Loads Stable Diffusion models and up to 5 LoRAs.
  • Computes model hashes and applies LoRAs with weight control.

5️⃣ KSampler (Mango)

πŸ’‘ Category: Sampling

  • This version of the KSampler node features eight inputs. The standard inputsβ€”model, latent image, positive, and negativeβ€”are used for image generation. Additionally, it includes a LoRA stack, checkpoint name, and separate positive and negative text fields as a metadata workaround for:

6️⃣ Image Saver (Mango)

πŸ’‘ Category: Metadata

  • Saves images with embedded metadata (prompt, seed, CFG, steps, sampler, checkpoint and LoRAs info), ensuring compatibility with Civitai for direct metadata reading.
  • Supports auto-numbering and custom subdirectories.

Overlay Preview

7️⃣ Latent Image (Mango)

πŸ’‘ Category: Loaders

  • Generates latent tensors in predefined aspect ratios (e.g., 1:1, 16:9, etc.).

πŸ›  Usage Guide

Once installed, find the MangoNodePack nodes inside ComfyUI.

Example Workflow:

Overlay Preview


πŸ“ License

This project is licensed under the MIT License – see the LICENSE file for details.


πŸ“’ Check out these awesome node packs!