Add model card (#1)
Browse files- Add model card (e04dd16d9b5e81534f5ac28361457bddfc926213)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusers
|
| 3 |
+
pipeline_tag: image-to-image
|
| 4 |
+
---
|
| 5 |
+
This repository contains the model of the paper [CLEAR: Conv-Like Linearization Revs Pre-Trained Diffusion Transformers Up](https://huggingface.co/papers/2412.16112).
|
| 6 |
+
|
| 7 |
+
Code: https://github.com/Huage001/CLEAR
|