Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -162,12 +162,12 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
162 |
)
|
163 |
# Info blob stating what the app is running
|
164 |
info_blob = gr.HTML(
|
165 |
-
"""<div id="info_blob"> Img. Manufactory Running On: ArtsyLite Flux model.
|
166 |
)
|
167 |
|
168 |
# Info blob stating what the app is running
|
169 |
info_blob = gr.HTML(
|
170 |
-
"""<div id="info_blob">Prephrase prompts w/: 1: RCA style || 2-thru-
|
171 |
)
|
172 |
selected_index = gr.State(None)
|
173 |
with gr.Row():
|
@@ -193,8 +193,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
193 |
with gr.Accordion("Advanced Settings", open=True):
|
194 |
with gr.Column():
|
195 |
with gr.Row():
|
196 |
-
cfg_scale = gr.Slider(label="CFG Scale", minimum=0, maximum=20, step=.
|
197 |
-
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=
|
198 |
|
199 |
with gr.Row():
|
200 |
width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=768)
|
@@ -203,7 +203,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
203 |
with gr.Row():
|
204 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
205 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
|
206 |
-
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=
|
207 |
|
208 |
gallery.select(
|
209 |
update_selection,
|
|
|
162 |
)
|
163 |
# Info blob stating what the app is running
|
164 |
info_blob = gr.HTML(
|
165 |
+
"""<div id="info_blob"> Img. Manufactory Running On: ArtsyLite Flux model. Nearly all of the LoRA adapters accessible via this space were trained by us in an extensive progression of inspired experiments and conceptual mini-projects. Check out our poetry translations at WWW.SILVERagePOETS.com Find our music on SoundCloud @ AlekseyCalvin & YouTube @ SilverAgePoets / AlekseyCalvin! </div>"""
|
166 |
)
|
167 |
|
168 |
# Info blob stating what the app is running
|
169 |
info_blob = gr.HTML(
|
170 |
+
"""<div id="info_blob">Prephrase prompts w/: 1: RCA agitprop poster style || 2-thru-9: HST style (then optional:) autochrome film photo || 10: ZOS AOS art by Austin Osman Spare || 11: Bakst style art || 12-22: HST || 23: LEN Vladimir Lenin || 24: SOTS art style || 25: crisp photo || 26: filmfotos || 27: TOK hybrid || 28: 2004 photo || 29: TOK portra || 30: flmft Kodachrome || 31: HST Austin Osman Spare style || 32: TSVETAEVA || 33: BLOK || 34: TROTSKY || 35-36: ROSA || 37-39: HST || 40: pficonics || 41: wh3r3sw4ld0 || 42: retrofuturism || 43: Propaganda Poster || 44: HST || 45: Letov photo of Yegor Letov || 46: Velimir Khlebnikov || 47-49: Akhmatova || 50-52: MAYAK style poster by Vladimir Mayakovsky || 54: Olga Petrovskaya || 55: Konstantin Vaginov || 56: Vladimir Sillov || 57: Osip Mandelshtam || 58: ADU || 59-61: MAYAK style poster by Vladimir Mayakovsky || 62-70: Neurealist textographic photo collage || 71-73: Enst style (optional:) transposed overlaid images by Max Ernst || 74-80: RCA style agitprop poster art || 81-84: RCA MAYAL style agitprop poster art (or photo, etc) || 85: vintage cover || </div>"""
|
171 |
)
|
172 |
selected_index = gr.State(None)
|
173 |
with gr.Row():
|
|
|
193 |
with gr.Accordion("Advanced Settings", open=True):
|
194 |
with gr.Column():
|
195 |
with gr.Row():
|
196 |
+
cfg_scale = gr.Slider(label="CFG Scale", minimum=0, maximum=20, step=.1, value=1.0)
|
197 |
+
steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=8)
|
198 |
|
199 |
with gr.Row():
|
200 |
width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=768)
|
|
|
203 |
with gr.Row():
|
204 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
205 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
|
206 |
+
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=2.5, step=0.01, value=0.95)
|
207 |
|
208 |
gallery.select(
|
209 |
update_selection,
|