nielsr HF Staff commited on
Commit
3b5ce00
·
verified ·
1 Parent(s): c5027d6

Add pipeline tag and paper link

Browse files

This PR improves the model card by:
- Adding the `pipeline_tag: unconditional-image-generation` to the metadata, which helps users discover the model under the relevant task category on the Hugging Face Hub.
- Explicitly linking to the paper [AlphaFlow: Understanding and Improving MeanFlow Models](https://huggingface.co/papers/2510.20771) within the model card content.
- Including the comparison image from the original GitHub repository to provide a visual overview of the model's capabilities.

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$.