Skip to content

Commit 2cf8b70

Browse files
committed
update readme
1 parent 8b0abb7 commit 2cf8b70

3 files changed

Lines changed: 46 additions & 1 deletion

File tree

README.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
# DetailFlow
1+
# DetailFlow🚀: 1D Coarse-to-Fine Autoregressive Image Generation via Next-Detail Prediction
2+
<div align="center">
3+
4+
[![DetailFlow](https://img.shields.io/badge/Paper-DetailFlow-2b9348.svg?logo=arXiv)](https://arxiv.org)&nbsp;
5+
[![huggingface weights](https://img.shields.io/badge/%F0%9F%A4%97%20Weights-DetailFlow-yellow)](https://huggingface.co/ByteFlow-AI)&nbsp;
6+
[![project page](https://img.shields.io/badge/Project_page-More_visualizations-green?logo=bytedance)](https://byteflow-ai.github.io/DetailFlow/)&nbsp;
7+
![Visitors](https://visitor-badge.laobi.icu/badge?page_id=ByteFlow-AI.DetailFlow)
8+
[![GitHub closed issues](https://img.shields.io/github/issues-closed/ByteFlow-AI/DetailFlow?color=blue&label=Issues)](https://github.com/ByteFlow-AI/DetailFlow/issues?q=is%3Aissue+is%3Aclosed)
9+
10+
11+
</div>
12+
13+
14+
## 🌿 Introduction
15+
16+
We present DetailFlow, a coarse-to-fine 1D autoregressive (AR) image generation method that models images through a novel next-detail prediction strategy. By learning a resolution-aware token sequence supervised with progressively degraded images, DetailFlow enables the generation process to start from the global structure and incrementally refine details.
17+
18+
19+
<div align='center'>
20+
<img src="./assets/demo.png" class="interpolation-image" alt="teasor." height="100%" width="100%" />
21+
</div>
22+
23+
DetailFlow encodes tokens with an inherent semantic ordering, where each subsequent token contributes additional high-resolution information. On the ImageNet 256×256 benchmark, our method achieves 2.96 gFID with 128 tokens, outperforming VAR (3.3 FID) and FlexVAR (3.05 FID), which both require 680 tokens in their AR models. Moreover, due to the significantly reduced token count and parallel inference mechanism, our method runs nearly 2× faster inference speed compared to VAR and FlexVAR.
24+
25+
<div align='center'>
26+
<img src="./assets/method.png" class="interpolation-image" alt="method." height="50%" width="50%" />
27+
</div>
28+
29+
## 📰 News
30+
31+
**2025.05.28**: 🎉🎉🎉 DetailFlow is released! 🎉🎉🎉 See our [project page](https://byteflow-ai.github.io/DetailFlow/) and [paper](https://arxiv.org) .
32+
33+
34+
## 📑 Open-source Plan
35+
36+
- [ ] Release the checkpoint of tokenizer and AR model
37+
- [ ] Release the training & inference code
38+
39+
40+
41+
## Acknowledgement
42+
43+
We thank the great work from [VAR](https://github.com/FoundationVision/VAR), [LlamaGen](https://github.com/FoundationVision/LlamaGen) and [LLaVA](https://github.com/haotian-liu/LLaVA).
44+
45+
## 🔥 Open positions
46+
We are hiring interns and full-time researchers at the ByteFlow Group, ByteDance, with a focus on multimodal understanding and generation (preferred base: Hangzhou, Beijing, and Shenzhen). If you are interested, please contact yolomemos@gmail.com.

assets/demo.png

1.56 MB
Loading

assets/method.png

97.6 KB
Loading

0 commit comments

Comments
 (0)