Update README.md
Browse files
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=
|
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
|