
* Modernize CI * Modernize CI * Modernize CI * Implement dynamic config (#518) * Implement dynamic config * Fix apply config * Move config to general * Move config to general * Move config to general * Add Windows installer * Add --open-browser * Add Windows installer part2 * Use non-commercial license for the installer * Fix create environment in installer * Fix openvino for installer * Fix conda for installer * Fix conda for installer, Remove python and pip as it is part of conda * Improve installer - guess the path * Fix CI * Add missing accept-source-agreements to installer * Install WinGet * Improve WinGet installation steps * Use absolute path for winget * More installer polishing * Add final page to installer, disable version check for Gradio * Remove finish page again * Use NEXT for metadata * Support for /S mode * Use winget-less approach * Improve Conda uninstall * Improve code using platform helpers (#529) * Update dependencies * Feat/fix windows unicode paths (#531) * Fix the Windows unicode path dilemma * Update dependencies * Fix the Windows unicode path dilemma part2 * Remove conda environment on uninstall * Fix uninstall command * Install apps for local user only * Add ultra sharp * Add clear reality * Update README and FUNDING * Update FUNDING.yml * Prevent preview of large videos in Gradio (#540) * Fix order * Refactor temporary file management, Use temporary file for image processing (#542) * Allow webm on target component * Reduce mosaic effect for frame processors * clear static faces on trim frame changes * Fix trim frame component * Downgrade openvino dependency * Prepare next release * Move get_short_path to filesystem, Add/Improve some testing * Prepare installer, Prevent infinite loop for sanitize_path_for_windows * Introduce execution device id * Introduce execution device id * Seems like device id can be a string * Seems like device id can be a string * Make Intel Arc work with OpenVINOExecution * Use latest Git * Update wording * Fix create_float_range * Update preview * Fix Git link
75 lines
1.2 KiB
INI
75 lines
1.2 KiB
INI
[general]
|
|
source_paths =
|
|
target_path =
|
|
output_path =
|
|
|
|
[misc]
|
|
force_download =
|
|
skip_download =
|
|
headless =
|
|
log_level =
|
|
|
|
[execution]
|
|
execution_device_id =
|
|
execution_providers =
|
|
execution_thread_count =
|
|
execution_queue_count =
|
|
|
|
[memory]
|
|
video_memory_strategy =
|
|
system_memory_limit =
|
|
|
|
[face_analyser]
|
|
face_analyser_order =
|
|
face_analyser_age =
|
|
face_analyser_gender =
|
|
face_detector_model =
|
|
face_detector_size =
|
|
face_detector_score =
|
|
face_landmarker_score =
|
|
|
|
[face_selector]
|
|
face_selector_mode =
|
|
reference_face_position =
|
|
reference_face_distance =
|
|
reference_frame_number =
|
|
|
|
[face_mask]
|
|
face_mask_types =
|
|
face_mask_blur =
|
|
face_mask_padding =
|
|
face_mask_regions =
|
|
|
|
[frame_extraction]
|
|
trim_frame_start =
|
|
trim_frame_end =
|
|
temp_frame_format =
|
|
keep_temp =
|
|
|
|
[output_creation]
|
|
output_image_quality =
|
|
output_image_resolution =
|
|
output_video_encoder =
|
|
output_video_preset =
|
|
output_video_quality =
|
|
output_video_resolution =
|
|
output_video_fps =
|
|
skip_audio =
|
|
|
|
[frame_processors]
|
|
frame_processors =
|
|
face_debugger_items =
|
|
face_enhancer_model =
|
|
face_enhancer_blend =
|
|
face_swapper_model =
|
|
frame_colorizer_model =
|
|
frame_colorizer_blend =
|
|
frame_colorizer_size =
|
|
frame_enhancer_model =
|
|
frame_enhancer_blend =
|
|
lip_syncer_model =
|
|
|
|
[uis]
|
|
open_browser =
|
|
ui_layouts =
|