Update Model Card
Browse files
README.md
CHANGED
|
@@ -39,10 +39,10 @@ The models can be downloaded directly from this repository or using python:
|
|
| 39 |
```python
|
| 40 |
from huggingface_hub import hf_hub_download
|
| 41 |
|
| 42 |
-
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="arc2face/config.json", local_dir="./models
|
| 43 |
-
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="arc2face/diffusion_pytorch_model.safetensors", local_dir="./models
|
| 44 |
-
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="encoder/config.json", local_dir="./models
|
| 45 |
-
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="encoder/pytorch_model.bin", local_dir="./models
|
| 46 |
```
|
| 47 |
|
| 48 |
Please check our [GitHub repository](https://github.com/foivospar/Arc2Face) for complete inference instructions.
|
|
|
|
| 39 |
```python
|
| 40 |
from huggingface_hub import hf_hub_download
|
| 41 |
|
| 42 |
+
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="arc2face/config.json", local_dir="./models")
|
| 43 |
+
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="arc2face/diffusion_pytorch_model.safetensors", local_dir="./models")
|
| 44 |
+
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="encoder/config.json", local_dir="./models")
|
| 45 |
+
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="encoder/pytorch_model.bin", local_dir="./models")
|
| 46 |
```
|
| 47 |
|
| 48 |
Please check our [GitHub repository](https://github.com/foivospar/Arc2Face) for complete inference instructions.
|