DeepBeepMeep commited on
Commit
84e409b
·
1 Parent(s): 5f1e69a

disabled Vaced alternate ending for the moment

Browse files
Files changed (1) hide show
  1. wgp.py +1 -1
wgp.py CHANGED
@@ -3361,7 +3361,7 @@ def generate_video_tab(update_form = False, state_dict = None, ui_defaults = Non
3361
  ("Transfer Human Motion from the Control Video", "PV"),
3362
  ("Transfer Depth from the Control Video", "DV"),
3363
  ("Recolorize the Control Video", "CV"),
3364
- ("Alternate Video Ending", "OV"),
3365
  ("(adv) Video contains Open Pose, Depth or Black & White ", "V"),
3366
  ("(adv) Inpainting of Control Video using Mask Video ", "MV"),
3367
  ],
 
3361
  ("Transfer Human Motion from the Control Video", "PV"),
3362
  ("Transfer Depth from the Control Video", "DV"),
3363
  ("Recolorize the Control Video", "CV"),
3364
+ # ("Alternate Video Ending", "OV"),
3365
  ("(adv) Video contains Open Pose, Depth or Black & White ", "V"),
3366
  ("(adv) Inpainting of Control Video using Mask Video ", "MV"),
3367
  ],