update readme
This commit is contained in:
parent
1351478ee5
commit
d8a0cbcaf5
21
README.md
vendored
21
README.md
vendored
|
@ -39,35 +39,42 @@ text = 'a comfy chair that looks like an avocado'
|
|||
image = model.generate_image(text)
|
||||
display(image)
|
||||
```
|
||||
![Avocado Armchair](https://github.com/kuprel/min-dalle/raw/main/examples/avocado_armchair.png)
|
||||
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/avocado_armchair.png" alt="drawing" width="200"/>
|
||||
|
||||
```python
|
||||
text = 'court sketch of godzilla on trial'
|
||||
image = model.generate_image(text, seed=6, grid_size=3)
|
||||
display(image)
|
||||
```
|
||||
![Godzilla Trial](https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_trial.png)
|
||||
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_trial.png" alt="drawing" width="200"/>
|
||||
|
||||
```python
|
||||
text = 'Rusty Iron Man suit found abandoned in the woods being reclaimed by nature'
|
||||
image = model.generate_image(text, seed=0, grid_size=3)
|
||||
display(image)
|
||||
```
|
||||
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/ironman.png" alt="drawing" width="200"/>
|
||||
|
||||
```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)
|
||||
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/funeral.png" alt="drawing" width="200"/>
|
||||
|
||||
```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)
|
||||
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/jesus.png" alt="drawing" width="200"/>
|
||||
|
||||
```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)
|
||||
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/yoda.png" alt="drawing" width="200"/>
|
||||
|
||||
|
||||
### Command Line
|
||||
|
@ -77,9 +84,9 @@ Use `image_from_text.py` to generate images from the command line.
|
|||
```bash
|
||||
$ python image_from_text.py --text='artificial intelligence' --seed=7
|
||||
```
|
||||
![Artificial Intelligence](https://github.com/kuprel/min-dalle/raw/main/examples/artificial_intelligence.png)
|
||||
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/artificial_intelligence.png" alt="drawing" width="200"/>
|
||||
|
||||
```bash
|
||||
$ python image_from_text.py --text='trail cam footage of gollum eating watermelon' --mega --seed=1 --grid-size=3
|
||||
```
|
||||
![Gollum Trailcam](https://github.com/kuprel/min-dalle/raw/main/examples/gollum_trailcam.png)
|
||||
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/gollum_trailcam.png" alt="drawing" width="200"/>
|
||||
|
|
BIN
examples/ironman.png
vendored
Normal file
BIN
examples/ironman.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
Loading…
Reference in New Issue
Block a user