fs-ai / roop /globals.py
sandhyasinha655's picture
Create globals.py
2a65731 verified
raw
history blame
452 Bytes
# roop/globals.py
source_path = None
target_path = None
output_path = None
headless = False
frame_processors = []
keep_fps = False
keep_frames = False
skip_audio = False
many_faces = False
reference_face_position = 0
reference_frame_number = 0
similar_face_distance = 0.85
temp_frame_format = 'png'
temp_frame_quality = 0
output_video_encoder = 'libx264'
output_video_quality = 35
max_memory = None
execution_providers = ['cpu']
execution_threads = 1