Update README.md
This commit is contained in:
parent
e0386f991c
commit
58a954f777
4
README.md
vendored
4
README.md
vendored
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
[![Join us on Discord](https://img.shields.io/discord/823813159592001537?color=5865F2&logo=discord&logoColor=white)](https://discord.gg/xBPBXfcFHd)
|
[![Join us on Discord](https://img.shields.io/discord/823813159592001537?color=5865F2&logo=discord&logoColor=white)](https://discord.gg/xBPBXfcFHd)
|
||||||
|
|
||||||
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.
|
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, requests, pillow 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 takes **7.4 seconds** to generate an image with DALL·E Mega on a standard GPU runtime in Colab.
|
||||||
|
|
||||||
|
@ -59,4 +59,4 @@ $ python image_from_text.py --text='artificial intelligence' --seed=7
|
||||||
```bash
|
```bash
|
||||||
$ python image_from_text.py --text='court sketch of godzilla on trial' --mega
|
$ python image_from_text.py --text='court sketch of godzilla on trial' --mega
|
||||||
```
|
```
|
||||||
![Godzilla Trial](https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_on_trial.png)
|
![Godzilla Trial](https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_on_trial.png)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user