From fa8e8ebcfb0991caf61bf6ccdab426d0d9a960fa Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Sat, 4 Nov 2023 18:41:56 +0300 Subject: [PATCH] misc: move generation options to below --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ef6ee0..8269f2e 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ better understanding of their performance and scalability. Running on an A100 80G SXM hosted at [fal.ai](https://fal.ai). -Generation options: -- `prompt="A photo of a cat"` -- `num_inference_steps=50` - | | mean (s) | median (s) | min (s) | max (s) | |------------------|----------|------------|---------|---------| | Diffusers SD1.5 | 1.619s | 1.614s | 1.603s | 1.645s | | Diffusers SDXL | 5.916s | 5.917s | 5.909s | 5.927s | + +Generation options: +- `prompt="A photo of a cat"` +- `num_inference_steps=50`