update readme
This commit is contained in:
parent
49f48b2a7c
commit
e1b868ddc4
6
README.md
vendored
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
|
||||||
|
|
||||||
|
|
BIN
examples/nuclear_broccoli.jpg
vendored
Normal file
BIN
examples/nuclear_broccoli.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 236 KiB |
Loading…
Reference in New Issue
Block a user