Closed tdrminglin closed 3 weeks ago
Thank you! I'm not familiar with the code at all. Could you please point out where's the code for "Enable vae encode tiling " ?
Thank you! I'm not familiar with the code at all. Could you please point out where's the code for "Enable vae encode tiling " ?
from .mz_enable_vae_encode_tiling import enable_vae_encode_tiling
enable_vae_encode_tiling(vae)
Awesome! You saved me. Many thanks.
just copy the"Enable vae encode tiling " code and insert it before video_flow = vae.encode(video_flow)...