Update vid2vid.py

pull/191/head
alexbofa 2023-08-31 18:42:07 +03:00 committed by GitHub
parent 2e257bbfc3
commit 6a04d70241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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)