| # FaceNet-ONNX | |
| FaceNet-ONNX is the ONNX version of FaceNet weights published in [lllyasviel/Annotators](https://huggingface.co/lllyasviel/Annotators/tree/main). | |
| # Usage | |
| `facenet.py` file can be used as base to implement your functions. This file is based on the openpose preprocessor script of the [sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet/blob/main/annotator/openpose/face.py) project by Mikubill. | |
| # Credits | |
| Special thanks to lllyasviel for sharing the original model, and Mikubill for sharing the pre-processor code. |