diff --git a/README.md b/README.md index eb72c63..526ce88 100644 --- a/README.md +++ b/README.md @@ -137,13 +137,9 @@ Enjoy 🤗 You can also 4x upsample your images with [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)! -First, you'll need to install it... +It's included when you pip install the latest version of `stable-diffusion-videos`! -```bash -pip install realesrgan -``` - -Then, you'll be able to use `upsample=True` in the `walk` function, like this: +You'll be able to use `upsample=True` in the `walk` function, like this: ```python pipeline.walk(['a cat', 'a dog'], [234, 345], upsample=True) diff --git a/stable_diffusion_videos/__init__.py b/stable_diffusion_videos/__init__.py index b0f4870..8943617 100644 --- a/stable_diffusion_videos/__init__.py +++ b/stable_diffusion_videos/__init__.py @@ -114,4 +114,4 @@ def __dir__(): }, ) -__version__ = "0.7.0dev" +__version__ = "0.7.0"