AlekseyCalvin commited on
Commit
c000701
1 Parent(s): f357964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -182,12 +182,12 @@ css = '''
182
  '''
183
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
184
  title = gr.HTML(
185
- """<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> LibreFLUX SOONfactory </h1>""",
186
  elem_id="title",
187
  )
188
  # Info blob stating what the app is running
189
  info_blob = gr.HTML(
190
- """<div id="info_blob"> SOON®'s curated LoRa Gallery & Art Manufactory Space.|Runs on LibreFLUX model + Zer0int's fine-tuned CLIP (*'normal' 77 tokens)| Largely stocked w/our trained LoRAs: Historic Color, Silver Age Poets, Sots Art, more!|</div>"""
191
  )
192
 
193
  # Info blob stating what the app is running
@@ -224,13 +224,13 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
224
  steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=20)
225
 
226
  with gr.Row():
227
- width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=1024)
228
- height = gr.Slider(label="Height", minimum=256, maximum=1536, step=64, value=1024)
229
 
230
  with gr.Row():
231
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
232
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
233
- lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=2.0, step=0.01, value=0.8)
234
 
235
  gallery.select(
236
  update_selection,
 
182
  '''
183
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
184
  title = gr.HTML(
185
+ """<h1><img src="https://huggingface.co/AlekseyCalvin/HSTklimbimOPENfluxLora/resolve/main/acs62iv.png" alt="LoRA"> LibreFLUX SOONfactory </h1>""",
186
  elem_id="title",
187
  )
188
  # Info blob stating what the app is running
189
  info_blob = gr.HTML(
190
+ """<div id="info_blob"> SOON®'s curated LoRa Gallery & Art Manufactory Space | Over LibreFLUX (jimmycarter/LibreFLUX): a slowish, rawer, & freest Flux de-distilled from Schnell + Zer0int's fine-tuned CLIP(*'norm' 77 size for now)| Largely stocked w/our trained LoRAs: Historic Color, Silver Age Poets, Sots Art, more!|</div>"""
191
  )
192
 
193
  # Info blob stating what the app is running
 
224
  steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=20)
225
 
226
  with gr.Row():
227
+ width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=768)
228
+ height = gr.Slider(label="Height", minimum=256, maximum=1536, step=64, value=768)
229
 
230
  with gr.Row():
231
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
232
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0, randomize=True)
233
+ lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=2.0, step=0.01, value=0.9)
234
 
235
  gallery.select(
236
  update_selection,