DeepBeepMeep commited on
Commit
a1c56c1
·
1 Parent(s): 5420777

tuned RIFLEx trigger

Browse files
Files changed (1) hide show
  1. gradio_server.py +1 -1
gradio_server.py CHANGED
@@ -754,7 +754,7 @@ def generate_video(
754
  state["in_progress"] = True
755
  state["selected"] = 0
756
 
757
- enable_RIFLEx = RIFLEx_setting == 0 and video_length > (5* 16) or RIFLEx_setting == 1
758
  # VAE Tiling
759
  device_mem_capacity = torch.cuda.get_device_properties(0).total_memory / 1048576
760
 
 
754
  state["in_progress"] = True
755
  state["selected"] = 0
756
 
757
+ enable_RIFLEx = RIFLEx_setting == 0 and video_length > (6* 16) or RIFLEx_setting == 1
758
  # VAE Tiling
759
  device_mem_capacity = torch.cuda.get_device_properties(0).total_memory / 1048576
760