From c04fac033f04e2ff8b318f1f265c2cc892ea5bdb Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 8 Jan 2023 14:52:15 -0600 Subject: [PATCH] chore(docs): add some rough benchmark numbers --- BENCHMARK.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 BENCHMARK.md diff --git a/BENCHMARK.md b/BENCHMARK.md new file mode 100644 index 00000000..78476b8e --- /dev/null +++ b/BENCHMARK.md @@ -0,0 +1,14 @@ +# Very Rough Benchmarks + +Using 25 steps of Euler A in txt2img, 512x512. + +- CPU: + - AMD: + - 5900HX: 7.5s/it, 150sec/image + - 5950X: 4s/it, 100sec/image + - 7950X: 3.5s/it, 90sec/image +- GPU: + - AMD: + - 6900XT: 3.5it/s, 9sec/image + - Nvidia: + - 4090: 6.5it/s, 4sec/image