-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasicTemp.json
More file actions
112 lines (112 loc) · 4.33 KB
/
Copy pathbasicTemp.json
File metadata and controls
112 lines (112 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"version": "1",
"date_created": "2025-05-09T14:08:59.377399+09:00",
"date_updated": "2025-05-09T14:09:50.521399+09:00",
"steps": [
{
"args": {
"source_paths": [
""
],
"target_path": "",
"output_path": "",
"face_detector_model": "scrfd",
"face_detector_angles": [
0
],
"face_detector_size": "640x640",
"face_detector_score": 0.5,
"face_landmarker_model": "2dfan4",
"face_landmarker_score": 0.5,
"face_selector_mode": "reference",
"face_selector_order": "large-small",
"face_selector_gender": null,
"face_selector_race": null,
"face_selector_age_start": null,
"face_selector_age_end": null,
"reference_face_position": 0,
"reference_face_distance": 0.3,
"reference_frame_number": 0,
"face_occluder_model": "xseg_1",
"face_parser_model": "bisenet_resnet_34",
"face_mask_types": [
"box"
],
"face_mask_blur": 0.3,
"face_mask_padding": [
0,
0,
0,
0
],
"face_mask_regions": [
"skin",
"left-eyebrow",
"right-eyebrow",
"left-eye",
"right-eye",
"glasses",
"nose",
"mouth",
"upper-lip",
"lower-lip"
],
"trim_frame_start": null,
"trim_frame_end": null,
"temp_frame_format": "png",
"keep_temp": null,
"output_image_quality": 80,
"output_image_resolution": null,
"output_audio_encoder": "aac",
"output_audio_quality": 80,
"output_audio_volume": 100,
"output_video_encoder": "libx264",
"output_video_preset": "veryfast",
"output_video_quality": 80,
"output_video_resolution": "1280x720",
"output_video_fps": 24.0,
"processors": [
"face_swapper",
"face_enhancer"
],
"age_modifier_model": "styleganex_age",
"age_modifier_direction": 0,
"deep_swapper_model": "iperov/elon_musk_224",
"deep_swapper_morph": 100,
"expression_restorer_model": "live_portrait",
"expression_restorer_factor": 80,
"face_debugger_items": [
"face-landmark-5/68",
"face-mask"
],
"face_editor_model": "live_portrait",
"face_editor_eyebrow_direction": 0.0,
"face_editor_eye_gaze_horizontal": 0.0,
"face_editor_eye_gaze_vertical": 0.0,
"face_editor_eye_open_ratio": 0.0,
"face_editor_lip_open_ratio": 0.0,
"face_editor_mouth_grim": 0.0,
"face_editor_mouth_pout": 0.0,
"face_editor_mouth_purse": 0.0,
"face_editor_mouth_smile": 0.0,
"face_editor_mouth_position_horizontal": 0.0,
"face_editor_mouth_position_vertical": 0.0,
"face_editor_head_pitch": 0.0,
"face_editor_head_yaw": 0.0,
"face_editor_head_roll": 0.0,
"face_enhancer_model": "gfpgan_1.4",
"face_enhancer_blend": 80,
"face_enhancer_weight": 1.0,
"face_swapper_model": "inswapper_128_fp16",
"face_swapper_pixel_boost": "128x128",
"frame_colorizer_model": "ddcolor",
"frame_colorizer_blend": 100,
"frame_colorizer_size": "256x256",
"frame_enhancer_model": "span_kendata_x4",
"frame_enhancer_blend": 80,
"lip_syncer_model": "wav2lip_gan_96"
},
"status": "completed"
}
]
}