Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -367,7 +367,7 @@ with gr.Blocks() as demo:
|
|
| 367 |
with gr.Accordion("Inference Hyperparameters", open=False):
|
| 368 |
with gr.Group():
|
| 369 |
with gr.Row():
|
| 370 |
-
edit_seed = gr.Slider(minimum=0, maximum=1000000, value=
|
| 371 |
label="Seed", info="0 for random seed, positive for reproducible results")
|
| 372 |
edit_cfg_text_scale = gr.Slider(minimum=1.0, maximum=8.0, value=4.0, step=0.1, interactive=True,
|
| 373 |
label="CFG Text Scale", info="Controls how strongly the model follows the text prompt")
|
|
|
|
| 367 |
with gr.Accordion("Inference Hyperparameters", open=False):
|
| 368 |
with gr.Group():
|
| 369 |
with gr.Row():
|
| 370 |
+
edit_seed = gr.Slider(minimum=0, maximum=1000000, value=42, step=1, interactive=True,
|
| 371 |
label="Seed", info="0 for random seed, positive for reproducible results")
|
| 372 |
edit_cfg_text_scale = gr.Slider(minimum=1.0, maximum=8.0, value=4.0, step=0.1, interactive=True,
|
| 373 |
label="CFG Text Scale", info="Controls how strongly the model follows the text prompt")
|