1
0
Fork 0

chore(docs): add some rough benchmark numbers

This commit is contained in:
Sean Sube 2023-01-08 14:52:15 -06:00
parent c55f4a469f
commit c04fac033f
1 changed files with 14 additions and 0 deletions

14
BENCHMARK.md Normal file
View File

@ -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