Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
41ea1dd
1
Parent(s):
e26e2b3
Update app.py
Browse files
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("
|
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
|
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
|