realrebelai/NL-Diffusion-Image_GGUF overview
Rebels NL Diffusion Image GGUFs ComfyUI Rebels NLD Custom Nodes GGUF loader + text to image nodes for NVIDIA NL Diffusion Image masked discrete diffusion LM + …
Runs locally from ~5.28 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| NL-Diffusion-dLM-Q4KM-headQ8.gguf | GGUF | Q4KM | 6.32 GB | Download |
| NL-Diffusion-dLM-Q4_K_M.gguf | GGUF | Q4_K_M | 5.32 GB | Download |
| NL-Diffusion-dLM-Q4_K_S.gguf | GGUF | Q4_K_S | 5.28 GB | Download |
| NL-Diffusion-dLM-Q5_K_M.gguf | GGUF | Q5_K_M | 6.42 GB | Download |
| NL-Diffusion-dLM-Q5_K_S.gguf | GGUF | Q5_K_S | 6.40 GB | Download |
| NL-Diffusion-dLM-Q6_K.gguf | GGUF | Q6_K | 7.59 GB | Download |
| NL-Diffusion-dLM-Q8_0.gguf | GGUF | Q8_0 | 9.75 GB | Download |
| nld_dlm_F16.gguf | GGUF | F16 | 18.14 GB | Download |
Model Details
| Model ID | realrebelai/NL-Diffusion-Image_GGUF |
|---|---|
| Author | realrebelai |
| Pipeline | — |
| License | — |
| Base model | nvidia/NL-Diffusion-Image |
| Last modified | 2026-07-09T12:45:32.000Z |
Model README
---
license_name: nvidia-license
license_link: LICENSE
base_model: nvidia/NL-Diffusion-Image
tags:
- quantization
- sefi
- image-generation
---
Rebels NL-Diffusion-Image GGUFs
ComfyUI_Rebels_NLD Custom Nodes
GGUF loader + text-to-image nodes for NVIDIA NL-Diffusion-Image (masked discrete diffusion
LM + IBQ VQ decoder) on consumer hardware. By RealRebelAI.
https://github.com/RealRebelAI/ComfyUI_Rebels_NLD
NODES ARE OPERATIONAL BUT SLOW. Currently working on patches for speed ups. they will run in their current state but i recommend git pulling frequently.
Install
- Clone into
ComfyUI/custom_nodes/. - Requires the city96 ComfyUI-GGUF fork in the same
custom_nodes/folder (used for dequant). - Put the model files (dropdown-selected, no paths):
- dLM GGUF → ComfyUI/models/unet/
- vqvae (bf16 .safetensors) → ComfyUI/models/vae/
- The config/tokenizer/modeling code ships in
model_assets/
IMPORTANT!
- model.safetensors file MUST go in "custom_nodes\ComfyUI_Rebels_NLD\model_assets\emu3_vqvae"
https://huggingface.co/nvidia/NL-Diffusion-Image/blob/main/emu3_vqvae/model.safetensors
Nodes
- NL-Diffusion dLM Loader (GGUF) — pick
gguf_nameandvqvae_namefrom dropdowns, choose device. - NL-Diffusion Text to Image — prompt, size, steps, guidance, temperature, seed → IMAGE.
Notes
- The dLM generates discrete token indices; the vqvae decoder turns them into pixels. It is not
a latent VAE — it loads through this pack, not ComfyUI's VAELoader.
- Vocab embeddings use row-gather dequant, so the 131k-row tensors never fully materialize.
- Vision-tower (image-understanding / edit) weights are left on meta and not needed for t2i.
License
Model is under the NVIDIA One-Way Noncommercial License (research/development only). Quants
inherit those terms — publish as license: other with the upstream terms linked.
Run realrebelai/NL-Diffusion-Image_GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models