Spaces:
Sleeping
Sleeping
AlekseyCalvin
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -136,12 +136,12 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
136 |
)
|
137 |
# Info blob stating what the app is running
|
138 |
info_blob = gr.HTML(
|
139 |
-
"""<div id="info_blob"> Activist & Futurealist LoRa-stocked Img Manufactory
|
140 |
)
|
141 |
|
142 |
# Info blob stating what the app is running
|
143 |
info_blob = gr.HTML(
|
144 |
-
"""<div id="info_blob">
|
145 |
)
|
146 |
selected_index = gr.State(None)
|
147 |
with gr.Row():
|
@@ -177,7 +177,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
177 |
with gr.Row():
|
178 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
179 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
|
180 |
-
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=2.0, step=0.01, value=
|
181 |
|
182 |
gallery.select(
|
183 |
update_selection,
|
|
|
136 |
)
|
137 |
# Info blob stating what the app is running
|
138 |
info_blob = gr.HTML(
|
139 |
+
"""<div id="info_blob"> Activist & Futurealist LoRa-stocked Birthweek-inspired Img Manufactory for Dunova, Dunovas, and Dunovaists</div>"""
|
140 |
)
|
141 |
|
142 |
# Info blob stating what the app is running
|
143 |
info_blob = gr.HTML(
|
144 |
+
"""<div id="info_blob">In your prompts include w/: 1-5.ADU person trigger 6-7. HST style autochrome 8.TOK hybrid 9.2004 photo 10.RCA style 6.HST style 7.LEN Vladimir Lenin 8.TOK portra 9.HST portrait 10.flmft 11.HST in Peterhof 12.HST Soviet kodachrome 13. SOTS art 14.HST 15.photo 16.pficonics 17.wh3r3sw4ld0 18.retrofuturism 19-24.HST style photo 25.vintage cover </div>"""
|
145 |
)
|
146 |
selected_index = gr.State(None)
|
147 |
with gr.Row():
|
|
|
177 |
with gr.Row():
|
178 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
179 |
seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
|
180 |
+
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=2.0, step=0.01, value=1.12)
|
181 |
|
182 |
gallery.select(
|
183 |
update_selection,
|