Browse Source

up version

pull/13/head v0.0.1rc4
Alex Shonenkov 5 years ago
parent
commit
036e8e85c0
3 changed files with 36 additions and 219 deletions
  1. +7
    -2
      README.md
  2. +28
    -216
      jupyters/ruDALLE-example-generation-A100.ipynb
  3. +1
    -1
      rudalle/__init__.py

+ 7
- 2
README.md View File

@ -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)
@ -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

+ 28
- 216
jupyters/ruDALLE-example-generation-A100.ipynb
File diff suppressed because it is too large
View File


+ 1
- 1
rudalle/__init__.py View File

@ -22,4 +22,4 @@ __all__ = [
'image_prompts',
]
__version__ = '0.0.1-rc3'
__version__ = '0.0.1-rc4'

Loading…
Cancel
Save