temporary readme
Browse files
README.md
CHANGED
@@ -1,3 +1,59 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
datasets:
|
4 |
+
- PixArt-alpha/SAM-LLaVA-Captions10M
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- PixArt-alpha/PixArt-alpha
|
9 |
+
pipeline_tag: text-to-image
|
10 |
+
library_name: diffusers
|
11 |
+
tags:
|
12 |
+
- diffusion
|
13 |
+
- distillation
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- <p align="center">
|
17 |
+
<img src="./assets/lumina-logo.png" width="40%"/>
|
18 |
+
<br>
|
19 |
+
</p> -->
|
20 |
+
|
21 |
+
# SIM: One-Step Diffusion Distillation through Score Implicit Matching
|
22 |
+
|
23 |
+
<div align="center">
|
24 |
+
|
25 |
+
[](https://maple-aigc.github.io) 
|
26 |
+
[](https://mp.weixin.qq.com/s/UefnjlCSi6YvzVe-Xu9jjQ)
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
+
[](https://arxiv.org/abs/xxx.xxx) 
|
31 |
+
[-yellow?logoColor=violet&label=%F0%9F%A4%97%20SIM-DiT%20checkpoints)](https://huggingface.co/xxxx) 
|
32 |
+
[](https://maple-aigc.github.io/SIM) 
|
33 |
+
|
34 |
+
|
35 |
+
</div>
|
36 |
+
|
37 |
+

|
38 |
+
|
39 |
+
|
40 |
+
## 🚀 Quick Start
|
41 |
+
|
42 |
+
|
43 |
+
```python
|
44 |
+
from diffusers import PixArtAlphaPipeline
|
45 |
+
|
46 |
+
xxx
|
47 |
+
```
|
48 |
+
|
49 |
+
|
50 |
+
## 📄 Citation
|
51 |
+
|
52 |
+
```
|
53 |
+
@article{xxx,
|
54 |
+
title={One-Step Diffusion Distillation through Score Implicit Matching},
|
55 |
+
author={xxx},
|
56 |
+
journal={xxx,
|
57 |
+
year={2024}
|
58 |
+
}
|
59 |
+
```
|