update readme
This commit is contained in:
parent
313635e914
commit
e087c53482
4
README.md
vendored
4
README.md
vendored
|
@ -8,7 +8,7 @@
|
|||
|
||||
This is a minimal implementation of Boris Dayma's [DALL·E Mini](https://github.com/borisdayma/dalle-mini) in PyTorch. It has been stripped to the bare essentials necessary for doing inference. The only third party dependencies are numpy and torch.
|
||||
|
||||
It currently takes **7.4 seconds** to generate an image with DALL·E Mega on a standard GPU runtime in Colab.
|
||||
It currently take **35 seconds** to generate a 3x3 grid with DALL·E Mega on a standard GPU runtime in Colab.
|
||||
|
||||
The flax model and code for converting it to torch can be found [here](https://github.com/kuprel/min-dalle-flax).
|
||||
|
||||
|
@ -41,7 +41,7 @@ display(image)
|
|||
|
||||
```python
|
||||
text = "trail cam footage of gollum eating watermelon"
|
||||
image = model.generate_image(text, seed=1)
|
||||
image = model.generate_image(text, seed=1, grid_size=3)
|
||||
display(image)
|
||||
```
|
||||
![Gollum Trailcam](https://github.com/kuprel/min-dalle/raw/main/examples/gollum_trailcam.png)
|
||||
|
|
BIN
examples/gollum_trailcam.png
vendored
BIN
examples/gollum_trailcam.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 892 KiB |
Loading…
Reference in New Issue
Block a user