Live data from Hacker News

Stable Video Diffusion

stability.ai

11–20 of 316 posts

Re: Stable Video Diffusion

#11
In the video towards the bottom of the page, there are two birds (blue jays), but in the background there are two identical buildings (which look a lot like the CN Tower). CN Tower is the main landmark of Toronto, whose baseball team happens to be the Blue Jays. It's located near the main sportsball stadium downtown.

I vaguely understand how text-to-image works, and so it makes sense that the vector space for "blue jays" would be near "toronto" or "cn tower". The improvements in scale and speed (image -> now video) are impressive, but given how incredibly able the image generation models are, they simultaneously feel crippled and limited by their lack of editing / iteration ability.

Has anyone come across a solution where model can iterate (eg, with prompts like "move the bicycle to the left side of the photo")? It feels like we're close.

Re: Stable Video Diffusion

#13

I'm still puzzled as to how these "non-commercial" model licenses are supposed to be enforceable. Software licenses govern the redistribution of the software , not products produced with it. An image isn't GPL'd because it was produced with GIMP.

Nobody claimed otherwise?

Re: Stable Video Diffusion

#16

Model weights (two variations, each 10GB) are available without waitlist/approval: https://huggingface.co/stabilityai/stable-video-diffusion-im... The LICENSE is a special non-commercial one: https://huggingface.co/stabilityai/stable-video-diffusion-im... It's unclear how exactly to run it easily: diffusers has video generation support now but need to see if it plugs in seamlessly.

It looks like the huggingface page links their github that seems to have python scripts to run these: https://github.com/Stability-AI/generative-models

Those scripts aren't as easy to use or iterate upon since they are CLI apps instead of a REPL like a Colab/Jupyter Notebook (although these models probably will not run in a normal Colab without shenanigans).

They can be hacked into a Jupyter Notebook but it's really not fun.

Re: Stable Video Diffusion

#17
post #14

Can this be used for porn?

Very unusual comment. I do not think so as the chance of constructing a fleshy eldritch horror is quite high.

> I do not think so as the chance of constructing a fleshy eldritch horror is quite high.

There is a market for everything!

Re: Stable Video Diffusion

#19
Fascinating leap forward.

It makes me think of the difference between ancestral and non-ancestral samplers, e.g. Euler vs Euler Ancestral. With Euler, the output is somewhat deterministic and doesn't vary with increasing sampling steps, but with Ancestral, noise is added to each step which creates more variety but is more random/stochastic.

I assume to create video, the sampler needs to lean heavily on the previous frame while injecting some kind of sub-prompt, like rotate to the left by 5 degrees, etc. I like the phrase another commenter used, "temporal consistency".

Edit: Indeed the special sauce is "temporal layers". [0]

> Recently, latent diffusion models trained for 2D image synthesis have been turned into generative video models by inserting temporal layers and finetuning them on small, high-quality video datasets

[0] https://stability.ai/research/stable-video-diffusion-scaling...

Re: Stable Video Diffusion

#20

Looks like I'm still good for my bet with some friends that before 2028 a team of 5-10 people will create a blockbuster style movie that today costs 100+ million USD on a shoestring budget and we won't be able to tell.

It'll happen, but I think you're early. 2038 for sure, unless something drastic happens to stop it (or is forced to happen.)
Post reply on HN