Add link to paper, pipeline tag
Browse filesThis PR ensures people can find the model at https://huggingface.co/models?pipeline_tag=image-to-image&sort=trending, and find it at https://huggingface.co/papers/2407.05878.
Cheers!
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- HiT-SR
|
4 |
- image super-resolution
|
@@ -17,3 +18,4 @@ HiT-SR is a general strategy to improve transformer-based SR methods. We apply o
|
|
17 |
|
18 |
🤗 Please refer to https://huggingface.co/XiangZ/hit-sr for usage.
|
19 |
|
|
|
|
1 |
---
|
2 |
+
pipeline_tag: image-to-image
|
3 |
tags:
|
4 |
- HiT-SR
|
5 |
- image super-resolution
|
|
|
18 |
|
19 |
🤗 Please refer to https://huggingface.co/XiangZ/hit-sr for usage.
|
20 |
|
21 |
+
Paper: https://huggingface.co/papers/2407.05878
|