update readme
This commit is contained in:
		
							
								
								
									
										12
									
								
								README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
										vendored
									
									
								
							| @@ -46,35 +46,35 @@ text = 'court sketch of godzilla on trial' | |||||||
| image = model.generate_image(text, seed=6, grid_size=3) | image = model.generate_image(text, seed=6, grid_size=3) | ||||||
| display(image) | display(image) | ||||||
| ``` | ``` | ||||||
| <img src="https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_trial.png" alt="drawing" width="200"/> | <img src="https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_trial.png" alt="drawing" width="300"/> | ||||||
|  |  | ||||||
| ```python | ```python | ||||||
| text = 'Rusty Iron Man suit found abandoned in the woods being reclaimed by nature' | text = 'Rusty Iron Man suit found abandoned in the woods being reclaimed by nature' | ||||||
| image = model.generate_image(text, seed=0, grid_size=3) | image = model.generate_image(text, seed=0, grid_size=3) | ||||||
| display(image) | display(image) | ||||||
| ``` | ``` | ||||||
| <img src="https://github.com/kuprel/min-dalle/raw/main/examples/ironman.png" alt="drawing" width="200"/> | <img src="https://github.com/kuprel/min-dalle/raw/main/examples/ironman.png" alt="drawing" width="300"/> | ||||||
|  |  | ||||||
| ```python | ```python | ||||||
| text = 'a funeral at Whole Foods' | text = 'a funeral at Whole Foods' | ||||||
| image = model.generate_image(text, seed=10, grid_size=3) | image = model.generate_image(text, seed=10, grid_size=3) | ||||||
| display(image) | display(image) | ||||||
| ``` | ``` | ||||||
| <img src="https://github.com/kuprel/min-dalle/raw/main/examples/funeral.png" alt="drawing" width="200"/> | <img src="https://github.com/kuprel/min-dalle/raw/main/examples/funeral.png" alt="drawing" width="300"/> | ||||||
|  |  | ||||||
| ```python | ```python | ||||||
| text = 'Jesus turning water into wine on Americas Got Talent' | text = 'Jesus turning water into wine on Americas Got Talent' | ||||||
| image = model.generate_image(text, seed=2, grid_size=3) | image = model.generate_image(text, seed=2, grid_size=3) | ||||||
| display(image) | display(image) | ||||||
| ``` | ``` | ||||||
| <img src="https://github.com/kuprel/min-dalle/raw/main/examples/jesus.png" alt="drawing" width="200"/> | <img src="https://github.com/kuprel/min-dalle/raw/main/examples/jesus.png" alt="drawing" width="300"/> | ||||||
|  |  | ||||||
| ```python | ```python | ||||||
| text = 'cctv footage of Yoda robbing a liquor store' | text = 'cctv footage of Yoda robbing a liquor store' | ||||||
| image = model.generate_image(text, seed=0, grid_size=3) | image = model.generate_image(text, seed=0, grid_size=3) | ||||||
| display(image) | display(image) | ||||||
| ``` | ``` | ||||||
| <img src="https://github.com/kuprel/min-dalle/raw/main/examples/yoda.png" alt="drawing" width="200"/> | <img src="https://github.com/kuprel/min-dalle/raw/main/examples/yoda.png" alt="drawing" width="300"/> | ||||||
|  |  | ||||||
|  |  | ||||||
| ### Command Line | ### Command Line | ||||||
| @@ -89,4 +89,4 @@ $ python image_from_text.py --text='artificial intelligence' --seed=7 | |||||||
| ```bash | ```bash | ||||||
| $ python image_from_text.py --text='trail cam footage of gollum eating watermelon' --mega --seed=1 --grid-size=3 | $ 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="200"/> | <img src="https://github.com/kuprel/min-dalle/raw/main/examples/gollum_trailcam.png" alt="drawing" width="300"/> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user