convert pngs to jpgs

main
Brett Kuprel 2 years ago
parent 2661074589
commit ec14eeba62
  1. 16
      README.md
  2. BIN
      examples/artificial_intelligence.jpg
  3. BIN
      examples/artificial_intelligence.png
  4. BIN
      examples/avocado_armchair.jpg
  5. BIN
      examples/avocado_armchair.png
  6. BIN
      examples/dali_walle.jpg
  7. BIN
      examples/dali_walle.png
  8. BIN
      examples/funeral.jpg
  9. BIN
      examples/funeral.png
  10. BIN
      examples/godzilla_trial.jpg
  11. BIN
      examples/godzilla_trial.png
  12. BIN
      examples/gollum_trailcam.jpg
  13. BIN
      examples/gollum_trailcam.png
  14. BIN
      examples/ironman.jpg
  15. BIN
      examples/ironman.png
  16. BIN
      examples/jesus.jpg
  17. BIN
      examples/jesus.png
  18. BIN
      examples/yoda.jpg
  19. BIN
      examples/yoda.png

16
README.md vendored

@ -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"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

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

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

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

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

Loading…
Cancel
Save