tuned RIFLEx trigger

This commit is contained in:
DeepBeepMeep 2025-03-02 19:00:36 +01:00
parent 0085a0b0c6
commit 0615df1d8d

View File

@ -754,7 +754,7 @@ def generate_video(
state["in_progress"] = True
state["selected"] = 0
enable_RIFLEx = RIFLEx_setting == 0 and video_length > (5* 16) or RIFLEx_setting == 1
enable_RIFLEx = RIFLEx_setting == 0 and video_length > (6* 16) or RIFLEx_setting == 1
# VAE Tiling
device_mem_capacity = torch.cuda.get_device_properties(0).total_memory / 1048576