
mirage-landscape — On-Device 4K Landscape Diffusion Model
I built an end-to-end pipeline for on-device 4K landscape image generation. I fine-tuned Google's DDPM-Church diffusion model on 60,000 images from the Landscapes HQ dataset using Hugging Face Diffusers, producing a diffusion model specialized in landscape image generation, and deployed the fine-tuned weights to Hugging Face at crab27/ddpm-landscape. The pipeline chains the 256×256 DDPM output with Real-ESRGAN upscaling to produce 4K landscape images — one of the few landscape diffusion projects packaged as an on-device CLI tool, distributed on PyPI as mirage-landscape and runs 100% locally after the first model download.

