AlekseyCalvin commited on
Commit
16c2ac0
·
verified ·
1 Parent(s): d42ef2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,7 +23,7 @@ os.environ["HF_HOME"] = cache_path
23
 
24
  torch.backends.cuda.matmul.allow_tf32 = True
25
 
26
- pipe = FluxPipeline.from_pretrained("AlekseyCalvin/HistoricColorSoonr_v2_FluxSchnell_Diffusers", torch_dtype=torch.bfloat16)
27
  pipe.to(device="cuda", dtype=torch.bfloat16)
28
 
29
  # Load LoRAs from JSON file
@@ -138,7 +138,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
138
  )
139
  # Info blob stating what the app is running
140
  info_blob = gr.HTML(
141
- """<div id="info_blob"> Activist & Futurealist LoRa-stocked Img Manufactory (currently on our Historic Color Soon®v.2 Flux Schnell (2-8 steps) model checkpoint (at AlekseyCalvin/HistoricColorSoonrFluxV2) )</div>"""
142
  )
143
 
144
  # Info blob stating what the app is running
 
23
 
24
  torch.backends.cuda.matmul.allow_tf32 = True
25
 
26
+ pipe = FluxPipeline.from_pretrained("AlekseyCalvin/Mangled_Merge_Flux_Schnell_by_pmango300574", torch_dtype=torch.bfloat16)
27
  pipe.to(device="cuda", dtype=torch.bfloat16)
28
 
29
  # Load LoRAs from JSON file
 
138
  )
139
  # Info blob stating what the app is running
140
  info_blob = gr.HTML(
141
+ """<div id="info_blob"> Activist & Futurealist LoRa-stocked Img Manufactory (currently on the Mangled Merge by pmango300574 model checkpoint, 4-step) )</div>"""
142
  )
143
 
144
  # Info blob stating what the app is running