AlekseyCalvin commited on
Commit
41ea1dd
1 Parent(s): e26e2b3

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("John6666/nsfw-master-flux-lora-merged-with-flux1-dev-fp16-v10-fp8-flux", 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 (on Flux Dev HYPER (8-Step))</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/AuraFlux_merge_diffusers", 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 (Running on Experimental Merge of Flux Dev and AuraFlow)</div>"""
142
  )
143
 
144
  # Info blob stating what the app is running