. ├── diffusion_model.py # iDDPM implementation (Keras/TensorFlow) ├── networks.py # U‑Net + conditioning encoder ├── helper_func.py # utilities (priors, beta schedules, math) ├── kinetic_model.py # ...