nielsr HF Staff commited on
Commit
bfced0b
·
verified ·
1 Parent(s): c3e8252

Add pipeline tag, library name, link to paper and github

Browse files

This PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=image-to-image and that a "how to use" button appears.
It also links to the relevant paper and Github repositories.

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,11 +1,14 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
4
  # MagicFace Model Card
5
 
6
  <div align="center">
7
 
8
- [**Paper**](https://arxiv.org/pdf/2501.02260) **|** [**Code**](https://github.com/weimengting/MagicFace)
9
 
10
 
11
  </div>
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-to-image
4
+ library_name: diffusers
5
  ---
6
+
7
  # MagicFace Model Card
8
 
9
  <div align="center">
10
 
11
+ [**Paper**](https://huggingface.co/papers/2501.02260) **|** [**Code**](https://github.com/weimengting/MagicFace)
12
 
13
 
14
  </div>