Desident warmshao commited on
Commit
9b630b5
·
0 Parent(s):

Duplicate from warmshao/FasterLivePortrait

Browse files

Co-authored-by: wenshao <warmshao@users.noreply.huggingface.co>

Files changed (31) hide show
  1. .gitattributes +39 -0
  2. README.md +3 -0
  3. liveportrait_animal_onnx/appearance_feature_extractor.onnx +3 -0
  4. liveportrait_animal_onnx/clip_embedding_68.pkl +3 -0
  5. liveportrait_animal_onnx/clip_embedding_9.pkl +3 -0
  6. liveportrait_animal_onnx/motion_extractor.onnx +3 -0
  7. liveportrait_animal_onnx/stitching.onnx +3 -0
  8. liveportrait_animal_onnx/stitching_eye.onnx +3 -0
  9. liveportrait_animal_onnx/stitching_lip.onnx +3 -0
  10. liveportrait_animal_onnx/warping_spade-fix.onnx +3 -0
  11. liveportrait_animal_onnx/warping_spade.onnx +3 -0
  12. liveportrait_animal_onnx/xpose.pth +3 -0
  13. liveportrait_animal_onnx_v1.1/appearance_feature_extractor-v1.1.onnx +3 -0
  14. liveportrait_animal_onnx_v1.1/motion_extractor-v1.1.onnx +3 -0
  15. liveportrait_animal_onnx_v1.1/stitching-v1.1.onnx +3 -0
  16. liveportrait_animal_onnx_v1.1/stitching_eye-v1.1.onnx +3 -0
  17. liveportrait_animal_onnx_v1.1/stitching_lip-v1.1.onnx +3 -0
  18. liveportrait_animal_onnx_v1.1/warping_spade-fix-v1.1.onnx +3 -0
  19. liveportrait_onnx/appearance_feature_extractor.onnx +3 -0
  20. liveportrait_onnx/face_2dpose_106_static.onnx +3 -0
  21. liveportrait_onnx/grid_sample_3d_plugin.dll +3 -0
  22. liveportrait_onnx/landmark.onnx +3 -0
  23. liveportrait_onnx/libgrid_sample_3d_plugin.so +3 -0
  24. liveportrait_onnx/motion_extractor.onnx +3 -0
  25. liveportrait_onnx/onnxruntime_gpu-1.17.0-cp310-cp310-win_amd64.whl +3 -0
  26. liveportrait_onnx/retinaface_det_static.onnx +3 -0
  27. liveportrait_onnx/stitching.onnx +3 -0
  28. liveportrait_onnx/stitching_eye.onnx +3 -0
  29. liveportrait_onnx/stitching_lip.onnx +3 -0
  30. liveportrait_onnx/warping_spade-fix.onnx +3 -0
  31. liveportrait_onnx/warping_spade.onnx +3 -0
