Stable Diffusion Videos Versions Save

Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts

v0.8.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nateraw/stable-diffusion-videos/compare/v0.8.0...v0.8.1

v0.8.0

1 year ago

v0.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nateraw/stable-diffusion-videos/compare/v0.6.2...v0.7.0

v0.6.2

1 year ago

What's Changed

Full Changelog: https://github.com/nateraw/stable-diffusion-videos/compare/v0.6.1...v0.6.2

v0.6.1

1 year ago

This release just pins av<10.0.0 as the latest version breaks torchvision.io.write_video, which we use in this package.

What's Changed

Full Changelog: https://github.com/nateraw/stable-diffusion-videos/compare/v0.6.0...v0.6.1

v0.6.0

1 year ago

New Interface!

The interface is now a wrapper of the pipeline, which lets you use any pipeline instance you'd like in the app.

from stable_diffusion_videos import StableDiffusionWalkPipeline, Interface
import torch

pipeline = StableDiffusionWalkPipeline.from_pretrained(
    "CompVis/stable-diffusion-v1-4",
    torch_dtype=torch.float16,
    revision="fp16",
).to("cuda")

interface = Interface(pipeline)
interface.launch(debug=True)

What's Changed

Full Changelog: https://github.com/nateraw/stable-diffusion-videos/compare/v0.5.3...v0.6.0

v0.5.3

1 year ago

v0.5.2

1 year ago

Release 0.5.1 failed because I didn't update the version in init.py properly. retrying.

What's Changed

Full Changelog: https://github.com/nateraw/stable-diffusion-videos/compare/v0.5.1...v0.5.2