File size: 1,107 Bytes
74cff0b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
910fd03
a82ec36
74cff0b
 
 
 
 
a82ec36
 
74cff0b
a82ec36
 
 
 
74cff0b
 
a82ec36
 
 
74cff0b
a82ec36
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
license: agpl-3.0
library_name: pytorch
tags:
  - static2dynamic
  - diffusion
  - generative-modeling
  - biology
  - microscopy
  - image-to-video
  - trajectory-inference
pipeline_tag: image-to-video
---

# Static2Dynamic

Pretrained checkpoints for **Static2Dynamic**, a method for reconstructing videos of unobservable cellular, developmental, and disease processes from static, unpaired snapshots.

- [Code repository](https://github.com/biocompibens/static2dynamic)
- [Preprint](https://www.biorxiv.org/content/10.64898/2026.05.18.725860)

## Checkpoints

Each checkpoint subfolder contains:

- `net/`: diffusion model config and weights
- `video_time_encoder/`: time conditioning encoder config and weights
- `dynamic/`: scheduler configuration
- `my_conf/`: run configuration
- `train_samples.parquet`: training split samples
- `test_samples.parquet`: test split samples
- `pseudotime_predictions/`: pseudotime predictions 


## Download example

Download one checkpoint folder:

```sh
hf download thethomasboyer/Static2Dynamic --include 'NASH_steato/*' --local-dir ./Static2Dynamic_models
```