Spaces:
Paused
Paused
apolinario
commited on
Commit
•
3f7ab74
1
Parent(s):
342b515
change default
Browse files
app.py
CHANGED
@@ -2340,11 +2340,11 @@ setattr(markdown, "preprocess", test)
|
|
2340 |
iface = gr.Interface(
|
2341 |
fn=run_all,
|
2342 |
inputs=[
|
2343 |
-
gr.inputs.Textbox(label="Prompt - try adding increments to your prompt such as 'oil on canvas', 'a painting', 'a book cover'",default="
|
2344 |
gr.inputs.Slider(label="Width", default=256, minimum=32, step=32, maximum=512),
|
2345 |
gr.inputs.Slider(label="Height", default=256, minimum=32, step=32, maximum=512),
|
2346 |
-
gr.inputs.Dropdown(label="Style -
|
2347 |
-
gr.inputs.Slider(label="Steps - more steps can increase quality but will take longer to generate",default=50,maximum=300,minimum=1,step=1),
|
2348 |
gr.inputs.Dropdown(label="Flavor - pick a flavor for the style of the images, based on the images below",choices=["ginger", "cumin", "holywater", "zynth", "wyvern", "aaron", "moth", "juu"]),
|
2349 |
markdown
|
2350 |
],
|
|
|
2340 |
iface = gr.Interface(
|
2341 |
fn=run_all,
|
2342 |
inputs=[
|
2343 |
+
gr.inputs.Textbox(label="Prompt - try adding increments to your prompt such as 'oil on canvas', 'a painting', 'a book cover'",default="the milky way in a milk bottle"),
|
2344 |
gr.inputs.Slider(label="Width", default=256, minimum=32, step=32, maximum=512),
|
2345 |
gr.inputs.Slider(label="Height", default=256, minimum=32, step=32, maximum=512),
|
2346 |
+
gr.inputs.Dropdown(label="Style - Hyper Fast Results is fast but compromises a bit of the quality",choices=["Default","Balanced","Detailed","Consistent Creativity","Realistic","Smooth","Subtle MSE","Hyper Fast Results"],default="Hyper Fast Results"),
|
2347 |
+
gr.inputs.Slider(label="Steps - more steps can increase quality but will take longer to generate. All styles that are not Hyper Fast need at least 200 steps",default=50,maximum=300,minimum=1,step=1),
|
2348 |
gr.inputs.Dropdown(label="Flavor - pick a flavor for the style of the images, based on the images below",choices=["ginger", "cumin", "holywater", "zynth", "wyvern", "aaron", "moth", "juu"]),
|
2349 |
markdown
|
2350 |
],
|