Skip to content

Commit ab75c49

Browse files
committed
docs: smaller animations
1 parent ed23c7e commit ab75c49

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ deploy: ## Deploy the package to pypi.org
4848
python setup.py bdist_wheel
4949
python setup.py bdist_wheel --plat-name=win-amd64
5050
#python setup.py sdist
51-
@echo 'pypi.org Username: '
52-
@read username && twine upload --verbose dist/* -u $$username;
51+
@twine upload --verbose dist/* -u __token__;
5352
rm -rf build
5453
rm -rf dist
5554
@echo "Deploy successful! ✨ 🍰 ✨"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ AI imagined images. Pythonic generation of stable diffusion images **and videos*
2525
```
2626
## Stable Video Diffusion
2727
<p float="left">
28-
<img src="assets/svd-rocket.gif" height="256">
29-
<img src="assets/svd-athens.gif" height="256">
30-
<img src="assets/svd-pearl-girl.gif" height="256">
31-
<img src="assets/svd-starry-night.gif" height="256">
32-
<img src="assets/svd-dog.gif" height="256">
33-
<img src="assets/svd-xpbliss.gif" height="256">
28+
<img src="assets/svd-rocket.gif" height="190">
29+
<img src="assets/svd-athens.gif" height="190">
30+
<img src="assets/svd-pearl-girl.gif" height="190">
31+
<img src="assets/svd-starry-night.gif" height="190">
32+
<img src="assets/svd-dog.gif" height="190">
33+
<img src="assets/svd-xpbliss.gif" height="190">
3434
</p>
3535

3636
### Rushed release of Stable Diffusion Video!

0 commit comments

Comments
 (0)