AlekseyCalvin commited on
Commit
c797471
·
verified ·
1 Parent(s): c3b1369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 (currently on the Acorn is Spinning Schnell V1 model checkpoint, 4-step, by Seeker70) )</div>"""
140
  )
141
 
142
  # Info blob stating what the app is running
143
  info_blob = gr.HTML(
144
- """<div id="info_blob">Prephrase prompts w/: 1.RCA style 2. HST style autochrome 3. HST style 4.TOK hybrid 5.2004 photo 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,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=0.6)
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,