Got OOM when num_frames=161, fps=16

#5
by vfychen - opened
This comment has been hidden
This comment has been hidden
Knowledge Engineering Group (KEG) & Data Mining at Tsinghua University org
edited 5 days ago

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

zRzRzRzRzRzRzR changed discussion status to closed

Sign up or log in to comment