mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 22:26:36 +00:00
tuned RIFLEx trigger
This commit is contained in:
parent
0085a0b0c6
commit
0615df1d8d
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user