GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

FreedomAISVR/DiffusionGemma-26B-A4B-it-NVFP4-GGUF overview

DiffusionGemma 26B A4B it NVFP4 GGUF NVFP4 quantization of google/diffusiongemma 26B A4B it https://huggingface.co/google/diffusiongemma 26B A4B it , a 26B par…

ggufgooglegemma4diffusionimage-generationnvfp4moevisionmultimodalenbase_model:google/diffusiongemma-26B-A4B-itbase_model:quantized:google/diffusiongemma-26B-A4B-itlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~1.11 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
2,175
Likes
4
Pipeline

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
diffusiongemma-26b-a4b-it-nvfp4.ggufGGUFGGUF13.45 GBDownload
mmproj-diffusiongemma-26b-a4b-f16.ggufGGUFF161.11 GBDownload

Model Details

Model IDFreedomAISVR/DiffusionGemma-26B-A4B-it-NVFP4-GGUF
AuthorFreedomAISVR
Pipeline
Licenseapache-2.0
Base modelgoogle/diffusiongemma-26B-A4B-it
Last modified2026-07-08T16:30:17.000Z

Model README

---

language:

  • en

tags:

  • google
  • gemma4
  • diffusion
  • image-generation
  • nvfp4
  • gguf
  • moe
  • vision
  • multimodal

license: apache-2.0

base_model: google/diffusiongemma-26B-A4B-it

---

DiffusionGemma 26B-A4B-it - NVFP4 GGUF

NVFP4 quantization of google/diffusiongemma-26B-A4B-it, a 26B parameter MoE diffusion model for text-to-image generation with 4B active parameters.

About the Model

DiffusionGemma is a block diffusion model built on top of the Gemma 4 architecture, designed for text-to-image generation.

  • 26B total parameters with 4B active per token (128 experts, 8 active)
  • 30-layer MoE decoder with sliding + full attention hybrid
  • 27-layer vision encoder for image understanding
  • Text-to-image generation - generates images from text prompts
  • Block diffusion - iterative refinement approach to image generation

Quantization

This GGUF was quantized from the BF16 safetensors using llama.cpp (build 537). The source weights were converted to F16 GGUF, then quantized to NVFP4 format.

NVFP4 (NVIDIA FP4) uses 4-bit floating point quantization optimized for NVIDIA Blackwell (B-series) GPUs.

Files

| File | Size | Description |

|------|------|-------------|

| diffusiongemma-26b-a4b-it-nvfp4.gguf | ~13.4 GB | NVFP4 quantized model weights |

| mmproj-diffusiongemma-26b-a4b-f16.gguf | ~1.19 GB | Vision encoder (F16) |

Usage

llama.cpp

llama-server \
  -m diffusiongemma-26b-a4b-it-nvfp4.gguf \
  --mmproj mmproj-diffusiongemma-26b-a4b-f16.gguf \
  -ngl 99 \
  --host 0.0.0.0 \
  --port 8080

Hardware Requirements

  • Minimum: 16 GB VRAM for partial offload
  • Recommended: 24+ GB VRAM for full GPU offload

License

Apache 2.0 - same as the base model.

Note: Vision support requires the mmproj file. The mmproj is shared between the NVFP4 and MXFP4 variants.

Run FreedomAISVR/DiffusionGemma-26B-A4B-it-NVFP4-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models