Skip to content

Commit c11d154

Browse files
committed
📌 update pinned version and update readme
1 parent 420f87b commit c11d154

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,9 @@ Enjoy 🤗
137137

138138
You can also 4x upsample your images with [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)!
139139

140-
First, you'll need to install it...
140+
It's included when you pip install the latest version of `stable-diffusion-videos`!
141141

142-
```bash
143-
pip install realesrgan
144-
```
145-
146-
Then, you'll be able to use `upsample=True` in the `walk` function, like this:
142+
You'll be able to use `upsample=True` in the `walk` function, like this:
147143

148144
```python
149145
pipeline.walk(['a cat', 'a dog'], [234, 345], upsample=True)

stable_diffusion_videos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ def __dir__():
114114
},
115115
)
116116

117-
__version__ = "0.7.0dev"
117+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)