Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
---
|
|
|
4 |
# Implementation of EasyControl
|
5 |
|
6 |
EasyControl: Adding Efficient and Flexible Control for Diffusion Transformer
|
@@ -279,4 +281,4 @@ The code of EasyControl is released under [Apache License](https://github.com/Xi
|
|
279 |
primaryClass={cs.CV},
|
280 |
url={https://arxiv.org/abs/2503.07027},
|
281 |
}
|
282 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: stable-diffusion-image-to-image
|
4 |
---
|
5 |
+
|
6 |
# Implementation of EasyControl
|
7 |
|
8 |
EasyControl: Adding Efficient and Flexible Control for Diffusion Transformer
|
|
|
281 |
primaryClass={cs.CV},
|
282 |
url={https://arxiv.org/abs/2503.07027},
|
283 |
}
|
284 |
+
```
|