update readme

main
Brett Kuprel 2 years ago
parent 49f48b2a7c
commit e1b868ddc4
  1. 6
      README.md
  2. BIN
      examples/nuclear_broccoli.jpg

6
README.md vendored

@ -40,16 +40,16 @@ The required models will be downloaded to `models_root` if they are not already
```python ```python
image = model.generate_image( image = model.generate_image(
text='Dali painting of WALL·E', text='Nuclear explosion broccoli',
seed=-1, seed=-1,
grid_size=4, grid_size=4,
log2_supercondition_factor=3, log2_supercondition_factor=5,
is_verbose=False is_verbose=False
) )
display(image) 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 ### Interactive

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Loading…
Cancel
Save