| # LatentRecurrentFlow (LRF) - A Novel Mobile-First Image Generation Architecture | |
| # Copyright 2026 - Novel Architecture Research | |
| # | |
| # Key innovations: | |
| # 1. Recursive Latent Refinement (RLR) core - HRM-inspired iterative reasoning on image latents | |
| # 2. GatedLinearDiffusion (GLD) blocks - subquadratic spatial mixing via gated linear attention + DW conv | |
| # 3. Compact f16 latent space with SnapGen-style tiny decoder | |
| # 4. Rectified flow training with consistency distillation readiness | |
| # 5. OmniGen-style multimodal conditioning for editing tasks | |
| __version__ = "0.1.0" | |
| __name__ = "LatentRecurrentFlow" | |