update readme

This commit is contained in:
Brett Kuprel 2022-07-02 12:55:59 -04:00
parent 05d9d5f07f
commit 1351478ee5
4 changed files with 21 additions and 0 deletions

21
README.md vendored
View File

@ -48,6 +48,27 @@ display(image)
``` ```
![Godzilla Trial](https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_trial.png) ![Godzilla Trial](https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_trial.png)
```python
text = 'a funeral at Whole Foods'
image = model.generate_image(text, seed=10, grid_size=3)
display(image)
```
![Whole Foods Funeral](https://github.com/kuprel/min-dalle/raw/main/examples/funeral.png)
```python
text = 'Jesus turning water into wine on Americas Got Talent'
image = model.generate_image(text, seed=2, grid_size=3)
display(image)
```
![Jesus Water Wine](https://github.com/kuprel/min-dalle/raw/main/examples/jesus.png)
```python
text = 'cctv footage of Yoda robbing a liquor store'
image = model.generate_image(text, seed=0, grid_size=3)
display(image)
```
![Yoda](https://github.com/kuprel/min-dalle/raw/main/examples/yoda.png)
### Command Line ### Command Line

BIN
examples/funeral.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
examples/jesus.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 KiB

BIN
examples/yoda.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB