convert pngs to jpgs

This commit is contained in:
Brett Kuprel 2022-07-03 16:30:36 -04:00
parent 2661074589
commit ec14eeba62
19 changed files with 8 additions and 8 deletions

16
README.md vendored
View File

@ -38,42 +38,42 @@ text = 'Dali painting of WallE'
image = model.generate_image(text, seed=0, grid_size=4)
display(image)
```
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/dali_walle.png" alt="drawing" width="300"/>
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/dali_walle.jpg" alt="drawing" width="300"/>
```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="300"/>
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/ironman.jpg" alt="drawing" width="300"/>
```python
text = 'court sketch of godzilla on trial'
image = model.generate_image(text, seed=6, grid_size=3)
display(image)
```
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_trial.png" alt="drawing" width="300"/>
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_trial.jpg" alt="drawing" width="300"/>
```python
text = 'a funeral at Whole Foods'
image = model.generate_image(text, seed=10, grid_size=3)
display(image)
```
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/funeral.png" alt="drawing" width="300"/>
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/funeral.jpg" alt="drawing" width="300"/>
```python
text = 'Jesus turning water into wine on Americas Got Talent'
image = model.generate_image(text, seed=2, grid_size=3)
display(image)
```
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/jesus.png" alt="drawing" width="300"/>
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/jesus.jpg" alt="drawing" width="300"/>
```python
text = 'cctv footage of Yoda robbing a liquor store'
image = model.generate_image(text, seed=0, grid_size=3)
display(image)
```
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/yoda.png" alt="drawing" width="300"/>
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/yoda.jpg" alt="drawing" width="300"/>
### Command Line
@ -83,9 +83,9 @@ Use `image_from_text.py` to generate images from the command line.
```bash
$ python image_from_text.py --text='artificial intelligence' --seed=7
```
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/artificial_intelligence.png" alt="drawing" width="200"/>
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/artificial_intelligence.jpg" alt="drawing" width="200"/>
```bash
$ python image_from_text.py --text='trail cam footage of gollum eating watermelon' --mega --seed=1 --grid-size=3
```
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/gollum_trailcam.png" alt="drawing" width="300"/>
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/gollum_trailcam.jpg" alt="drawing" width="300"/>

BIN
examples/artificial_intelligence.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

BIN
examples/avocado_armchair.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

BIN
examples/dali_walle.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

BIN
examples/funeral.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

BIN
examples/funeral.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

BIN
examples/godzilla_trial.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

BIN
examples/gollum_trailcam.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 892 KiB

BIN
examples/ironman.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

BIN
examples/ironman.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

BIN
examples/jesus.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

BIN
examples/jesus.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 896 KiB

BIN
examples/yoda.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

BIN
examples/yoda.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB