Stable-diffusion-videos

Latest version: v0.8.1

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

Scan your dependencies

Page 1 of 3

0.8.0

What's Changed
* Remove autocast from pipeline by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/135


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

0.7.1

What's Changed
* Hotfix 0.7.1 by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/123


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

0.7.0

What's Changed
* Update README.md by thehappydinoa in https://github.com/nateraw/stable-diffusion-videos/pull/88
* Allow MPS devices to use the gradio interface by ggozad in https://github.com/nateraw/stable-diffusion-videos/pull/105
* Fix typo in stable_diffusion_videos.ipynb by eltociear in https://github.com/nateraw/stable-diffusion-videos/pull/115
* Diffusers 0.9.0 by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/121

New Contributors
* thehappydinoa made their first contribution in https://github.com/nateraw/stable-diffusion-videos/pull/88
* ggozad made their first contribution in https://github.com/nateraw/stable-diffusion-videos/pull/105
* eltociear made their first contribution in https://github.com/nateraw/stable-diffusion-videos/pull/115

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

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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.