3.0.0 Gold (#787)
* Replace audio whenever set via source * use scale_face_landmark_5() in age_modifier * Fix wording and ordering of options * Adjust wording for face editor * Fix wording for processors * Switch order of frame colorizer options * That condition is actual not needed * Simplify UI layout API by removing pre_render() * Clean args and safe cast ini values (#775) * Clean args and safe cast ini values * Clean args and safe cast ini values * Clean args and safe cast ini values * Introduce paths group * Fix job list command and change order * Add job list testing todo * Fix spacing in typing * Fix benchmark by ignoring audio * Simplify and avoid knowing the provider values (#782) * Fix logger table with empty value * Complete Typing --------- Co-authored-by: harisreedhar <h4harisreedhar.s.s@gmail.com>
This commit is contained in:
@@ -6,8 +6,8 @@ output_path =
|
||||
|
||||
[face_detector]
|
||||
face_detector_model =
|
||||
face_detector_angles =
|
||||
face_detector_size =
|
||||
face_detector_angles =
|
||||
face_detector_score =
|
||||
|
||||
[face_landmarker]
|
||||
@@ -17,10 +17,10 @@ face_landmarker_score =
|
||||
[face_selector]
|
||||
face_selector_mode =
|
||||
face_selector_order =
|
||||
face_selector_gender =
|
||||
face_selector_race =
|
||||
face_selector_age_start =
|
||||
face_selector_age_end =
|
||||
face_selector_gender =
|
||||
face_selector_race =
|
||||
reference_face_position =
|
||||
reference_face_distance =
|
||||
reference_frame_number =
|
||||
@@ -75,8 +75,8 @@ face_enhancer_blend =
|
||||
face_swapper_model =
|
||||
face_swapper_pixel_boost =
|
||||
frame_colorizer_model =
|
||||
frame_colorizer_blend =
|
||||
frame_colorizer_size =
|
||||
frame_colorizer_blend =
|
||||
frame_enhancer_model =
|
||||
frame_enhancer_blend =
|
||||
lip_syncer_model =
|
||||
|
||||
Reference in New Issue
Block a user