doguscank commited on
Commit
e3ec5b2
·
verified ·
1 Parent(s): b3f76cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -2,6 +2,10 @@
2
 
3
  FaceNet-ONNX is the ONNX version of FaceNet weights published in [lllyasviel/Annotators](https://huggingface.co/lllyasviel/Annotators/tree/main).
4
 
 
 
 
 
5
  # Credits
6
 
7
- Special thanks to lllyasviel for sharing the original model.
 
2
 
3
  FaceNet-ONNX is the ONNX version of FaceNet weights published in [lllyasviel/Annotators](https://huggingface.co/lllyasviel/Annotators/tree/main).
4
 
5
+ # Usage
6
+
7
+ `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.
8
+
9
  # Credits
10
 
11
+ Special thanks to lllyasviel for sharing the original model, and Mikubill for sharing the pre-processor code.