Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,7 +223,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 223 |
model_choice = gr.Dropdown(
|
| 224 |
label="Model Selection🔻",
|
| 225 |
choices=list(MODEL_OPTIONS.keys()),
|
| 226 |
-
value="REALVISXL V5.0"
|
| 227 |
)
|
| 228 |
|
| 229 |
with gr.Accordion("Advanced options", open=False, visible=True):
|
|
@@ -282,14 +282,14 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 282 |
minimum=0.1,
|
| 283 |
maximum=6,
|
| 284 |
step=0.1,
|
| 285 |
-
value=
|
| 286 |
)
|
| 287 |
num_inference_steps = gr.Slider(
|
| 288 |
label="Number of inference steps",
|
| 289 |
minimum=10,
|
| 290 |
maximum=200,
|
| 291 |
step=10,
|
| 292 |
-
value=
|
| 293 |
)
|
| 294 |
|
| 295 |
gr.Examples(
|
|
|
|
| 223 |
model_choice = gr.Dropdown(
|
| 224 |
label="Model Selection🔻",
|
| 225 |
choices=list(MODEL_OPTIONS.keys()),
|
| 226 |
+
value="REALVISXL V5.0 BF16"
|
| 227 |
)
|
| 228 |
|
| 229 |
with gr.Accordion("Advanced options", open=False, visible=True):
|
|
|
|
| 282 |
minimum=0.1,
|
| 283 |
maximum=6,
|
| 284 |
step=0.1,
|
| 285 |
+
value=4.0,
|
| 286 |
)
|
| 287 |
num_inference_steps = gr.Slider(
|
| 288 |
label="Number of inference steps",
|
| 289 |
minimum=10,
|
| 290 |
maximum=200,
|
| 291 |
step=10,
|
| 292 |
+
value=150,
|
| 293 |
)
|
| 294 |
|
| 295 |
gr.Examples(
|