Got OOM when num_frames=161, fps=16

#5
by vfychen - opened
This comment has been hidden
This comment has been hidden

Replace

pipe.enable_sequential_cpu_offload()
pipe.vae.enable_slicing()
pipe.vae.enable_tiling()

to

pipe.to("cuda")
# pipe.enable_sequential_cpu_offload()
pipe.vae.enable_slicing()
pipe.vae.enable_tiling()

it will work

ZHANGYUXUAN-zR changed discussion status to closed

Sign up or log in to comment