update readme

This commit is contained in:
Brett Kuprel 2022-07-05 13:32:06 -04:00
parent 49f48b2a7c
commit e1b868ddc4
2 changed files with 3 additions and 3 deletions

6
README.md vendored
View File

@ -40,16 +40,16 @@ The required models will be downloaded to `models_root` if they are not already
```python
image = model.generate_image(
text='Dali painting of WALL·E',
text='Nuclear explosion broccoli',
seed=-1,
grid_size=4,
log2_supercondition_factor=3,
log2_supercondition_factor=5,
is_verbose=False
)
display(image)
```
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/dali_walle.jpg" alt="min-dalle" width="300"/>
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/nuclear_broccoli.jpg" alt="min-dalle" width="300"/>
### Interactive

BIN
examples/nuclear_broccoli.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB