rabischof commited on
Commit
077db04
·
verified ·
1 Parent(s): 4909b8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  [![GitHub](https://img.shields.io/badge/GitHub-rbischof/windinet-blue?logo=github)](https://github.com/rbischof/windinet)
16
  [![Web Demo](https://img.shields.io/badge/Web%20Demo-Launch-orange)](https://rbischof.github.io/windinet_web/)
17
 
18
- **WinDiNet** repurposes a 2-billion-parameter video diffusion transformer ([LTX-Video](https://github.com/Lightricks/LTX-Video)) as a fast, differentiable surrogate for computational fluid dynamics (CFD) simulations of urban wind patterns. Fine-tuned on 10,000 CFD simulations across procedurally generated building layouts, it generates complete **112-frame wind field rollouts in under one second** — over 2,000x faster than traditional CFD solvers.
19
 
20
  - **Physics-informed VAE decoder**: Fine-tuned with incompressibility and wall boundary losses for physically consistent velocity field reconstruction
21
  - **Scalar conditioning**: Fourier-feature-encoded inlet speed and domain size replace text prompts, enabling precise physical parametrisation
 
15
  [![GitHub](https://img.shields.io/badge/GitHub-rbischof/windinet-blue?logo=github)](https://github.com/rbischof/windinet)
16
  [![Web Demo](https://img.shields.io/badge/Web%20Demo-Launch-orange)](https://rbischof.github.io/windinet_web/)
17
 
18
+ **WinDiNet** repurposes a 2-billion-parameter video diffusion transformer ([LTX-Video](https://github.com/Lightricks/LTX-Video)) as a fast, differentiable surrogate for computational fluid dynamics (CFD) simulations of urban wind patterns. Fine-tuned on 10,000 CFD simulations across procedurally generated building layouts, it generates complete **112-frame wind field rollouts in under one second** — over 2,000x faster than the ground truth CFD solver.
19
 
20
  - **Physics-informed VAE decoder**: Fine-tuned with incompressibility and wall boundary losses for physically consistent velocity field reconstruction
21
  - **Scalar conditioning**: Fourier-feature-encoded inlet speed and domain size replace text prompts, enabling precise physical parametrisation