From 6c78a6073e582800605336308694b101e29f7265 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Mon, 11 Jul 2022 08:40:31 -0400 Subject: [PATCH] add performance graph to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8dff2..c30eb57 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ To generate a 4x4 grid of DALLĀ·E Mega images it takes: - 13 sec with an A100 on Replicate Here's a more detailed breakdown on the A100 of total inference time vs number of generated images: -min-dalle +
+min-dalle +
Credit to @technobird22 and his [NeoGen](https://github.com/technobird22/NeoGen) discord bot for the graph The flax model and code for converting it to torch can be found [here](https://github.com/kuprel/min-dalle-flax).