Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
882b037
1
Parent(s):
a9f6b9d
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
120 |
|
121 |
# Info blob stating what the app is running
|
122 |
info_blob = gr.HTML(
|
123 |
-
"""<div id="info_blob">Prephrase prompts w/: 1
|
124 |
)
|
125 |
selected_index = gr.State(None)
|
126 |
with gr.Row():
|
@@ -146,7 +146,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
146 |
with gr.Accordion("Advanced Settings", open=True):
|
147 |
with gr.Column():
|
148 |
with gr.Row():
|
149 |
-
cfg_scale = gr.Slider(label="CFG Scale", minimum=0, maximum=20, step=.5, value=1.
|
150 |
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=6)
|
151 |
|
152 |
with gr.Row():
|
|
|
120 |
|
121 |
# Info blob stating what the app is running
|
122 |
info_blob = gr.HTML(
|
123 |
+
"""<div id="info_blob">Prephrase prompts w/: 1: RCA style || 2-thru-12: HST; HST style analog film photo; HST autochrome photograph || 13: HST style in Peterhof || 14: LEN Vladimir Lenin || 15: SOTS art style || 16: detailed photo || 17: TOK hybrid || 18: 2004 photo || 19: TOK portra || 20: flmft Kodachrome || 21: HST Austin Osman Spare style || 22: polaroid film photo || 23: pficonics || 24: wh3r3sw4ld0 || 25: retrofuturism || 26: vintage cover ||</div>"""
|
124 |
)
|
125 |
selected_index = gr.State(None)
|
126 |
with gr.Row():
|
|
|
146 |
with gr.Accordion("Advanced Settings", open=True):
|
147 |
with gr.Column():
|
148 |
with gr.Row():
|
149 |
+
cfg_scale = gr.Slider(label="CFG Scale", minimum=0, maximum=20, step=.5, value=1.3)
|
150 |
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=6)
|
151 |
|
152 |
with gr.Row():
|