Stable-diffusion-videos

Latest version: v0.9.1

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.6.2

What's Changed
* Fix audio interpolation weight calculation by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/95
* Add some example scripts by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/96
* pin version to 0.6.2 by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/97


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

0.6.1

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
* Update requirements.txt by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/91


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

0.6.0

New Interface!

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

python
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
* :sparkles: add name to img generation, tiled attr to pipe by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/78
* Updates for diffusers 0.5.1 by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/82
* Cleanup and fix tests by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/84
* New interface by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/85
* Update notebook with new interface + access msg by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/86
* Updates for diffusers 0.6.0 and release 0.6.0 by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/87


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

0.5.3

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

0.5.2

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

What's Changed
* :pushpin: update version to 0.5.1 by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/72
* :pushpin: update release version to 0.5.2 by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/73


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

0.5.1

What's Changed
* Bugfixes by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/69
* add image generation function by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/70


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

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.