Discover and explore top open-source AI tools and projects—updated daily.
ByteVisionLabOn-device unified model for image generation and editing
New!
Top 79.1% on SourcePulse
DreamLite presents a compact, unified on-device diffusion model (0.39B parameters) for both text-to-image generation and text-guided image editing. Targeting mobile users and developers, it enables real-time creative tasks directly on devices without cloud dependency, offering significant efficiency gains and privacy benefits.
How It Works
The architecture leverages a pruned mobile U-Net backbone and unifies conditioning through In-Context spatial concatenation within the latent space, allowing seamless integration of diverse inputs. This design, combined with step distillation, facilitates rapid 4-step inference, making complex image manipulation feasible on resource-constrained hardware. This approach is advantageous for on-device deployment due to its reduced computational footprint and memory requirements.
Quick Start & Requirements
Installation involves cloning the repository: git clone https://github.com/ByteVisionLab/DreamLite.git. The project emphasizes on-device inference capabilities, demonstrated on an iPhone 17 Pro.
Highlighted Details
Maintenance & Community
The project is under the supervision of Prof. Wangmeng Zuo. No specific community channels or detailed maintenance roadmaps are provided in the README.
Licensing & Compatibility
The README does not specify a software license, which may impact commercial use or integration.
Limitations & Caveats
The inference code and model weights are not yet released, indicating an early-stage open-source effort. Planned releases include an online demo and mobile applications, which are not currently available.
1 week ago
Inactive
YangLing0818