-
Notifications
You must be signed in to change notification settings - Fork 334
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
video support #12
Comments
This model appears to be significantly different from stable-diffusion, no plans to support it currently. If there's time in the future, I will consider providing support for it. |
I didn't necessarily mean this specific model, more "video" in general. I think zeroscope would probably be the right place to start. Sorry for being sloppy. |
It looks like this needs some work, and there are no plans to support it currently. Maybe in the future? |
stable video diffusion (SVD) models from stability where released!
https://stability.ai/news/stable-video-diffusion-open-ai-video-model |
The SVD demo looks quite good. I'll make time in the next few days to study it, starting by running the official code to see its performance. |
patiently waiting for SVD to release and being quantized! |
@leejet |
I'm currently reviewing the SVD implementation code in comfyui. Perhaps I can learn how to conveniently implement SVD within sd.cpp from this. |
Amazing! Good luck!!, Unfortunately, my time is limited as I am a student. Otherwise, I would be more than happy to help. |
Bless u guys! SVD in cpp will be a dream! Good luck to all of u! |
@leejet any update and progress on svd and inpainting? really excited to try them out in cpp! |
niceee! so excited, thanks |
Hotshot-XL looks interesting, too and works with SDXL models: https://huggingface.co/hotshotco/Hotshot-XL |
@leejet it will be great if you support fp16 of SVD when it is done: they are smaller and probably more ram friendly |
Need as well. |
@leejet any update on svd please? |
I don't know if this is even remotely related to the SD architecture, but it would be could to support the new kid on the block: |
Any updates on SVD? |
1 similar comment
Any updates on SVD? |
There are more img2vid and txt2vid models coming |
Good luck for you !!! In my opinion, applying ggml on video(AI) may be nightmare, because it dose not support tensor more than 4d, so conv3d, batchnorm3d etc will make you crazy !!! |
I can confirm |
(rewriting sloppy request)
I was wondering if video support can be added?
At first I came up with lucidrain's video-diffusion-pytorch
https://github.com/lucidrains/video-diffusion-pytorch
But, after some research it seems like zeroscope might be the right model to use
https://huggingface.co/cerspense/zeroscope_v2_576w
The text was updated successfully, but these errors were encountered: