Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
bcad601
1
Parent(s):
13eb031
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ dtype = torch.bfloat16
|
|
31 |
pipe = FluxWithCFGPipeline.from_pretrained(
|
32 |
"ostris/OpenFLUX.1", torch_dtype=dtype
|
33 |
).to("cuda")
|
34 |
-
|
35 |
|
36 |
pipe.to("cuda")
|
37 |
clipmodel = 'norm'
|
@@ -173,7 +173,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
173 |
)
|
174 |
# Info blob stating what the app is running
|
175 |
info_blob = gr.HTML(
|
176 |
-
"""<div id="info_blob"> Activist & Futurealist LoRa-stocked Img Manufactory (
|
177 |
)
|
178 |
|
179 |
# Info blob stating what the app is running
|
|
|
31 |
pipe = FluxWithCFGPipeline.from_pretrained(
|
32 |
"ostris/OpenFLUX.1", torch_dtype=dtype
|
33 |
).to("cuda")
|
34 |
+
pipe.vae = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=dtype).to("cuda")
|
35 |
|
36 |
pipe.to("cuda")
|
37 |
clipmodel = 'norm'
|
|
|
173 |
)
|
174 |
# Info blob stating what the app is running
|
175 |
info_blob = gr.HTML(
|
176 |
+
"""<div id="info_blob"> SOON®'s Activist & Futurealist LoRa-stocked Img Manufactory (now running on Ostris' OpenFLUX.1 model + their Fast LoRA co-activated, + using zer0int's fine-tuned CLIP-GmP-ViT-L-14!) </div>"""
|
177 |
)
|
178 |
|
179 |
# Info blob stating what the app is running
|