* Mark as NEXT * Reduce caching to avoid RAM explosion * Reduce caching to avoid RAM explosion * Update dependencies * add face-detector-pad-factor * update facefusion.ini * fix test * change pad to margin * fix order * add prepare margin * use 50% max margin * Minor fixes part2 * Minor fixes part3 * Minor fixes part4 * Minor fixes part1 * Downgrade onnxruntime as of BiRefNet broken on CPU add test update update facefusion.ini add birefnet * rename models add more models * Fix versions * Add .claude to gitignore * add normalize color add 4 channel add colors * worflows * cleanup * cleanup * cleanup * cleanup * add more models (#961) * Fix naming * changes * Fix style and mock Gradio * Fix style and mock Gradio * Fix style and mock Gradio * apply clamp * remove clamp * Add normalizer test * Introduce sanitizer for the rescue (#963) * Introduce sanitizer for the rescue * Introduce sanitizer for the rescue * Introduce sanitizer for the rescue * prepare ffmpeg for alpha support * Some cleanup * Some cleanup * Fix CI * List as TypeAlias is not allowed (#967) * List as TypeAlias is not allowed * List as TypeAlias is not allowed * List as TypeAlias is not allowed * List as TypeAlias is not allowed * Add mpeg and mxf support (#968) * Add mpeg support * Add mxf support * Adjust fix_xxx_encoder for the new formats * Extend output pattern for batch-run (#969) * Extend output pattern for batch-run * Add {target_extension} to allowed mixed files * Catch invalid output pattern keys * alpha support * cleanup * cleanup * add ProcessorOutputs type * fix preview and streamer, support alpha for background_remover * Refactor/open close processors (#972) * Introduce open/close processors * Add locales for translator * Introduce __autoload__ for translator * More cleanup * Fix import issues * Resolve the scope situation for locals * Fix installer by not using translator * Fixes after merge * Fixes after merge * Fix translator keys in ui * Use LOCALS in installer * Update and partial fix DirectML * Use latest onnxruntime * Fix performance * Fix lint issues * fix mask * fix lint * fix lint * Remove default from translator.get() * remove 'framerate=' * fix test * Rename and reorder models * Align naming * add alpha preview * fix frame-by-frame * Add alpha effect via css * preview support alpha channel * fix preview modes * Use official assets repositories * Add support for u2net_cloth * fix naming * Add more models * Add vendor, license and year direct to the models * Add vendor, license and year direct to the models * Update dependencies, Minor CSS adjustment * Ready for 3.5.0 * Fix naming * Update about messages * Fix return * Use groups to show/hide * Update preview * Conditional merge mask * Conditional merge mask * Fix import order --------- Co-authored-by: harisreedhar <h4harisreedhar.s.s@gmail.com> Co-authored-by: Harisreedhar <46858047+harisreedhar@users.noreply.github.com>
132 lines
2.4 KiB
INI
132 lines
2.4 KiB
INI
[paths]
|
|
temp_path =
|
|
jobs_path =
|
|
source_paths =
|
|
target_path =
|
|
output_path =
|
|
|
|
[patterns]
|
|
source_pattern =
|
|
target_pattern =
|
|
output_pattern =
|
|
|
|
[face_detector]
|
|
face_detector_model =
|
|
face_detector_size =
|
|
face_detector_margin =
|
|
face_detector_angles =
|
|
face_detector_score =
|
|
|
|
[face_landmarker]
|
|
face_landmarker_model =
|
|
face_landmarker_score =
|
|
|
|
[face_selector]
|
|
face_selector_mode =
|
|
face_selector_order =
|
|
face_selector_age_start =
|
|
face_selector_age_end =
|
|
face_selector_gender =
|
|
face_selector_race =
|
|
reference_face_position =
|
|
reference_face_distance =
|
|
reference_frame_number =
|
|
|
|
[face_masker]
|
|
face_occluder_model =
|
|
face_parser_model =
|
|
face_mask_types =
|
|
face_mask_areas =
|
|
face_mask_regions =
|
|
face_mask_blur =
|
|
face_mask_padding =
|
|
|
|
[voice_extractor]
|
|
voice_extractor_model =
|
|
|
|
[frame_extraction]
|
|
trim_frame_start =
|
|
trim_frame_end =
|
|
temp_frame_format =
|
|
keep_temp =
|
|
|
|
[output_creation]
|
|
output_image_quality =
|
|
output_image_scale =
|
|
output_audio_encoder =
|
|
output_audio_quality =
|
|
output_audio_volume =
|
|
output_video_encoder =
|
|
output_video_preset =
|
|
output_video_quality =
|
|
output_video_scale =
|
|
output_video_fps =
|
|
|
|
[processors]
|
|
processors =
|
|
age_modifier_model =
|
|
age_modifier_direction =
|
|
background_remover_model =
|
|
background_remover_color =
|
|
deep_swapper_model =
|
|
deep_swapper_morph =
|
|
expression_restorer_model =
|
|
expression_restorer_factor =
|
|
expression_restorer_areas =
|
|
face_debugger_items =
|
|
face_editor_model =
|
|
face_editor_eyebrow_direction =
|
|
face_editor_eye_gaze_horizontal =
|
|
face_editor_eye_gaze_vertical =
|
|
face_editor_eye_open_ratio =
|
|
face_editor_lip_open_ratio =
|
|
face_editor_mouth_grim =
|
|
face_editor_mouth_pout =
|
|
face_editor_mouth_purse =
|
|
face_editor_mouth_smile =
|
|
face_editor_mouth_position_horizontal =
|
|
face_editor_mouth_position_vertical =
|
|
face_editor_head_pitch =
|
|
face_editor_head_yaw =
|
|
face_editor_head_roll =
|
|
face_enhancer_model =
|
|
face_enhancer_blend =
|
|
face_enhancer_weight =
|
|
face_swapper_model =
|
|
face_swapper_pixel_boost =
|
|
face_swapper_weight =
|
|
frame_colorizer_model =
|
|
frame_colorizer_size =
|
|
frame_colorizer_blend =
|
|
frame_enhancer_model =
|
|
frame_enhancer_blend =
|
|
lip_syncer_model =
|
|
lip_syncer_weight =
|
|
|
|
[uis]
|
|
open_browser =
|
|
ui_layouts =
|
|
ui_workflow =
|
|
|
|
[download]
|
|
download_providers =
|
|
download_scope =
|
|
|
|
[benchmark]
|
|
benchmark_mode =
|
|
benchmark_resolutions =
|
|
benchmark_cycle_count =
|
|
|
|
[execution]
|
|
execution_device_ids =
|
|
execution_providers =
|
|
execution_thread_count =
|
|
|
|
[memory]
|
|
video_memory_strategy =
|
|
system_memory_limit =
|
|
|
|
[misc]
|
|
log_level =
|
|
halt_on_error =
|