Fetchniche
commited on
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 |
+
[![Static Badge](https://img.shields.io/badge/-MAPLE--Lab-MAPLE--Lab?logoColor=%231082c3&label=Home%20Page&link=https%3A%2F%2Fgithub.com%2FMAPLE_AIGC)](https://maple-aigc.github.io) 
|
26 |
+
[![weixin](https://img.shields.io/badge/-WeChat@MAPLE实验室-000000?logo=wechat&logoColor=07C160)](https://mp.weixin.qq.com/s/UefnjlCSi6YvzVe-Xu9jjQ)
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
+
[![SIM](https://img.shields.io/badge/Paper-SIM-2b9348.svg?logo=arXiv)](https://arxiv.org/abs/xxx.xxx) 
|
31 |
+
[![Static Badge](https://img.shields.io/badge/SIM--DiT%20checkpoints-Model(0.6B)-yellow?logoColor=violet&label=%F0%9F%A4%97%20SIM-DiT%20checkpoints)](https://huggingface.co/xxxx) 
|
32 |
+
[![Static Badge](https://img.shields.io/badge/-Project%20Page-orange?logo=healthiness&logoColor=1D9BF0)](https://maple-aigc.github.io/SIM) 
|
33 |
+
|
34 |
+
|
35 |
+
</div>
|
36 |
+
|
37 |
+
![intro_large](https://github.com/maple-research-lab/SIM/blob/main/figs/final_img.png)
|
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 |
+
```
|