Replies: 24 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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
It looks like this needs some work, and there are no plans to support it currently. Maybe in the future? |
Beta Was this translation helpful? Give feedback.
-
stable video diffusion (SVD) models from stability where released!
https://stability.ai/news/stable-video-diffusion-open-ai-video-model |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
patiently waiting for SVD to release and being quantized! |
Beta Was this translation helpful? Give feedback.
-
@leejet |
Beta Was this translation helpful? Give feedback.
-
I'm currently reviewing the SVD implementation code in comfyui. Perhaps I can learn how to conveniently implement SVD within sd.cpp from this. |
Beta Was this translation helpful? Give feedback.
-
Amazing! Good luck!!, Unfortunately, my time is limited as I am a student. Otherwise, I would be more than happy to help. |
Beta Was this translation helpful? Give feedback.
-
Bless u guys! SVD in cpp will be a dream! Good luck to all of u! |
Beta Was this translation helpful? Give feedback.
-
@leejet any update and progress on svd and inpainting? really excited to try them out in cpp! |
Beta Was this translation helpful? Give feedback.
-
I've got a basic understanding of the SVD model architecture. Once I merge the #104 and #117, I'll attempt to implement SVD. |
Beta Was this translation helpful? Give feedback.
-
niceee! so excited, thanks |
Beta Was this translation helpful? Give feedback.
-
Hotshot-XL looks interesting, too and works with SDXL models: https://huggingface.co/hotshotco/Hotshot-XL |
Beta Was this translation helpful? Give feedback.
-
@leejet it will be great if you support fp16 of SVD when it is done: they are smaller and probably more ram friendly |
Beta Was this translation helpful? Give feedback.
-
Need as well. |
Beta Was this translation helpful? Give feedback.
-
@leejet any update on svd please? |
Beta Was this translation helpful? Give feedback.
-
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: |
Beta Was this translation helpful? Give feedback.
-
Any updates on SVD? |
Beta Was this translation helpful? Give feedback.
-
Any updates on SVD? |
Beta Was this translation helpful? Give feedback.
-
There are more img2vid and txt2vid models coming |
Beta Was this translation helpful? Give feedback.
-
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 !!! |
Beta Was this translation helpful? Give feedback.
-
I can confirm |
Beta Was this translation helpful? Give feedback.
-
Support for the Wan video model has been added. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(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
Beta Was this translation helpful? Give feedback.
All reactions