mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-23 17:38:10 +00:00
support ltx2 gradient_checkpointing
This commit is contained in:
@@ -118,10 +118,10 @@ if __name__ == "__main__":
|
||||
max_pixels=args.max_pixels,
|
||||
height=args.height,
|
||||
width=args.width,
|
||||
height_division_factor=16,
|
||||
width_division_factor=16,
|
||||
height_division_factor=32,
|
||||
width_division_factor=32,
|
||||
num_frames=args.num_frames,
|
||||
time_division_factor=4,
|
||||
time_division_factor=8,
|
||||
time_division_remainder=1,
|
||||
),
|
||||
special_operator_map={
|
||||
|
||||
Reference in New Issue
Block a user