Skip to content

Commit

Permalink
misc: add the final newline to prevent empty commits
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical committed Nov 4, 2023
1 parent 57c13d5 commit 0d95136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ 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`
- For SD1.5, the width/height is 512x512 (the default); for SDXL, the width/height is 1024x1024.
- For all other options, the defaults from the generation systems are used.

Environments (like torch and other library versions) for each benchmark are defined
under [benchmarks/](benchmarks/) folder.
1 change: 1 addition & 0 deletions benchmarks/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def main() -> None:

with open(session_file, "w") as stream:
json.dump(results, stream)
stream.write("\n")


if __name__ == "__main__":
Expand Down

0 comments on commit 0d95136

Please sign in to comment.