Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,12 +115,12 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
| 115 |
)
|
| 116 |
# Info blob stating what the app is running
|
| 117 |
info_blob = gr.HTML(
|
| 118 |
-
"""<div id="info_blob">
|
| 119 |
)
|
| 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
|
| 124 |
)
|
| 125 |
selected_index = gr.State(None)
|
| 126 |
with gr.Row():
|
|
@@ -156,7 +156,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
| 156 |
with gr.Row():
|
| 157 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
| 158 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
|
| 159 |
-
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1.
|
| 160 |
|
| 161 |
gallery.select(
|
| 162 |
update_selection,
|
|
|
|
| 115 |
)
|
| 116 |
# Info blob stating what the app is running
|
| 117 |
info_blob = gr.HTML(
|
| 118 |
+
"""<div id="info_blob"> Img. Manufactory Running On: Our 'Historic Color SOON®' Schnell/Pixelwave-base Model (at AlekseyCalvin/HistoricColorSoonr_Schnell). Now testing related LoRAs (#s2-8,11,12,14,16)for merging. </div>"""
|
| 119 |
)
|
| 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-to-8: HST style autochrome photo |9"TOK hybrid |10:2004 photo |11:HST style |12:LEN Vladimir Lenin |13:TOK portra |14:HST portrait |15:flmft |16:HST in Peterhof |17:photo |18:pficonics |19:wh3r3sw4ld0 |20:retrofuturism |21:vintage cover |</div>"""
|
| 124 |
)
|
| 125 |
selected_index = gr.State(None)
|
| 126 |
with gr.Row():
|
|
|
|
| 156 |
with gr.Row():
|
| 157 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
| 158 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
|
| 159 |
+
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1.9, step=0.01, value=0.5)
|
| 160 |
|
| 161 |
gallery.select(
|
| 162 |
update_selection,
|