Spaces:
Runtime error
Runtime error
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("AlekseyCalvin/
|
| 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 the
|
| 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/Acorn_Is_Spinning_Schnellv1_bySeeker70_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 (currently on the Acorn is Spinning Schnell V1 model checkpoint, 4-step, by Seeker70) )</div>"""
|
| 142 |
)
|
| 143 |
|
| 144 |
# Info blob stating what the app is running
|