Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Shonenkov authored and Alex Shonenkov committed Nov 3, 2021
1 parent 47de7a2 commit 036e8e8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 219 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### Generate images from texts

```
pip install rudalle==0.0.1rc3
pip install rudalle==0.0.1rc4
```
### 🤗 HF Models:
[ruDALL-E Malevich (XL)](https://huggingface.co/sberbank-ai/rudalle-Malevich)
Expand Down Expand Up @@ -75,4 +75,9 @@ see `jupyters/ruDALLE-image-prompts-A100.ipynb`
text, seed = 'Храм Василия Блаженного', 42
skyes = [red_sky, sunny_sky, cloudy_sky, night_sky]
```
![](./pics/russian-temple-image-prompt.png)
![](./pics/russian-temple-image-prompt.png)


### 🚀 Contributors 🚀

- [@neverix](https://www.kaggle.com/neverix) thanks a lot for contributing for speed up of inference
244 changes: 28 additions & 216 deletions jupyters/ruDALLE-example-generation-A100.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rudalle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
'image_prompts',
]

__version__ = '0.0.1-rc3'
__version__ = '0.0.1-rc4'

0 comments on commit 036e8e8

Please sign in to comment.