Add missing guidance flag in readme description

This commit is contained in:
filipstrand 2024-08-21 09:10:23 +02:00
parent 1f54b94175
commit 336d8a17da

View File

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