Diffusion model for image generation, trained on copyright-safe content
Top 73.4% on sourcepulse
F Lite is a 10 billion parameter diffusion model designed for high-quality, copyright-safe image generation. It is trained exclusively on SFW content from Freepik's dataset, making it suitable for users prioritizing legal compliance and ethical AI development.
How It Works
F Lite is built upon a Diffusion Transformer (DiT) architecture, leveraging a large-scale dataset of 80 million curated images. This approach allows for detailed image synthesis with a focus on rich textures and enhanced visual fidelity, distinguishing it from models trained on broader, less controlled datasets.
Quick Start & Requirements
pip install -r requirements.txt
python -m f_lite.generate
or integration with the diffusers
library.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The texture model may require more detailed prompts and can be less effective for vector-style imagery. The model requires significant VRAM (24GB+), though quantization has not been explored to reduce this footprint.
1 month ago
Inactive