Analysis updated 2026-05-18
Generate an image from a text description entirely on a mobile device.
Edit an existing photo using a text instruction, like changing its style or background.
Run benchmark comparisons against other image generation and editing models.
Try the model through a local or hosted Gradio web demo.
| bytevisionlab/dreamlite | facebookresearch/vggt-omega | khrisat/text-humanizer | |
|---|---|---|---|
| Stars | 562 | 568 | 571 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | — |
| Complexity | 3/5 | 4/5 | — |
| Audience | researcher | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
Model weights are gated behind an email access request during a safety review, not available for immediate download.
DreamLite is a research project that packs image generation and image editing into one small AI model, small enough to run directly on a phone with no internet connection needed. You type a text description, such as a close-up of a dragon breathing fire, or an instruction for editing an existing photo, such as changing the background to a forest, and the model produces a 1024 by 1024 pixel image in about 3 seconds on an iPhone 17 Pro. The model has 0.39 billion parameters, which is small compared to most image generation models, and it comes in two versions. The base version takes 28 steps to produce a higher quality image, while the mobile version is tuned for speed and only needs 4 steps. Both versions handle text-to-image generation and text-guided editing using the same underlying architecture, rather than needing two separate models for the two tasks. You can try the model through a command line interface, passing in a text prompt and, for editing tasks, a path to a source image, or through a Gradio-based web interface that runs locally or is hosted on Hugging Face Spaces. The repository also includes benchmark scripts for comparing DreamLite's results against other image generation and editing models on standard test sets. The model weights themselves are not open for immediate download. They are undergoing a safety review, and you need to email the authors with your name, affiliation, and intended use case to request early access. The README also states usage guidelines: the model must not be used to create sexually explicit, violent, discriminatory, or otherwise illegal content. The project is backed by a published research paper and comes from ByteVisionLab.
A small AI model that generates and edits images directly on a phone in seconds, with no cloud needed.
Mainly Python. The stack also includes Python, PyTorch, Gradio.
The README does not state license terms, usage is restricted by an ethical guidelines clause covering prohibited content.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.