Extensions/ComfyUI-SmartModelLoaders-MXD
ComfyUI Extension

ComfyUI-SmartModelLoaders-MXD

Smart, unified model loaders for ComfyUI that support both standard .safetensors and quantized .gguf formats — no switching nodes required. Includes flexible UNET and…

By Maxed-Out-99·Created about a year ago·Updated 5 months ago· 2
Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD
Nodes5
On cloudLocal install
Categoryadvanced/loaders
Stars2
Updated5 months ago
Readme

ComfyUI-SmartModelLoaders-MXD

Smart, unified model loaders for ComfyUI that support both standard .safetensors and quantized .gguf formats — no switching nodes required.

Includes flexible UNET and CLIP loaders that work across models like SDXL, SD3, Flux, and more.


✅ Features

  • 🧠 Unified loaders for .safetensors and .gguf formats
  • 🔀 Drop-in replacements for standard UNET and CLIP nodes
  • 💪 Supports single, dual, triple, and quad CLIP configs
  • ⚙️ Internal handling of GGUF logic with GGMLOps and GGUFModelPatcher
  • 🧼 Clean fallback to standard ComfyUI loading when needed

📦 Included Nodes

| Node Name | Purpose | |-----------------------------|-------------------------------------------------------------------------| | Smart UNET Loader MXD | Loads UNET from .safetensors or .gguf | | Smart CLIP Loader MXD | Loads a single CLIP model of any supported format | | Smart Dual CLIP Loader MXD| Loads 2 CLIPs (ideal for SDXL, Flux, etc.) | | Smart Triple CLIP Loader MXD | Loads 3 CLIPs (used in SD3 and similar setups) | | Smart Quad CLIP Loader MXD | Loads 4 CLIPs (for advanced/experimental workflows) |


🧩 Installation

Clone directly into your ComfyUI custom nodes directory:

git clone https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD.git

Install requirements:

pip install -r requirements.txt

🙏 Attribution This project is based on and extends:

city96/ComfyUI-GGUF Licensed under Apache 2.0 License

Modifications, restructuring, and additional loader support by Maxed-Out-99 (2025).