From 53741154c75e8527ae23e493be3a14acefd2ca2a Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Sun, 3 Jul 2022 17:29:53 -0400 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e500075..7ad8fc6 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@   [![Join us on Discord](https://img.shields.io/discord/823813159592001537?color=5865F2&logo=discord&logoColor=white)](https://discord.gg/xBPBXfcFHd) -This is a fast, minimal implementation of Boris Dayma's [DALL·E Mini](https://github.com/borisdayma/dalle-mini). It has been stripped down for inference and converted to PyTorch. The only third party dependencies are numpy, requests, pillow and torch. +This is a fast, minimal implementation of Boris Dayma's [DALL·E Mega](https://github.com/borisdayma/dalle-mini). It has been stripped down for inference and converted to PyTorch. The only third party dependencies are numpy, requests, pillow and torch. -To generate a 3x3 grid of DALL·E Mega images it takes -- **35 seconds** with a P100 in Colab -- **15 seconds** with an A100 on Replicate -- **TBD** with an H100 (@NVIDIA?) +It takes +- **35 seconds** to generate a 3x3 grid with a P100 in Colab +- **16 seconds** to generate a 4x4 grid with an A100 on Replicate +- **TBD** to generate a 4x4 grid with an H100 (@NVIDIA?) The flax model and code for converting it to torch can be found [here](https://github.com/kuprel/min-dalle-flax).