Spaces:
Running
on
Zero
Running
on
Zero
Update guidance
Browse files
app.py
CHANGED
|
@@ -378,7 +378,7 @@ with gr.Blocks(css="style.css", theme="Nymbo/Nymbo_Theme_5") as demo:
|
|
| 378 |
minimum=1,
|
| 379 |
maximum=12,
|
| 380 |
step=0.1,
|
| 381 |
-
value=
|
| 382 |
info="Higher values make the image more closely match your prompt.",
|
| 383 |
)
|
| 384 |
num_inference_steps = gr.Slider(
|
|
@@ -386,7 +386,7 @@ with gr.Blocks(css="style.css", theme="Nymbo/Nymbo_Theme_5") as demo:
|
|
| 386 |
minimum=1,
|
| 387 |
maximum=50,
|
| 388 |
step=1,
|
| 389 |
-
value=
|
| 390 |
info="More steps generally mean higher quality but slower generation.",
|
| 391 |
)
|
| 392 |
|
|
|
|
| 378 |
minimum=1,
|
| 379 |
maximum=12,
|
| 380 |
step=0.1,
|
| 381 |
+
value=5.0,
|
| 382 |
info="Higher values make the image more closely match your prompt.",
|
| 383 |
)
|
| 384 |
num_inference_steps = gr.Slider(
|
|
|
|
| 386 |
minimum=1,
|
| 387 |
maximum=50,
|
| 388 |
step=1,
|
| 389 |
+
value=28,
|
| 390 |
info="More steps generally mean higher quality but slower generation.",
|
| 391 |
)
|
| 392 |
|