Add pipeline tag and paper link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -2,7 +2,12 @@
2
  license: other
3
  license_name: snap-non-commercial
4
  license_link: LICENSE
 
5
  ---
6
 
7
- This repo contains the checkpoints for official implementation of "AlphaFlow: Understanding and Improving MeanFlow Models".
8
- The code is available at [https://github.com/snap-research/alphaflow](https://github.com/snap-research/alphaflow)
 
 
 
 
 
2
  license: other
3
  license_name: snap-non-commercial
4
  license_link: LICENSE
5
+ pipeline_tag: unconditional-image-generation
6
  ---
7
 
8
+ This repository contains the checkpoints for the official implementation of **AlphaFlow**, as described in the paper [AlphaFlow: Understanding and Improving MeanFlow Models](https://huggingface.co/papers/2510.20771).
9
+
10
+ The code is available at [https://github.com/snap-research/alphaflow](https://github.com/snap-research/alphaflow).
11
+
12
+ ![Comparison image from AlphaFlow GitHub README](https://github.com/snap-research/alphaflow/raw/main/figures/teaser.jpg)
13
+ *Uncurated* samples (seeds 1-8) from the DiT-XL model for MeanFlow [1] and $\alpha$-Flow (our proposed method) produced with 1 (upper) and 2 (lower) sampling steps for ImageNet-1K $256^2$.