Skip to content

Commit 036e8e8

Browse files
Alex ShonenkovAlex Shonenkov
Alex Shonenkov
authored and
Alex Shonenkov
committed
up version
1 parent 47de7a2 commit 036e8e8

File tree

3 files changed

+36
-219
lines changed

3 files changed

+36
-219
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### Generate images from texts
33

44
```
5-
pip install rudalle==0.0.1rc3
5+
pip install rudalle==0.0.1rc4
66
```
77
### 🤗 HF Models:
88
[ruDALL-E Malevich (XL)](https://huggingface.co/sberbank-ai/rudalle-Malevich)
@@ -75,4 +75,9 @@ see `jupyters/ruDALLE-image-prompts-A100.ipynb`
7575
text, seed = 'Храм Василия Блаженного', 42
7676
skyes = [red_sky, sunny_sky, cloudy_sky, night_sky]
7777
```
78-
![](./pics/russian-temple-image-prompt.png)
78+
![](./pics/russian-temple-image-prompt.png)
79+
80+
81+
### 🚀 Contributors 🚀
82+
83+
- [@neverix](https://www.kaggle.com/neverix) thanks a lot for contributing for speed up of inference

jupyters/ruDALLE-example-generation-A100.ipynb

+28-216
Large diffs are not rendered by default.

rudalle/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
'image_prompts',
2323
]
2424

25-
__version__ = '0.0.1-rc3'
25+
__version__ = '0.0.1-rc4'

0 commit comments

Comments
 (0)