Spaces:
Paused
Paused
Commit
·
ca37dd4
1
Parent(s):
9c92ac2
increase the amount of steps
Browse files
app.py
CHANGED
@@ -2326,7 +2326,7 @@ iface = gr.Interface(
|
|
2326 |
fn=run_all,
|
2327 |
inputs=[
|
2328 |
gr.inputs.Textbox(label="Prompt - try adding increments to your prompt such as 'oil on canvas', 'a painting', 'a book cover'",default="chalk pastel drawing of a dog wearing a funny hat"),
|
2329 |
-
gr.inputs.Slider(label="Steps - more steps can increase quality but will take longer to generate",default=
|
2330 |
gr.inputs.Dropdown(label="Style",choices=["none","Balanced","Detailed","Consistent Creativity","Realistic","Smooth","Subtle MSE","Hyper Fast Results"]),
|
2331 |
gr.inputs.Radio(label="Width", choices=[32,64,128,256,512],default=256),
|
2332 |
gr.inputs.Radio(label="Height", choices=[32,64,128,256,512],default=256),
|
|
|
2326 |
fn=run_all,
|
2327 |
inputs=[
|
2328 |
gr.inputs.Textbox(label="Prompt - try adding increments to your prompt such as 'oil on canvas', 'a painting', 'a book cover'",default="chalk pastel drawing of a dog wearing a funny hat"),
|
2329 |
+
gr.inputs.Slider(label="Steps - more steps can increase quality but will take longer to generate",default=300,maximum=300,minimum=1,step=1),
|
2330 |
gr.inputs.Dropdown(label="Style",choices=["none","Balanced","Detailed","Consistent Creativity","Realistic","Smooth","Subtle MSE","Hyper Fast Results"]),
|
2331 |
gr.inputs.Radio(label="Width", choices=[32,64,128,256,512],default=256),
|
2332 |
gr.inputs.Radio(label="Height", choices=[32,64,128,256,512],default=256),
|