Stable-diffusion-videos

Latest version: v0.8.1

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

Scan your dependencies

Page 2 of 3

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

0.5.0

What's Changed

**🔥 This PR introduced ability to make music videos that interpolate to the beat of the song!!**
* :art: big restructure by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/65


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

0.4.0

What's Changed
* CD: allow from draft by Borda in https://github.com/nateraw/stable-diffusion-videos/pull/51
* use lerp for text by default by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/55
* added param typing to walk function and updated the walk function to take in num_steps as a list by danielpatrickhug in https://github.com/nateraw/stable-diffusion-videos/pull/52
* Rename num_steps to num_interpolation_steps by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/61
* Update version to 0.4.0 by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/62

New Contributors
* Borda made their first contribution in https://github.com/nateraw/stable-diffusion-videos/pull/51
* danielpatrickhug made their first contribution in https://github.com/nateraw/stable-diffusion-videos/pull/52

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

0.3.0

Highlights

Resume Support 🔥

You can now resume unfinished runs instead of starting over. Just pass `resume=True` and we'll resume the run at `<output_dir>/<name>`.

python
from stable_diffusion_videos import walk

video_path = walk(
output_dir='dreams',
name='my_unfinished_run',
resume=True All you need to do!
)


Thank you to codefaux for adding this feature.

Batch Inference 🔥

We've been generating frames one at a time. It's **a lot faster** to do more than one instead. Play with the `batch_size` kwarg until you go out of memory, then reduce the value by 1. For me, I am able to do `batch_size=4` on a V100 16GB, which generates images ~20% faster.

python
from stable_diffusion_videos import walk

walk(
prompts=['a cat', 'a dog'],
seeds=[42, 123],
batch_size=4, All you need to do!
num_steps=60,
make_video=True
)




What's Changed
* adding fps as param to walk by kennethgoodman in https://github.com/nateraw/stable-diffusion-videos/pull/23
* Add option for lower VRAM by 0x1355 in https://github.com/nateraw/stable-diffusion-videos/pull/31
* Resume support by codefaux and nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/42
* Remove unnecessary video file from repo by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/43
* Add batch inference by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/45
* Save in .png instead of .jpg by 0x1355 in https://github.com/nateraw/stable-diffusion-videos/pull/44
* Add `frame_filename_ext` to control saving/resuming from .png or .jpg by nateraw in https://github.com/nateraw/stable-diffusion-videos/pull/47

New Contributors
* kennethgoodman made their first contribution in https://github.com/nateraw/stable-diffusion-videos/pull/23
* 0x1355 made their first contribution in https://github.com/nateraw/stable-diffusion-videos/pull/31

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

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.