File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ deploy: ## Deploy the package to pypi.org
48
48
python setup.py bdist_wheel
49
49
python setup.py bdist_wheel --plat-name=win-amd64
50
50
# 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__;
53
52
rm -rf build
54
53
rm -rf dist
55
54
@echo " Deploy successful! ✨ 🍰 ✨"
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ AI imagined images. Pythonic generation of stable diffusion images **and videos*
25
25
```
26
26
## Stable Video Diffusion
27
27
<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 " >
34
34
</p >
35
35
36
36
### Rushed release of Stable Diffusion Video!
You can’t perform that action at this time.
0 commit comments