Update README.md
Browse files
README.md
CHANGED
|
@@ -52,6 +52,8 @@ hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="arc2face/config.json", l
|
|
| 52 |
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="arc2face/diffusion_pytorch_model.safetensors", local_dir="./models")
|
| 53 |
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="encoder/config.json", local_dir="./models")
|
| 54 |
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="encoder/pytorch_model.bin", local_dir="./models")
|
|
|
|
|
|
|
| 55 |
```
|
| 56 |
|
| 57 |
Please check our [GitHub repository](https://github.com/foivospar/Arc2Face) for complete inference instructions.
|
|
|
|
| 52 |
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="arc2face/diffusion_pytorch_model.safetensors", local_dir="./models")
|
| 53 |
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="encoder/config.json", local_dir="./models")
|
| 54 |
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="encoder/pytorch_model.bin", local_dir="./models")
|
| 55 |
+
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="controlnet/config.json", local_dir="./models")
|
| 56 |
+
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="controlnet/diffusion_pytorch_model.safetensors", local_dir="./models")
|
| 57 |
```
|
| 58 |
|
| 59 |
Please check our [GitHub repository](https://github.com/foivospar/Arc2Face) for complete inference instructions.
|