Add pipeline tag, library name and paper abstract

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +23 -18
README.md CHANGED
@@ -1,18 +1,23 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- # LightGen: Efficient Image Generation through Knowledge Distillation and Direct Preference Optimization
6
-
7
- <p align="center">
8
- <img src="https://github.com/XianfengWu01/LightGen/blob/main/demo/demo.png" width="720">
9
- </p>
10
-
11
- ## About
12
- This model (LightGen) introduces a novel pre-train pipeline for text-to-image models.
13
- It is based on [this paper](https://arxiv.org/abs/2503.08619), code release on [this github repo](https://github.com/XianfengWu01/LightGen).
14
-
15
- Currently, we just release some checkpoint without DPO
16
-
17
- ## 🦉 ToDo List
18
- - [ ] Release Complete Checkpoint.
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-image
5
+ ---
6
+
7
+ # LightGen: Efficient Image Generation through Knowledge Distillation and Direct Preference Optimization
8
+
9
+ <p align="center">
10
+ <img src="https://github.com/XianfengWu01/LightGen/blob/main/demo/demo.png" width="720">
11
+ </p>
12
+
13
+ ## About
14
+
15
+ This model (LightGen) introduces a novel pre-train pipeline for text-to-image models. It uses knowledge distillation (KD) and Direct Preference Optimization (DPO) to achieve efficient image generation. Drawing inspiration from data KD techniques, LightGen distills knowledge from state-of-the-art text-to-image models into a compact Masked Autoregressive (MAR) architecture with only $0.7B$ parameters.
16
+
17
+ It is based on [this paper](https://arxiv.org/abs/2503.08619), code release on [this github repo](https://github.com/XianfengWu01/LightGen).
18
+
19
+ Currently, we just release some checkpoint without DPO
20
+
21
+ ## 🦉 ToDo List
22
+
23
+ - [ ] Release Complete Checkpoint.