Skip to content

Commit

Permalink
readme example syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Teriks committed Nov 10, 2024
1 parent 9e79ace commit d8b78d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2770,8 +2770,8 @@ output file name, in the order: ``(scheduler)_(refiner scheduler)_(decoder sched
dgenerate stabilityai/stable-diffusion-2-1 \
--inference-steps 30 \
--guidance-scales 5 \
--schedulers EulerAncestralDiscreteScheduler KDPM2AncestralDiscreteScheduler
--output-size 512x512
--schedulers EulerAncestralDiscreteScheduler KDPM2AncestralDiscreteScheduler \
--output-size 512x512 \
--prompts "a horse standing in a field"
Expand Down

0 comments on commit d8b78d6

Please sign in to comment.