diff --git a/README.md b/README.md index 9602210..96ef2ad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Generate images from texts ``` -pip install rudalle==0.0.1rc1 +pip install rudalle==0.0.1rc2 ``` ### πŸ€— HF Models: [ruDALL-E Malevich (XL)](https://huggingface.co/sberbank-ai/rudalle-Malevich) @@ -65,3 +65,12 @@ show(sr_images, 3) text, seed = 'красивая тян ΠΈΠ· Π°Π½ΠΈΠΌΠ΅', 6955 ``` ![](./pics/anime-girl-super-resolution.png) + + +### Image Prompt +see `jupyters/ruDALLE-image-prompts-A100.ipynb` +```python +text, seed = 'Π₯Ρ€Π°ΠΌ Василия Π‘Π»Π°ΠΆΠ΅Π½Π½ΠΎΠ³ΠΎ', 42 +skyes = [red_sky, sunny_sky, cloudy_sky, night_sky] +``` +![](./pics/russian-temple-image-prompt.png) \ No newline at end of file diff --git a/pics/russian-temple-image-prompt.png b/pics/russian-temple-image-prompt.png new file mode 100644 index 0000000..9b98f1c Binary files /dev/null and b/pics/russian-temple-image-prompt.png differ