Update vid2vid.py
parent
2e257bbfc3
commit
6a04d70241
|
|
@ -11,7 +11,6 @@ from PIL import Image
|
|||
from modules import devices, sd_samplers
|
||||
from modules import shared, sd_hijack, lowvram
|
||||
|
||||
from modules.shared import devices
|
||||
import modules.shared as shared
|
||||
|
||||
import gc
|
||||
|
|
@ -267,4 +266,4 @@ def start_process(*args):
|
|||
warped_styled_frame_ = gr.Image.update()
|
||||
processed_frame = gr.Image.update()
|
||||
|
||||
yield get_cur_stat(), curr_frame, occlusion_mask, warped_styled_frame_, processed_frame, output_video_name, gr.Button.update(interactive=True), gr.Button.update(interactive=False)
|
||||
yield get_cur_stat(), curr_frame, occlusion_mask, warped_styled_frame_, processed_frame, output_video_name, gr.Button.update(interactive=True), gr.Button.update(interactive=False)
|
||||
|
|
|
|||
Loading…
Reference in New Issue