Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
[![Replicate](https://replicate.com/kuprel/min-dalle/badge)](https://replicate.com/kuprel/min-dalle)
|
5 |
[![Discord](https://img.shields.io/discord/823813159592001537?color=5865F2&logo=discord&logoColor=white)](https://discord.com/channels/823813159592001537/912729332311556136)
|
6 |
|
7 |
-
This is a fast, minimal port of
|
8 |
|
9 |
To generate a 4x4 grid of DALL·E Mega images it takes:
|
10 |
- 89 sec with a T4 in Colab
|
|
|
4 |
[![Replicate](https://replicate.com/kuprel/min-dalle/badge)](https://replicate.com/kuprel/min-dalle)
|
5 |
[![Discord](https://img.shields.io/discord/823813159592001537?color=5865F2&logo=discord&logoColor=white)](https://discord.com/channels/823813159592001537/912729332311556136)
|
6 |
|
7 |
+
This is a fast, minimal port of [DALL·E Mega](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-Mega-Training-Journal--VmlldzoxODMxMDI2). It has been stripped down for inference and converted to PyTorch. The only third party dependencies are numpy, requests, pillow and torch.
|
8 |
|
9 |
To generate a 4x4 grid of DALL·E Mega images it takes:
|
10 |
- 89 sec with a T4 in Colab
|