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. |
|
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. |
|
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? |
|
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 |
|
Support for the Wan video model has been added. |
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
All reactions