Add model card
Browse filesThis PR adds a model card for the model described in [CLEAR: Conv-Like Linearization Revs Pre-Trained Diffusion Transformers Up](https://huggingface.co/papers/2412.16112).
It also adds a link to the Github repository, and it adds the appropriate `pipeline_tag`.
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
|