Closed BurhanUlTayyab closed 6 months ago
You're right, you might have to slightly modify the model's code(i.e. models.diffusion.latte.modeling_latte.LatteT2V
)
I'm planning to release the code for Open-Sora plan v1.1.0 soon, so please wait for a few days.
You're right, you might have to slightly modify the model's code(i.e.
models.diffusion.latte.modeling_latte.LatteT2V
) I'm planning to release the code for Open-Sora plan v1.1.0 soon, so please wait for a few days.
hello, I meet the same problems. Can you provide the codes~
The code has been released :)
Hi
I'm implementing FIFO Diffusion in Open Sora Plan. This is my prototype
`
`
However, it seems that I need to implement some kind of timestep injection (
t = timesteps[start_idx:start_idx+end_idx]
) which should be different for each frame. Can you kindly let me know how you implemented it?