File size: 756 Bytes
74b4dfa
 
1610ed4
74b4dfa
1610ed4
 
 
 
 
74b4dfa
 
817af78
 
 
 
 
74b4dfa
 
 
d9a2191
74b4dfa
d6c02b6
 
cf11959
d9a2191
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
# Exploring and Exploiting Stability in Latent Flow Matching

Official checkpoints for our ICML 2026 paper:

**Exploring and Exploiting Stability in Latent Flow Matching**

**Paper:** [arXiv:2605.08398](https://arxiv.org/abs/2605.08398)  
**Hugging Face paper page:** [huggingface.co/papers/2605.08398](https://huggingface.co/papers/2605.08398)  
**Code:** [github.com/briqr/explo-r-it-ing_lfm_stability](https://github.com/briqr/explo-r-it-ing_lfm_stability)

## Checkpoints

- `vaes/`
- `celebhq_models/`
- `ffhq_models/`
- `imagenet_models/`

## Usage

```bash
python -m inference.sample_models \
  --ckpt celebhq_precomputed_unconditionalvaeretrained_fm_balanced_cluster_nearest_s2_pruned05_seed0 \
  --results_dir celebhq_models \
  --mode single
```