yujiepan commited on
Commit
6d333b6
·
verified ·
1 Parent(s): e8f4291

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ pipe = pipe.to("cuda")
17
  image = pipe(
18
  "A cat holding a sign that says hello world",
19
  negative_prompt="",
20
- num_inference_steps=28,
21
  guidance_scale=7.0,
22
  ).images[0]
23
  image
 
17
  image = pipe(
18
  "A cat holding a sign that says hello world",
19
  negative_prompt="",
20
+ num_inference_steps=2,
21
  guidance_scale=7.0,
22
  ).images[0]
23
  image