update readme
This commit is contained in:
21
README.md
vendored
21
README.md
vendored
@@ -48,6 +48,27 @@ display(image)
|
||||
```
|
||||

|
||||
|
||||
```python
|
||||
text = 'a funeral at Whole Foods'
|
||||
image = model.generate_image(text, seed=10, grid_size=3)
|
||||
display(image)
|
||||
```
|
||||

|
||||
|
||||
```python
|
||||
text = 'Jesus turning water into wine on Americas Got Talent'
|
||||
image = model.generate_image(text, seed=2, grid_size=3)
|
||||
display(image)
|
||||
```
|
||||

|
||||
|
||||
```python
|
||||
text = 'cctv footage of Yoda robbing a liquor store'
|
||||
image = model.generate_image(text, seed=0, grid_size=3)
|
||||
display(image)
|
||||
```
|
||||

|
||||
|
||||
|
||||
### Command Line
|
||||
|
||||
|
BIN
examples/funeral.png
vendored
Normal file
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
BIN
examples/jesus.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 896 KiB |
BIN
examples/yoda.png
vendored
Normal file
BIN
examples/yoda.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Reference in New Issue
Block a user