-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility #1
Comments
The tuned SVD model will be released soon. The original SVD can also be used, but its performance is worse than the tuned one. |
how to generate more frames with SVD and CV-VAE? |
Any downstream models obtained from SD1.5 and SD2.1, such as various image diffusion community models, as well as video models, such as SVD, Videocrafter, and Animatediff, can be used with CV-VAE. In addition, compatibility can be further enhanced by performing a small amount of fine-tuning on the diffusion model. |
The inference code and model weights of SVD will be coming soon. |
Is it possible to fine-tune Open-Sora or Open-Sora-PLan with CV-VAE, Have your team tried comparing this with SVD? @sijeh |
Open-Sora and Open-Sora-Plan are initialized from pixelart-alpha, which also uses the SD2.1 VAE. However, they later trained their own video VAE, and the latent space is no longer compatible with SD2.1. |
Hello,
So this require a uniquely trained video model to run with? Did your team also finetune a SVD model to use with this?
Confused what type of video diffusion models accepts these compressed latents.
The text was updated successfully, but these errors were encountered: