AIAny
AI Model2026
Icon for item

PiD — Pixel Diffusion Decoder

Converts latent representations into high-resolution images by using a conditional pixel-space diffusion decoder that merges decoding and upsampling into a single generative step. Released checkpoints are 4-step distilled (2k and 2kto4k variants) and pair with specific VAE/encoder weights; license restricts use to non-commercial research.

Introduction

Most latent-image pipelines separate a compact encoder and a pixel-space decoder or rely on multi-stage upsampling — both add complexity or slow high-res output. PiD's core idea is to treat the latent-to-pixel decoder itself as a conditional diffusion model and denoise directly in high-resolution pixel space, collapsing decoding and super-resolution into a single generative module and enabling very fast, few-step high-res decoding.

What Sets It Apart
  • Reformulates the decoder as a conditional pixel-space diffusion process, so the model directly synthesizes high-resolution pixels conditioned on encoder latents — this avoids multi-stage upsampling and simplifies inference pipelines.
  • 4-step distilled checkpoints (PiD_*) provide extremely low-step inference (so what: much faster decoding with minimal extra engineering), with two training variants: 2k (2048px target) and 2kto4k (multi-resolution training aimed at 4K outputs).
  • Backbone-agnostic deployment: released checkpoints are distributed alongside matching VAE/encoder weights (Flux1/Flux2, SD3 VAE, RAE/Scale-RAE variants), making it straightforward to plug PiD into different encoder ecosystems.
  • Inference-oriented packaging: weights are EMA cast to bfloat16 and the repo provides a checkpoint registry and demos to load the correct files automatically (so what: ready-to-run demos but expect matching VAE artifacts and the PiD codebase).
Who It's For and Trade-offs

Great fit if you are a researcher or engineer who needs single-pass, high-resolution decoding from latent image models (super-resolution, high-res image generation from compressed latents) and you can run GPU inference with the provided PiD repo. Look elsewhere if you require commercial licensing (PiD is released under NVIDIA's NSCLv1 non-commercial terms), if you need full open permissive licensing, or if your workflow cannot accommodate pairing the exact VAE/encoder backbones PiD expects. Also note distilled 4-step inference prioritizes speed; for the absolute last bit of perceptual fidelity, more inference steps or different diffusion decoders may still outperform distilled single-pass runs.

Where It Fits

Compared with traditional latent diffusion decoders or multi-stage SR pipelines, PiD trades an extra architectural constraint (conditioning the pixel diffusion on encoder latents and shipping matching VAE weights) for simpler deployment and much faster high-resolution outputs. It is complementary to research on encoder architectures (Z-Image, Flux, RAE/Scale-RAE) and is most useful when end-to-end high-res decoding speed matters.

Information

  • Websitehuggingface.co
  • AuthorsYifan Lu, Qi Wu, Jay Zhangjie Wu, Zian Wang, Huan Ling, Sanja Fidler, Xuanchi Ren, NVIDIA
  • Published date2026/04/28

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.