Skip to content

ByteVisionLab/DreamLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DreamLite: A Lightweight On-Device Unified Model for Image Generation and Editing

DreamLiteΒ  huggingface weightsΒ  project pageΒ  Visitors

🌿 Overview

We propose DreamLite, a compact unified on-device diffusion model (0.39B) that supports both text-to-image generation and text-guided image editing within a single network. DreamLite is built on a pruned mobile U-Net backbone and unifies conditioning through In-Context spatial concatenation in the latent space. By employing step distillation, DreamLite achieves 4-step inference, generating or editing a 1024Γ—1024 image in less than 5 seconds on an iPhone 17 Pro β€” fully on-device, no cloud required.

teasor

architecture
Overall architecture of DreamLite.

πŸ“° News

2026.03: πŸŽ‰πŸŽ‰πŸŽ‰ DreamLite is released! See our project page and paper.

🎬 On-Device Demo

Real-time generation & editing on iPhone 17 Pro β€” no cloud, fully on-device.

Image Editing Style Transfer Background Change

Note: If the videos do not render on GitHub, please visit our project page to view the full demos.

βš™οΈ Getting Started

Requirements

# Clone the repository
git clone https://github.com/carlofkl/DreamLite.git
cd DreamLite

Inference

πŸ€— Checkpoints

Model Params Resolution Steps HuggingFace
DreamLite (Base) 0.39B 1024Γ—1024 28 πŸ€— To be released
DreamLite (Distilled) 0.39B 1024Γ—1024 4 πŸ€— To be released

πŸ“Š Main Results

Quantitative comparison with state-of-the-art methods on generation and editing benchmarks.

generation comparison
Text-to-Image generation comparison.

editing comparison
Text-guided image editing comparison.

Method Params GenEval ↑ DPG ↑ ImgEdit ↑ GEdit-EN-Q ↑
FLUX.1-Dev / Kontext 12B 0.67 84.0 3.76 6.79
BAGEL 7B 0.82 85.1 3.42 7.20
OmniGen2 4B 0.80 83.6 3.44 6.79
LongCat-Image / Edit 6B 0.87 86.6 4.49 7.55
DeepGen1.0 2B 0.83 84.6 4.03 7.54
SANA-1.6B 1.6B 0.67 84.8 - -
SANA-0.6B 0.6B 0.64 83.6 - -
SnapGen++ (small) 0.4B 0.66 85.2 - -
VIBE 1.6B - - 3.85 7.28
EditMGT 0.96B - - 2.89 6.33
DreamLite (Ours) 0.39B 0.72 85.8 4.11 6.88

πŸ“‘ Open-Source Plan

  • Release paper on arXiv
  • Release inference code
  • Release model weights on HuggingFace
  • Release online demo
  • Release Android & iOS App

Acknowledgement

We thank the great work from SDXL, SnapGen, Qwen and TAESDXL. The work is under supervision from Prof. Wangmeng Zuo.

πŸ“„ Citation

If our work assists your research, feel free to give us a star ⭐ or cite us using:

@article{feng2026dreamlite,
  title={DreamLite: A Lightweight On-Device Unified Model for Image Generation and Editing},
  author={Kailai Feng and Yuxiang Wei and Bo Chen and Yang Pan and Hu Ye and Songwei Liu and Chenqian Yan and Yuan Gao},
  journal={arXiv preprint arXiv:2603.28713},
  year={2026}
}

About

πŸ”₯ Official impl. of "DreamLite: A Lightweight On-Device Unified Model for Image Generation and Editing".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages