clark-labs/clark-air-sana-1.6b-1.58bit · Hugging Face
Summary
Clark Labs released Clark Air Sana 1.6B, a ternary-quantized version of the Sana 1.6B text-to-image transformer that is 8.6× smaller than FP16 while maintaining near-FP16 quality, enabling efficient deployment.
View Cached Full Text
Cached at: 06/28/26, 05:59 AM
clark-labs/clark-air-sana-1.6b-1.58bit · Hugging Face
Source: https://huggingface.co/clark-labs/clark-air-sana-1.6b-1.58bit
https://huggingface.co/clark-labs/clark-air-sana-1.6b-1.58bit#clark-air-%C2%B7-sana-16bClark Air · Sana 1.6B
A Sana 1.6B text-to-image transformer compressed to ternary (~1.85 bits/weight): 8.6× smaller than FP16, near-FP16 quality.
Samples generated by Clark Air Sana 1.6B at 1.58 bits.
https://huggingface.co/clark-labs/clark-air-sana-1.6b-1.58bit#footprint-measuredFootprint (measured)
ArtifactSizevs FP16What it isFP16 transformer3.21 GB1× (100%)reference**Clark Air (packed)374 MB8.6× (≈12%)**packed ternary (clark\-air\-sana\-1\.6b\-packed\.safetensors)Clark Air (unpacked)3.21 GBcompatibilitythis repo’stransformer/, dequantized bf16, drop-indiffusers
Measured~1.85 bits/weight → 8.6× smaller(374 MB packed ÷ 3.21 GB FP16).
ℹ️ The
transformer/here is the unpacked compatibility format: it loads in stockdiffuserswith no custom code, so it is thesame 3.21 GBas FP16. The actual compressed artifact is the**374 MB packedsafetensors**in this repo.
https://huggingface.co/clark-labs/clark-air-sana-1.6b-1.58bit#usage-drop-in-diffusersUsage (drop-indiffusers)
import torch
from diffusers import SanaPipeline, SanaTransformer2DModel
transformer = SanaTransformer2DModel.from_pretrained(
"clark-labs/clark-air-sana-1.6b-1.58bit", subfolder="transformer", torch_dtype=torch.bfloat16)
pipe = SanaPipeline.from_pretrained(
"Efficient-Large-Model/Sana_1600M_512px_diffusers", transformer=transformer, torch_dtype=torch.bfloat16)
pipe.to("cuda")
pipe("a half empty bottle of red wine", num_inference_steps=20, guidance_scale=4.5).images[0].save("out.png")
https://huggingface.co/clark-labs/clark-air-sana-1.6b-1.58bit#aboutAbout
The transformer weights are quantized toternarywith group-wise scales; a small high-precision tail (~5% of parameters, the conditioning and projection layers) is kept at higher precision.
- **Base:**Sana 1.6B, 512px
https://huggingface.co/clark-labs/clark-air-sana-1.6b-1.58bit#licenseLicense
Apache-2.0 © Clark Labs, Inc.
Similar Articles
NVlabs/Sana
NVlabs/Sana is an efficiency-oriented open-source codebase for high-resolution image and video generation, including multiple model variants and training/inference pipelines.
SANA-Video: Efficient Video Generation with Block Linear Diffusion Transformer
SANA-Video is a small diffusion model that efficiently generates high-resolution, long videos using linear attention and a constant-memory KV cache, achieving competitive performance at dramatically lower cost and faster speed compared to existing models.
@NielsRogge: We've added support for SAM-3 Lite-Text in the Transformers library! > replaces the heavy text encoder in SAM-3 with a …
Hugging Face Transformers library adds support for SAM-3 Lite-Text, replacing the heavy text encoder with a compact MobileCLIP student model trained via knowledge distillation, achieving 88% parameter reduction while maintaining performance.
Efficient-Large-Model/SANA-WM_bidirectional
SANA-WM is an efficient 2.6B-parameter open-source world model for minute-scale video generation with precise camera control. It uses a hybrid linear diffusion transformer and a two-stage pipeline to produce 720p videos from images and text prompts.
@danielhanchen: We also released 1-bit Qwen3.8-27B quants which run on 8GB RAM. They retain ~77% of accuracy compared to BF16. We origi…
Unsloth AI released 1-bit quantized versions of the Qwen3.8-27B AI model that run on 8GB RAM, retaining approximately 77% accuracy compared to BF16 precision.
