Spaces:
Running
on
Zero
Running
on
Zero
Upload 4 files
Browse files- difpoint/configs/onnx_infer.yaml +18 -18
- difpoint/configs/onnx_mp_infer.yaml +14 -14
- difpoint/configs/trt_infer.yaml +18 -18
- difpoint/configs/trt_mp_infer.yaml +14 -14
difpoint/configs/onnx_infer.yaml
CHANGED
@@ -2,73 +2,73 @@ models:
|
|
2 |
warping_spade:
|
3 |
name: "WarpingSpadeModel"
|
4 |
predict_type: "ort"
|
5 |
-
model_path: "./
|
6 |
motion_extractor:
|
7 |
name: "MotionExtractorModel"
|
8 |
predict_type: "ort"
|
9 |
-
model_path: "./
|
10 |
landmark:
|
11 |
name: "LandmarkModel"
|
12 |
predict_type: "ort"
|
13 |
-
model_path: "./
|
14 |
face_analysis:
|
15 |
name: "FaceAnalysisModel"
|
16 |
predict_type: "ort"
|
17 |
model_path:
|
18 |
-
- "./
|
19 |
-
- "./
|
20 |
app_feat_extractor:
|
21 |
name: "AppearanceFeatureExtractorModel"
|
22 |
predict_type: "ort"
|
23 |
-
model_path: "./
|
24 |
stitching:
|
25 |
name: "StitchingModel"
|
26 |
predict_type: "ort"
|
27 |
-
model_path: "./
|
28 |
stitching_eye_retarget:
|
29 |
name: "StitchingModel"
|
30 |
predict_type: "ort"
|
31 |
-
model_path: "./
|
32 |
stitching_lip_retarget:
|
33 |
name: "StitchingModel"
|
34 |
predict_type: "ort"
|
35 |
-
model_path: "./
|
36 |
|
37 |
animal_models:
|
38 |
warping_spade:
|
39 |
name: "WarpingSpadeModel"
|
40 |
predict_type: "ort"
|
41 |
-
model_path: "./
|
42 |
motion_extractor:
|
43 |
name: "MotionExtractorModel"
|
44 |
predict_type: "ort"
|
45 |
-
model_path: "./
|
46 |
app_feat_extractor:
|
47 |
name: "AppearanceFeatureExtractorModel"
|
48 |
predict_type: "ort"
|
49 |
-
model_path: "./
|
50 |
stitching:
|
51 |
name: "StitchingModel"
|
52 |
predict_type: "ort"
|
53 |
-
model_path: "./
|
54 |
stitching_eye_retarget:
|
55 |
name: "StitchingModel"
|
56 |
predict_type: "ort"
|
57 |
-
model_path: "./
|
58 |
stitching_lip_retarget:
|
59 |
name: "StitchingModel"
|
60 |
predict_type: "ort"
|
61 |
-
model_path: "./
|
62 |
landmark:
|
63 |
name: "LandmarkModel"
|
64 |
predict_type: "ort"
|
65 |
-
model_path: "./
|
66 |
face_analysis:
|
67 |
name: "FaceAnalysisModel"
|
68 |
predict_type: "ort"
|
69 |
model_path:
|
70 |
-
- "./
|
71 |
-
- "./
|
72 |
|
73 |
crop_params:
|
74 |
src_dsize: 512
|
|
|
2 |
warping_spade:
|
3 |
name: "WarpingSpadeModel"
|
4 |
predict_type: "ort"
|
5 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/warping_spade.onnx"
|
6 |
motion_extractor:
|
7 |
name: "MotionExtractorModel"
|
8 |
predict_type: "ort"
|
9 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/motion_extractor.onnx"
|
10 |
landmark:
|
11 |
name: "LandmarkModel"
|
12 |
predict_type: "ort"
|
13 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/landmark.onnx"
|
14 |
face_analysis:
|
15 |
name: "FaceAnalysisModel"
|
16 |
predict_type: "ort"
|
17 |
model_path:
|
18 |
+
- "./downloaded_repo/pretrained_weights/liveportrait_onnx/retinaface_det_static.onnx"
|
19 |
+
- "./downloaded_repo/pretrained_weights/liveportrait_onnx/face_2dpose_106_static.onnx"
|
20 |
app_feat_extractor:
|
21 |
name: "AppearanceFeatureExtractorModel"
|
22 |
predict_type: "ort"
|
23 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/appearance_feature_extractor.onnx"
|
24 |
stitching:
|
25 |
name: "StitchingModel"
|
26 |
predict_type: "ort"
|
27 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching.onnx"
|
28 |
stitching_eye_retarget:
|
29 |
name: "StitchingModel"
|
30 |
predict_type: "ort"
|
31 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching_eye.onnx"
|
32 |
stitching_lip_retarget:
|
33 |
name: "StitchingModel"
|
34 |
predict_type: "ort"
|
35 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching_lip.onnx"
|
36 |
|
37 |
animal_models:
|
38 |
warping_spade:
|
39 |
name: "WarpingSpadeModel"
|
40 |
predict_type: "ort"
|
41 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/warping_spade.onnx"
|
42 |
motion_extractor:
|
43 |
name: "MotionExtractorModel"
|
44 |
predict_type: "ort"
|
45 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/motion_extractor.onnx"
|
46 |
app_feat_extractor:
|
47 |
name: "AppearanceFeatureExtractorModel"
|
48 |
predict_type: "ort"
|
49 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/appearance_feature_extractor.onnx"
|
50 |
stitching:
|
51 |
name: "StitchingModel"
|
52 |
predict_type: "ort"
|
53 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching.onnx"
|
54 |
stitching_eye_retarget:
|
55 |
name: "StitchingModel"
|
56 |
predict_type: "ort"
|
57 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching_eye.onnx"
|
58 |
stitching_lip_retarget:
|
59 |
name: "StitchingModel"
|
60 |
predict_type: "ort"
|
61 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching_lip.onnx"
|
62 |
landmark:
|
63 |
name: "LandmarkModel"
|
64 |
predict_type: "ort"
|
65 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/landmark.onnx"
|
66 |
face_analysis:
|
67 |
name: "FaceAnalysisModel"
|
68 |
predict_type: "ort"
|
69 |
model_path:
|
70 |
+
- "./downloaded_repo/pretrained_weights/liveportrait_onnx/retinaface_det_static.onnx"
|
71 |
+
- "./downloaded_repo/pretrained_weights/liveportrait_onnx/face_2dpose_106_static.onnx"
|
72 |
|
73 |
crop_params:
|
74 |
src_dsize: 512
|
difpoint/configs/onnx_mp_infer.yaml
CHANGED
@@ -2,64 +2,64 @@ models:
|
|
2 |
warping_spade:
|
3 |
name: "WarpingSpadeModel"
|
4 |
predict_type: "ort"
|
5 |
-
model_path: "./
|
6 |
motion_extractor:
|
7 |
name: "MotionExtractorModel"
|
8 |
predict_type: "ort"
|
9 |
-
model_path: "./
|
10 |
landmark:
|
11 |
name: "LandmarkModel"
|
12 |
predict_type: "ort"
|
13 |
-
model_path: "./
|
14 |
face_analysis:
|
15 |
name: "MediaPipeFaceModel"
|
16 |
predict_type: "mp"
|
17 |
app_feat_extractor:
|
18 |
name: "AppearanceFeatureExtractorModel"
|
19 |
predict_type: "ort"
|
20 |
-
model_path: "./
|
21 |
stitching:
|
22 |
name: "StitchingModel"
|
23 |
predict_type: "ort"
|
24 |
-
model_path: "./
|
25 |
stitching_eye_retarget:
|
26 |
name: "StitchingModel"
|
27 |
predict_type: "ort"
|
28 |
-
model_path: "./
|
29 |
stitching_lip_retarget:
|
30 |
name: "StitchingModel"
|
31 |
predict_type: "ort"
|
32 |
-
model_path: "./
|
33 |
|
34 |
animal_models:
|
35 |
warping_spade:
|
36 |
name: "WarpingSpadeModel"
|
37 |
predict_type: "ort"
|
38 |
-
model_path: "./
|
39 |
motion_extractor:
|
40 |
name: "MotionExtractorModel"
|
41 |
predict_type: "ort"
|
42 |
-
model_path: "./
|
43 |
app_feat_extractor:
|
44 |
name: "AppearanceFeatureExtractorModel"
|
45 |
predict_type: "ort"
|
46 |
-
model_path: "./
|
47 |
stitching:
|
48 |
name: "StitchingModel"
|
49 |
predict_type: "ort"
|
50 |
-
model_path: "./
|
51 |
stitching_eye_retarget:
|
52 |
name: "StitchingModel"
|
53 |
predict_type: "ort"
|
54 |
-
model_path: "./
|
55 |
stitching_lip_retarget:
|
56 |
name: "StitchingModel"
|
57 |
predict_type: "ort"
|
58 |
-
model_path: "./
|
59 |
landmark:
|
60 |
name: "LandmarkModel"
|
61 |
predict_type: "ort"
|
62 |
-
model_path: "./
|
63 |
face_analysis:
|
64 |
name: "MediaPipeFaceModel"
|
65 |
predict_type: "mp"
|
|
|
2 |
warping_spade:
|
3 |
name: "WarpingSpadeModel"
|
4 |
predict_type: "ort"
|
5 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/warping_spade.onnx"
|
6 |
motion_extractor:
|
7 |
name: "MotionExtractorModel"
|
8 |
predict_type: "ort"
|
9 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/motion_extractor.onnx"
|
10 |
landmark:
|
11 |
name: "LandmarkModel"
|
12 |
predict_type: "ort"
|
13 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/landmark.onnx"
|
14 |
face_analysis:
|
15 |
name: "MediaPipeFaceModel"
|
16 |
predict_type: "mp"
|
17 |
app_feat_extractor:
|
18 |
name: "AppearanceFeatureExtractorModel"
|
19 |
predict_type: "ort"
|
20 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/appearance_feature_extractor.onnx"
|
21 |
stitching:
|
22 |
name: "StitchingModel"
|
23 |
predict_type: "ort"
|
24 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching.onnx"
|
25 |
stitching_eye_retarget:
|
26 |
name: "StitchingModel"
|
27 |
predict_type: "ort"
|
28 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching_eye.onnx"
|
29 |
stitching_lip_retarget:
|
30 |
name: "StitchingModel"
|
31 |
predict_type: "ort"
|
32 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching_lip.onnx"
|
33 |
|
34 |
animal_models:
|
35 |
warping_spade:
|
36 |
name: "WarpingSpadeModel"
|
37 |
predict_type: "ort"
|
38 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/warping_spade.onnx"
|
39 |
motion_extractor:
|
40 |
name: "MotionExtractorModel"
|
41 |
predict_type: "ort"
|
42 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/motion_extractor.onnx"
|
43 |
app_feat_extractor:
|
44 |
name: "AppearanceFeatureExtractorModel"
|
45 |
predict_type: "ort"
|
46 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/appearance_feature_extractor.onnx"
|
47 |
stitching:
|
48 |
name: "StitchingModel"
|
49 |
predict_type: "ort"
|
50 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching.onnx"
|
51 |
stitching_eye_retarget:
|
52 |
name: "StitchingModel"
|
53 |
predict_type: "ort"
|
54 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching_eye.onnx"
|
55 |
stitching_lip_retarget:
|
56 |
name: "StitchingModel"
|
57 |
predict_type: "ort"
|
58 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching_lip.onnx"
|
59 |
landmark:
|
60 |
name: "LandmarkModel"
|
61 |
predict_type: "ort"
|
62 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/landmark.onnx"
|
63 |
face_analysis:
|
64 |
name: "MediaPipeFaceModel"
|
65 |
predict_type: "mp"
|
difpoint/configs/trt_infer.yaml
CHANGED
@@ -2,73 +2,73 @@ models:
|
|
2 |
warping_spade:
|
3 |
name: "WarpingSpadeModel"
|
4 |
predict_type: "trt"
|
5 |
-
model_path: "./
|
6 |
motion_extractor:
|
7 |
name: "MotionExtractorModel"
|
8 |
predict_type: "trt"
|
9 |
-
model_path: "./
|
10 |
landmark:
|
11 |
name: "LandmarkModel"
|
12 |
predict_type: "trt"
|
13 |
-
model_path: "./
|
14 |
face_analysis:
|
15 |
name: "FaceAnalysisModel"
|
16 |
predict_type: "trt"
|
17 |
model_path:
|
18 |
-
- "./
|
19 |
-
- "./
|
20 |
app_feat_extractor:
|
21 |
name: "AppearanceFeatureExtractorModel"
|
22 |
predict_type: "trt"
|
23 |
-
model_path: "./
|
24 |
stitching:
|
25 |
name: "StitchingModel"
|
26 |
predict_type: "trt"
|
27 |
-
model_path: "./
|
28 |
stitching_eye_retarget:
|
29 |
name: "StitchingModel"
|
30 |
predict_type: "trt"
|
31 |
-
model_path: "./
|
32 |
stitching_lip_retarget:
|
33 |
name: "StitchingModel"
|
34 |
predict_type: "trt"
|
35 |
-
model_path: "./
|
36 |
|
37 |
animal_models:
|
38 |
warping_spade:
|
39 |
name: "WarpingSpadeModel"
|
40 |
predict_type: "trt"
|
41 |
-
model_path: "./
|
42 |
motion_extractor:
|
43 |
name: "MotionExtractorModel"
|
44 |
predict_type: "trt"
|
45 |
-
model_path: "./
|
46 |
app_feat_extractor:
|
47 |
name: "AppearanceFeatureExtractorModel"
|
48 |
predict_type: "trt"
|
49 |
-
model_path: "./
|
50 |
stitching:
|
51 |
name: "StitchingModel"
|
52 |
predict_type: "trt"
|
53 |
-
model_path: "./
|
54 |
stitching_eye_retarget:
|
55 |
name: "StitchingModel"
|
56 |
predict_type: "trt"
|
57 |
-
model_path: "./
|
58 |
stitching_lip_retarget:
|
59 |
name: "StitchingModel"
|
60 |
predict_type: "trt"
|
61 |
-
model_path: "./
|
62 |
landmark:
|
63 |
name: "LandmarkModel"
|
64 |
predict_type: "trt"
|
65 |
-
model_path: "./
|
66 |
face_analysis:
|
67 |
name: "FaceAnalysisModel"
|
68 |
predict_type: "trt"
|
69 |
model_path:
|
70 |
-
- "./
|
71 |
-
- "./
|
72 |
|
73 |
crop_params:
|
74 |
src_dsize: 512
|
|
|
2 |
warping_spade:
|
3 |
name: "WarpingSpadeModel"
|
4 |
predict_type: "trt"
|
5 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/warping_spade-fix.trt"
|
6 |
motion_extractor:
|
7 |
name: "MotionExtractorModel"
|
8 |
predict_type: "trt"
|
9 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/motion_extractor.trt"
|
10 |
landmark:
|
11 |
name: "LandmarkModel"
|
12 |
predict_type: "trt"
|
13 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/landmark.trt"
|
14 |
face_analysis:
|
15 |
name: "FaceAnalysisModel"
|
16 |
predict_type: "trt"
|
17 |
model_path:
|
18 |
+
- "./downloaded_repo/pretrained_weights/liveportrait_onnx/retinaface_det_static.trt"
|
19 |
+
- "./downloaded_repo/pretrained_weights/liveportrait_onnx/face_2dpose_106_static.trt"
|
20 |
app_feat_extractor:
|
21 |
name: "AppearanceFeatureExtractorModel"
|
22 |
predict_type: "trt"
|
23 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/appearance_feature_extractor.trt"
|
24 |
stitching:
|
25 |
name: "StitchingModel"
|
26 |
predict_type: "trt"
|
27 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching.trt"
|
28 |
stitching_eye_retarget:
|
29 |
name: "StitchingModel"
|
30 |
predict_type: "trt"
|
31 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching_eye.trt"
|
32 |
stitching_lip_retarget:
|
33 |
name: "StitchingModel"
|
34 |
predict_type: "trt"
|
35 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching_lip.trt"
|
36 |
|
37 |
animal_models:
|
38 |
warping_spade:
|
39 |
name: "WarpingSpadeModel"
|
40 |
predict_type: "trt"
|
41 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/warping_spade-fix.trt"
|
42 |
motion_extractor:
|
43 |
name: "MotionExtractorModel"
|
44 |
predict_type: "trt"
|
45 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/motion_extractor.trt"
|
46 |
app_feat_extractor:
|
47 |
name: "AppearanceFeatureExtractorModel"
|
48 |
predict_type: "trt"
|
49 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/appearance_feature_extractor.trt"
|
50 |
stitching:
|
51 |
name: "StitchingModel"
|
52 |
predict_type: "trt"
|
53 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching.trt"
|
54 |
stitching_eye_retarget:
|
55 |
name: "StitchingModel"
|
56 |
predict_type: "trt"
|
57 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching_eye.trt"
|
58 |
stitching_lip_retarget:
|
59 |
name: "StitchingModel"
|
60 |
predict_type: "trt"
|
61 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching_lip.trt"
|
62 |
landmark:
|
63 |
name: "LandmarkModel"
|
64 |
predict_type: "trt"
|
65 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/landmark.trt"
|
66 |
face_analysis:
|
67 |
name: "FaceAnalysisModel"
|
68 |
predict_type: "trt"
|
69 |
model_path:
|
70 |
+
- "./downloaded_repo/pretrained_weights/liveportrait_onnx/retinaface_det_static.trt"
|
71 |
+
- "./downloaded_repo/pretrained_weights/liveportrait_onnx/face_2dpose_106_static.trt"
|
72 |
|
73 |
crop_params:
|
74 |
src_dsize: 512
|
difpoint/configs/trt_mp_infer.yaml
CHANGED
@@ -2,64 +2,64 @@ models:
|
|
2 |
warping_spade:
|
3 |
name: "WarpingSpadeModel"
|
4 |
predict_type: "trt"
|
5 |
-
model_path: "./
|
6 |
motion_extractor:
|
7 |
name: "MotionExtractorModel"
|
8 |
predict_type: "trt"
|
9 |
-
model_path: "./
|
10 |
landmark:
|
11 |
name: "LandmarkModel"
|
12 |
predict_type: "trt"
|
13 |
-
model_path: "./
|
14 |
face_analysis:
|
15 |
name: "MediaPipeFaceModel"
|
16 |
predict_type: "mp"
|
17 |
app_feat_extractor:
|
18 |
name: "AppearanceFeatureExtractorModel"
|
19 |
predict_type: "trt"
|
20 |
-
model_path: "./
|
21 |
stitching:
|
22 |
name: "StitchingModel"
|
23 |
predict_type: "trt"
|
24 |
-
model_path: "./
|
25 |
stitching_eye_retarget:
|
26 |
name: "StitchingModel"
|
27 |
predict_type: "trt"
|
28 |
-
model_path: "./
|
29 |
stitching_lip_retarget:
|
30 |
name: "StitchingModel"
|
31 |
predict_type: "trt"
|
32 |
-
model_path: "./
|
33 |
|
34 |
animal_models:
|
35 |
warping_spade:
|
36 |
name: "WarpingSpadeModel"
|
37 |
predict_type: "trt"
|
38 |
-
model_path: "./
|
39 |
motion_extractor:
|
40 |
name: "MotionExtractorModel"
|
41 |
predict_type: "trt"
|
42 |
-
model_path: "./
|
43 |
app_feat_extractor:
|
44 |
name: "AppearanceFeatureExtractorModel"
|
45 |
predict_type: "trt"
|
46 |
-
model_path: "./
|
47 |
stitching:
|
48 |
name: "StitchingModel"
|
49 |
predict_type: "trt"
|
50 |
-
model_path: "./
|
51 |
stitching_eye_retarget:
|
52 |
name: "StitchingModel"
|
53 |
predict_type: "trt"
|
54 |
-
model_path: "./
|
55 |
stitching_lip_retarget:
|
56 |
name: "StitchingModel"
|
57 |
predict_type: "trt"
|
58 |
-
model_path: "./
|
59 |
landmark:
|
60 |
name: "LandmarkModel"
|
61 |
predict_type: "trt"
|
62 |
-
model_path: "./
|
63 |
face_analysis:
|
64 |
name: "MediaPipeFaceModel"
|
65 |
predict_type: "mp"
|
|
|
2 |
warping_spade:
|
3 |
name: "WarpingSpadeModel"
|
4 |
predict_type: "trt"
|
5 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/warping_spade-fix.trt"
|
6 |
motion_extractor:
|
7 |
name: "MotionExtractorModel"
|
8 |
predict_type: "trt"
|
9 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/motion_extractor.trt"
|
10 |
landmark:
|
11 |
name: "LandmarkModel"
|
12 |
predict_type: "trt"
|
13 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/landmark.trt"
|
14 |
face_analysis:
|
15 |
name: "MediaPipeFaceModel"
|
16 |
predict_type: "mp"
|
17 |
app_feat_extractor:
|
18 |
name: "AppearanceFeatureExtractorModel"
|
19 |
predict_type: "trt"
|
20 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/appearance_feature_extractor.trt"
|
21 |
stitching:
|
22 |
name: "StitchingModel"
|
23 |
predict_type: "trt"
|
24 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching.trt"
|
25 |
stitching_eye_retarget:
|
26 |
name: "StitchingModel"
|
27 |
predict_type: "trt"
|
28 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching_eye.trt"
|
29 |
stitching_lip_retarget:
|
30 |
name: "StitchingModel"
|
31 |
predict_type: "trt"
|
32 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/stitching_lip.trt"
|
33 |
|
34 |
animal_models:
|
35 |
warping_spade:
|
36 |
name: "WarpingSpadeModel"
|
37 |
predict_type: "trt"
|
38 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/warping_spade-fix.trt"
|
39 |
motion_extractor:
|
40 |
name: "MotionExtractorModel"
|
41 |
predict_type: "trt"
|
42 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/motion_extractor.trt"
|
43 |
app_feat_extractor:
|
44 |
name: "AppearanceFeatureExtractorModel"
|
45 |
predict_type: "trt"
|
46 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/appearance_feature_extractor.trt"
|
47 |
stitching:
|
48 |
name: "StitchingModel"
|
49 |
predict_type: "trt"
|
50 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching.trt"
|
51 |
stitching_eye_retarget:
|
52 |
name: "StitchingModel"
|
53 |
predict_type: "trt"
|
54 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching_eye.trt"
|
55 |
stitching_lip_retarget:
|
56 |
name: "StitchingModel"
|
57 |
predict_type: "trt"
|
58 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_animal_onnx/stitching_lip.trt"
|
59 |
landmark:
|
60 |
name: "LandmarkModel"
|
61 |
predict_type: "trt"
|
62 |
+
model_path: "./downloaded_repo/pretrained_weights/liveportrait_onnx/landmark.trt"
|
63 |
face_analysis:
|
64 |
name: "MediaPipeFaceModel"
|
65 |
predict_type: "mp"
|