Skip to content

Releases: nateraw/stable-diffusion-videos

0.9.0

07 May 03:19
a7c5ad6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0

0.8.1

20 Jan 22:00
dbc988d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

0.8.0

06 Jan 20:41
6162a04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

0.7.1

05 Dec 18:14
85cd3fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

0.7.0

05 Dec 17:56
c1871c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.7.0

0.6.2

25 Oct 20:55
1dbc2c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

0.6.1

22 Oct 03:49
d2ac212
Compare
Choose a tag to compare

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: v0.6.0...v0.6.1

0.6.0

20 Oct 03:26
9a3919e
Compare
Choose a tag to compare

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: v0.5.3...v0.6.0

0.5.3

11 Oct 01:57
5aa5327
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

0.5.2

10 Oct 18:06
b7e176d
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v0.5.1...v0.5.2