nielsr HF Staff commited on
Commit
8ff016b
·
verified ·
1 Parent(s): 4e11645

Improve model card with pipeline tag, library, and project links

Browse files

Hi, I'm Niels from the Hugging Face team.

This PR improves the model card for ArcFlow by:
- Adding the `pipeline_tag: text-to-image` to the metadata for better discoverability.
- Adding `library_name: diffusers` to the metadata, as the model demonstrates clear compatibility with the Diffusers library in its usage examples and config files.
- Linking the model card to its [paper page](https://huggingface.co/papers/2602.09014) on the Hub.
- Adding a prominent link to the [official GitHub repository](https://github.com/pnotp/ArcFlow).
- Including a concise "Overview" section to briefly describe the model without adding the full abstract.

These updates aim to make the model more discoverable, provide clearer usage context, and adhere to best practices for documentation on the Hub.

Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -1,20 +1,30 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - black-forest-labs/FLUX.1-dev
5
  - Qwen/Qwen-Image
 
 
 
6
  ---
 
7
  # ArcFlow
8
- ArcFlow: Unleashing 2-Step Text-to-Image Generation via High-Precision Non-Linear Flow Distillation
 
9
  <br/>
10
- Zihan Yang<sup>1</sup>,
11
- [Shuyuan Tu](https://github.com/Francis-Rings)<sup>1</sup>,
12
- Licheng Zhang<sup>1</sup>,
13
- [Qi Dai](https://scholar.google.com/citations?hl=en&user=NSJY12IAAAAJ)<sup>2</sup>,
14
- [Yu-Gang Jiang](https://scholar.google.com/citations?hl=en&user=f3_FP8AAAAAJ)<sup>1</sup>,
15
  [Zuxuan Wu](https://zxwu.azurewebsites.net/)<sup>1</sup>
16
  <br/>
17
  [<sup>1</sup>Fudan University; <sup>2</sup>Microsoft Research Asia]
 
 
 
 
 
 
18
  ## Usage
19
 
20
  Please first install the [official code repository](https://github.com/pnotp/ArcFlow).
 
1
  ---
 
2
  base_model:
3
  - black-forest-labs/FLUX.1-dev
4
  - Qwen/Qwen-Image
5
+ license: apache-2.0
6
+ pipeline_tag: text-to-image
7
+ library_name: diffusers
8
  ---
9
+
10
  # ArcFlow
11
+
12
+ [**ArcFlow: Unleashing 2-Step Text-to-Image Generation via High-Precision Non-Linear Flow Distillation**](https://huggingface.co/papers/2602.09014)
13
  <br/>
14
+ Zihan Yang<sup>1</sup>,
15
+ [Shuyuan Tu](https://github.com/Francis-Rings)<sup>1</sup>,
16
+ Licheng Zhang<sup>1</sup>,
17
+ [Qi Dai](https://scholar.google.com/citations?hl=en&user=NSJY12IAAAAJ)<sup>2</sup>,
18
+ [Yu-Gang Jiang](https://scholar.google.com/citations?hl=en&user=f3_FP8AAAAAJ)<sup>1</sup>,
19
  [Zuxuan Wu](https://zxwu.azurewebsites.net/)<sup>1</sup>
20
  <br/>
21
  [<sup>1</sup>Fudan University; <sup>2</sup>Microsoft Research Asia]
22
+
23
+ Official Code Repository: [pnotp/ArcFlow](https://github.com/pnotp/ArcFlow)
24
+
25
+ ## Overview
26
+ ArcFlow is a few-step distillation framework that explicitly employs non-linear flow trajectories to approximate pre-trained teacher trajectories. Built on large-scale models (Qwen-Image-20B and FLUX.1-dev), ArcFlow achieves a 40x speedup with 2 NFEs over the original multi-step teachers without significant quality degradation.
27
+
28
  ## Usage
29
 
30
  Please first install the [official code repository](https://github.com/pnotp/ArcFlow).