From 336d8a17da57ec4a7f468a113e9e28ef946d941f Mon Sep 17 00:00:00 2001 From: filipstrand Date: Wed, 21 Aug 2024 09:10:23 +0200 Subject: [PATCH] Add missing `guidance` flag in readme description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1e4f78..59986c6 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ python main.py --model dev --prompt "Luxury food photograph" --steps 25 --seed 2 - **`--steps`** (optional, `int`, default: `4`): Number of inference steps. +- **`--guidance`** (optional, `float`, default: `3.5`): Guidance scale (only used for `"dev"` model). + Or make a new separate script like the following ```python