mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00:00
More settings
This commit is contained in:
parent
3f69f5375c
commit
5d9dceba67
@ -48,7 +48,7 @@ def render() -> None:
|
||||
target_file = ui.get_component('target_file')
|
||||
frame_processors_checkbox_group = ui.get_component('frame_processors_checkbox_group')
|
||||
if source_file:
|
||||
source_file.change(update, outputs=[preview_image, preview_slider])
|
||||
source_file.change(update, inputs=preview_slider, outputs=[preview_image, preview_slider])
|
||||
if target_file:
|
||||
target_file.change(update, outputs=[preview_image, preview_slider])
|
||||
if frame_processors_checkbox_group:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user