Update README.md
Browse files
README.md
CHANGED
|
@@ -70,7 +70,7 @@ pipe.apply_scheduler_config(scheduler_config)
|
|
| 70 |
output = pipe(
|
| 71 |
prompt="a young girl with flowing long hair, wearing a white halter dress and smiling sweetly. The background features a blue seaside where seagulls fly freely.",
|
| 72 |
cfg_scale=1,
|
| 73 |
-
num_inference_steps=4,
|
| 74 |
seed=42,
|
| 75 |
width=1328,
|
| 76 |
height=1328
|
|
|
|
| 70 |
output = pipe(
|
| 71 |
prompt="a young girl with flowing long hair, wearing a white halter dress and smiling sweetly. The background features a blue seaside where seagulls fly freely.",
|
| 72 |
cfg_scale=1,
|
| 73 |
+
num_inference_steps=4, # 8 is also recommended
|
| 74 |
seed=42,
|
| 75 |
width=1328,
|
| 76 |
height=1328
|