AlekseyCalvin commited on
Commit
78264ae
1 Parent(s): dc87b4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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"> Activist & Futurealist LoRa-stocked Img Manufactory (on [Historic Color SOON® Schnell](AlekseyCalvin/HistoricColorSoonr_Schnell))</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. HST style autochrome 3.TOK hybrid 4.2004 photo 5.HST style 6.LEN Vladimir Lenin 7.TOK portra 8.HST portrait 9.flmft 10.HST in Peterhof 11.photo 12.pficonics 13.wh3r3sw4ld0 14.retrofuturism 15.vintage cover </div>"""
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.6, step=0.01, value=0.95)
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,