Remove falsy clear reference faces in preview
This commit is contained in:
parent
3a5fe2a602
commit
d67a84642c
@ -134,7 +134,6 @@ def clear_and_update_preview_image(frame_number : int = 0) -> gradio.Image:
|
||||
|
||||
|
||||
def update_preview_image(frame_number : int = 0) -> gradio.Image:
|
||||
clear_reference_faces()
|
||||
conditional_append_reference_faces()
|
||||
source_frames = read_static_images(facefusion.globals.source_paths)
|
||||
source_face = get_average_face(source_frames)
|
||||
|
Loading…
Reference in New Issue
Block a user