.gitattributes ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ liveportrait_onnx/onnxruntime_silicon-1.17.0-cp310-cp310-macosx_14_0_arm64.whl filter=lfs diff=lfs merge=lfs -text
37
+ liveportrait_onnx/onnxruntime_gpu-1.17.0-cp310-cp310-win_amd64.whl filter=lfs diff=lfs merge=lfs -text
38
+ liveportrait_onnx/grid_sample_3d_plugin.dll filter=lfs diff=lfs merge=lfs -text
39
+ liveportrait_onnx/libgrid_sample_3d_plugin.so filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
liveportrait_animal_onnx/appearance_feature_extractor.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff011d7cd3c324f88cd4ec3faa60a5e379e653fc681a5c2ca496f42e5f62555d
3
+ size 3355896
liveportrait_animal_onnx/clip_embedding_68.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7face6b75009a4d29290a7a2ba8ce888057036e658e91cfe8482a67abcb06f1
3
+ size 71352
liveportrait_animal_onnx/clip_embedding_9.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4982ea59b74a72fa210f544d20540cb94cd3912f3824d3df3a6feb30b1d2633b
3
+ size 10923
liveportrait_animal_onnx/motion_extractor.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cd96d0e8342684122667880cc9583f42da3ae0ee221ad0b46d55a1759bcde8c
3
+ size 112648514
liveportrait_animal_onnx/stitching.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e33658425e3f1014dc35b28f60ca7459189e8f78f20540262a2fe5ac1dc6ec7
3
+ size 182363
liveportrait_animal_onnx/stitching_eye.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a2086c4d757c9be71b9b290d020678406da6a33c6247252c4bb0aeeff48afc
3
+ size 580926
liveportrait_animal_onnx/stitching_lip.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:101d7025cafdc199b6108c4841c7cdee88451787b01d319a1374b3c78344bf72
3
+ size 150609
liveportrait_animal_onnx/warping_spade-fix.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ccc5593199f30b0d292bdb45b2382ecaa5d2ac159e26c03942df0628bd08c0
3
+ size 421233100
liveportrait_animal_onnx/warping_spade.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ca25af91f987d0d05a340dbcc15f4dc48d6a1280073ec9f99a6515cdbebd1b
3
+ size 421233096
liveportrait_animal_onnx/xpose.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf58e5a3c4a3a017198edc69e33f89c9a37adc856fe6b1776059b2d4a524a7dd
3
+ size 435089171
liveportrait_animal_onnx_v1.1/appearance_feature_extractor-v1.1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a28cd971a05e5f819b48c8e5da7b296367fd247525acb6b564603c7e66a1aa2
3
+ size 3355896
liveportrait_animal_onnx_v1.1/motion_extractor-v1.1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02d301094e92b451a6c0a2e24d55c53c91e2f77e631be4861ba55829fe0cecd2
3
+ size 112648514
liveportrait_animal_onnx_v1.1/stitching-v1.1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43598e9747a19f4c55d8e1604fb7d7fa70ab22377d129cb7d1fe38c9a737cc79
3
+ size 182363
liveportrait_animal_onnx_v1.1/stitching_eye-v1.1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:251004fe4a994c57c8cd9f2c50f3d89feb289fb42e6bc3af74470a3a9fa7d83b
3
+ size 580926
liveportrait_animal_onnx_v1.1/stitching_lip-v1.1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ca793eac4b0dc5464f1716cdaa62e595c2c2272c9971a444e39c164578dc34b
3
+ size 150609
liveportrait_animal_onnx_v1.1/warping_spade-fix-v1.1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6bc68e55272b795e606fea84977676f762f883518a82760804b22b25fe17a0f
3
+ size 421233096
liveportrait_onnx/appearance_feature_extractor.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d070afccca7f528ffb0ef5052b21588b42225a996661833f7bdede562d1ab921
3
+ size 3355896
liveportrait_onnx/face_2dpose_106_static.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc2984c285578412fee0a36b00b06374f99f22c39d9983583a5dcb03368ef26
3
+ size 5030884
liveportrait_onnx/grid_sample_3d_plugin.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bbaaa4ca9e8edcb24829e8002cb9f12f12f49ebc362c38b5caff2f1f60d98d0
3
+ size 1815552
liveportrait_onnx/landmark.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31d22a5041326c31f19b78886939a634a5aedcaa5ab8b9b951a1167595d147db
3
+ size 114666491
liveportrait_onnx/libgrid_sample_3d_plugin.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd48c852366ba6ad5ba246239306d1a4be2aff709b35c0744ef68b84b718c6b5
3
+ size 1758088
liveportrait_onnx/motion_extractor.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219a46174297b2b411bb3c5dce48d3a8c8e07a9d82120a0da21f49f58b67fca6
3
+ size 112648514
liveportrait_onnx/onnxruntime_gpu-1.17.0-cp310-cp310-win_amd64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a81a417d30aa501af0b3fd4580f657d486dd46299ddc6b468790f1e1f6daed
3
+ size 52587561
liveportrait_onnx/retinaface_det_static.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2faaaf085558c5dbcb55fa58f2becf08e9b3d6945e5f0d63db90e22ad9e1ab0b
3
+ size 16923827
liveportrait_onnx/stitching.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e33658425e3f1014dc35b28f60ca7459189e8f78f20540262a2fe5ac1dc6ec7
3
+ size 182363
liveportrait_onnx/stitching_eye.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a2086c4d757c9be71b9b290d020678406da6a33c6247252c4bb0aeeff48afc
3
+ size 580926
liveportrait_onnx/stitching_lip.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:101d7025cafdc199b6108c4841c7cdee88451787b01d319a1374b3c78344bf72
3
+ size 150609
liveportrait_onnx/warping_spade-fix.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bae996fef2fe742d87f10b88c1b9c8fb601fd283ab004e3efa49def9fe58c2d
3
+ size 421233100
liveportrait_onnx/warping_spade.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0e7a566db8fba690c23523bcd2faa4f0d13f05418db84a779397a851062ad69
3
+ size 421233096