Upload 2 files
Browse files
facefusion_templates/facefusion.ini
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[paths]
|
| 2 |
+
jobs_path =
|
| 3 |
+
source_paths =
|
| 4 |
+
target_path =
|
| 5 |
+
output_path =
|
| 6 |
+
|
| 7 |
+
[face_detector]
|
| 8 |
+
face_detector_model =
|
| 9 |
+
face_detector_size =
|
| 10 |
+
face_detector_angles =
|
| 11 |
+
face_detector_score =
|
| 12 |
+
|
| 13 |
+
[face_landmarker]
|
| 14 |
+
face_landmarker_model =
|
| 15 |
+
face_landmarker_score =
|
| 16 |
+
|
| 17 |
+
[face_selector]
|
| 18 |
+
face_selector_mode =
|
| 19 |
+
face_selector_order =
|
| 20 |
+
face_selector_age_start =
|
| 21 |
+
face_selector_age_end =
|
| 22 |
+
face_selector_gender =
|
| 23 |
+
face_selector_race =
|
| 24 |
+
reference_face_position =
|
| 25 |
+
reference_face_distance =
|
| 26 |
+
reference_frame_number =
|
| 27 |
+
|
| 28 |
+
[face_masker]
|
| 29 |
+
face_mask_types =
|
| 30 |
+
face_mask_blur =
|
| 31 |
+
face_mask_padding =
|
| 32 |
+
face_mask_regions =
|
| 33 |
+
|
| 34 |
+
[frame_extraction]
|
| 35 |
+
trim_frame_start =
|
| 36 |
+
trim_frame_end =
|
| 37 |
+
temp_frame_format =
|
| 38 |
+
keep_temp =
|
| 39 |
+
|
| 40 |
+
[output_creation]
|
| 41 |
+
output_image_quality =
|
| 42 |
+
output_image_resolution =
|
| 43 |
+
output_audio_encoder =
|
| 44 |
+
output_video_encoder =
|
| 45 |
+
output_video_preset =
|
| 46 |
+
output_video_quality =
|
| 47 |
+
output_video_resolution =
|
| 48 |
+
output_video_fps =
|
| 49 |
+
skip_audio =
|
| 50 |
+
|
| 51 |
+
[processors]
|
| 52 |
+
processors =
|
| 53 |
+
age_modifier_model =
|
| 54 |
+
age_modifier_direction =
|
| 55 |
+
expression_restorer_model =
|
| 56 |
+
expression_restorer_factor =
|
| 57 |
+
face_debugger_items =
|
| 58 |
+
face_editor_model =
|
| 59 |
+
face_editor_eyebrow_direction =
|
| 60 |
+
face_editor_eye_gaze_horizontal =
|
| 61 |
+
face_editor_eye_gaze_vertical =
|
| 62 |
+
face_editor_eye_open_ratio =
|
| 63 |
+
face_editor_lip_open_ratio =
|
| 64 |
+
face_editor_mouth_grim =
|
| 65 |
+
face_editor_mouth_pout =
|
| 66 |
+
face_editor_mouth_purse =
|
| 67 |
+
face_editor_mouth_smile =
|
| 68 |
+
face_editor_mouth_position_horizontal =
|
| 69 |
+
face_editor_mouth_position_vertical =
|
| 70 |
+
face_editor_head_pitch =
|
| 71 |
+
face_editor_head_yaw =
|
| 72 |
+
face_editor_head_roll =
|
| 73 |
+
face_enhancer_model =
|
| 74 |
+
face_enhancer_blend =
|
| 75 |
+
face_swapper_model =
|
| 76 |
+
face_swapper_pixel_boost =
|
| 77 |
+
frame_colorizer_model =
|
| 78 |
+
frame_colorizer_size =
|
| 79 |
+
frame_colorizer_blend =
|
| 80 |
+
frame_enhancer_model =
|
| 81 |
+
frame_enhancer_blend =
|
| 82 |
+
lip_syncer_model =
|
| 83 |
+
|
| 84 |
+
[uis]
|
| 85 |
+
open_browser =
|
| 86 |
+
ui_layouts =
|
| 87 |
+
ui_workflow =
|
| 88 |
+
|
| 89 |
+
[execution]
|
| 90 |
+
execution_device_id =
|
| 91 |
+
execution_providers = cuda
|
| 92 |
+
execution_thread_count = 8
|
| 93 |
+
execution_queue_count = 1
|
| 94 |
+
|
| 95 |
+
[memory]
|
| 96 |
+
video_memory_strategy =
|
| 97 |
+
system_memory_limit =
|
| 98 |
+
|
| 99 |
+
[misc]
|
| 100 |
+
skip_download =
|
| 101 |
+
log_level =
|
facefusion_templates/omni_animate_v1.json
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1",
|
| 3 |
+
"date_created": "2024-12-03T22:55:05.043369+08:00",
|
| 4 |
+
"date_updated": "2024-12-03T23:59:27.797351+08:00",
|
| 5 |
+
"steps": [
|
| 6 |
+
{
|
| 7 |
+
"args": {
|
| 8 |
+
"source_paths": [
|
| 9 |
+
""
|
| 10 |
+
],
|
| 11 |
+
"target_path": "",
|
| 12 |
+
"output_path": "",
|
| 13 |
+
"face_detector_model": "yoloface",
|
| 14 |
+
"face_detector_angles": [
|
| 15 |
+
0
|
| 16 |
+
],
|
| 17 |
+
"face_detector_size": "640x640",
|
| 18 |
+
"face_detector_score": 0.5,
|
| 19 |
+
"face_landmarker_model": "2dfan4",
|
| 20 |
+
"face_landmarker_score": 0.5,
|
| 21 |
+
"face_selector_mode": "reference",
|
| 22 |
+
"face_selector_order": "large-small",
|
| 23 |
+
"face_selector_gender": null,
|
| 24 |
+
"face_selector_race": null,
|
| 25 |
+
"face_selector_age_start": null,
|
| 26 |
+
"face_selector_age_end": null,
|
| 27 |
+
"reference_face_position": 0,
|
| 28 |
+
"reference_face_distance": 0.6,
|
| 29 |
+
"reference_frame_number": 0,
|
| 30 |
+
"face_mask_types": [
|
| 31 |
+
"box"
|
| 32 |
+
],
|
| 33 |
+
"face_mask_blur": 0.3,
|
| 34 |
+
"face_mask_padding": [
|
| 35 |
+
0,
|
| 36 |
+
0,
|
| 37 |
+
0,
|
| 38 |
+
0
|
| 39 |
+
],
|
| 40 |
+
"face_mask_regions": [
|
| 41 |
+
"skin",
|
| 42 |
+
"left-eyebrow",
|
| 43 |
+
"right-eyebrow",
|
| 44 |
+
"left-eye",
|
| 45 |
+
"right-eye",
|
| 46 |
+
"glasses",
|
| 47 |
+
"nose",
|
| 48 |
+
"mouth",
|
| 49 |
+
"upper-lip",
|
| 50 |
+
"lower-lip"
|
| 51 |
+
],
|
| 52 |
+
"trim_frame_start": null,
|
| 53 |
+
"trim_frame_end": null,
|
| 54 |
+
"temp_frame_format": "png",
|
| 55 |
+
"keep_temp": null,
|
| 56 |
+
"output_image_quality": 80,
|
| 57 |
+
"output_image_resolution": null,
|
| 58 |
+
"output_audio_encoder": "aac",
|
| 59 |
+
"output_video_encoder": "libx264",
|
| 60 |
+
"output_video_preset": "veryfast",
|
| 61 |
+
"output_video_quality": 80,
|
| 62 |
+
"output_video_resolution": "1366x720",
|
| 63 |
+
"output_video_fps": 25.0,
|
| 64 |
+
"skip_audio": null,
|
| 65 |
+
"processors": [
|
| 66 |
+
"face_swapper",
|
| 67 |
+
"face_enhancer"
|
| 68 |
+
],
|
| 69 |
+
"age_modifier_model": "styleganex_age",
|
| 70 |
+
"age_modifier_direction": 0,
|
| 71 |
+
"expression_restorer_model": "live_portrait",
|
| 72 |
+
"expression_restorer_factor": 80,
|
| 73 |
+
"face_debugger_items": [
|
| 74 |
+
"face-landmark-5/68",
|
| 75 |
+
"face-mask"
|
| 76 |
+
],
|
| 77 |
+
"face_editor_model": "live_portrait",
|
| 78 |
+
"face_editor_eyebrow_direction": 0.0,
|
| 79 |
+
"face_editor_eye_gaze_horizontal": 0.0,
|
| 80 |
+
"face_editor_eye_gaze_vertical": 0.0,
|
| 81 |
+
"face_editor_eye_open_ratio": 0.0,
|
| 82 |
+
"face_editor_lip_open_ratio": 0.0,
|
| 83 |
+
"face_editor_mouth_grim": 0.0,
|
| 84 |
+
"face_editor_mouth_pout": 0.0,
|
| 85 |
+
"face_editor_mouth_purse": 0.0,
|
| 86 |
+
"face_editor_mouth_smile": 0.0,
|
| 87 |
+
"face_editor_mouth_position_horizontal": 0.0,
|
| 88 |
+
"face_editor_mouth_position_vertical": 0.0,
|
| 89 |
+
"face_editor_head_pitch": 0.0,
|
| 90 |
+
"face_editor_head_yaw": 0.0,
|
| 91 |
+
"face_editor_head_roll": 0.0,
|
| 92 |
+
"face_enhancer_model": "gfpgan_1.4",
|
| 93 |
+
"face_enhancer_blend": 80,
|
| 94 |
+
"face_swapper_model": "inswapper_128_fp16",
|
| 95 |
+
"face_swapper_pixel_boost": "256x256",
|
| 96 |
+
"frame_colorizer_model": "ddcolor",
|
| 97 |
+
"frame_colorizer_blend": 100,
|
| 98 |
+
"frame_colorizer_size": "256x256",
|
| 99 |
+
"frame_enhancer_model": "span_kendata_x4",
|
| 100 |
+
"frame_enhancer_blend": 80,
|
| 101 |
+
"lip_syncer_model": "wav2lip_gan_96"
|
| 102 |
+
},
|
| 103 |
+
"status": "completed"
|
| 104 |
+
}
|
| 105 |
+
]
|
| 106 |
+
}
|