Skip to content

Commit

Permalink
misc: move generation options to below
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical committed Nov 4, 2023
1 parent ef9aa2a commit fa8e8eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

<!-- START TABLE -->
| | 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 |
<!-- END TABLE -->

Generation options:
- `prompt="A photo of a cat"`
- `num_inference_steps=50`

0 comments on commit fa8e8eb

Please sign in to comment.