Instructions to use kartiknarayan/facexformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kartiknarayan/facexformer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kartiknarayan/facexformer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ language:
|
|
| 10 |
|
| 11 |
<div align="center">
|
| 12 |
|
| 13 |
-
[**Project Page**](https://kartik-3004.github.io/facexformer/) **|** [**Paper (ArXiv)**](https://arxiv.org/abs/2403.
|
| 14 |
|
| 15 |
|
| 16 |
</div>
|
|
|
|
| 10 |
|
| 11 |
<div align="center">
|
| 12 |
|
| 13 |
+
[**Project Page**](https://kartik-3004.github.io/facexformer/) **|** [**Paper (ArXiv)**](https://arxiv.org/abs/2403.12960v2) **|** [**Code**](https://github.com/Kartik-3004/facexformer)
|
| 14 |
|
| 15 |
|
| 16 |
</div>
|