Update README.md
Browse files
README.md
CHANGED
|
@@ -73,8 +73,8 @@ image = pipe(
|
|
| 73 |
negative_prompt=negative_prompt,
|
| 74 |
width=1024,
|
| 75 |
height=1024,
|
| 76 |
-
num_inference_steps=
|
| 77 |
-
guidance_scale=
|
| 78 |
generator=torch.Generator(device="cuda").manual_seed(346346)
|
| 79 |
)
|
| 80 |
|
|
|
|
| 73 |
negative_prompt=negative_prompt,
|
| 74 |
width=1024,
|
| 75 |
height=1024,
|
| 76 |
+
num_inference_steps=30,
|
| 77 |
+
guidance_scale=3.5,
|
| 78 |
generator=torch.Generator(device="cuda").manual_seed(346346)
|
| 79 |
)
|
| 80 |
|