Spaces:
Running
on
Zero
Running
on
Zero
update to fluxbooru v0.2
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from custom_pipeline import FluxPipeline
|
|
4 |
import gradio as gr
|
5 |
|
6 |
# Load the pre-trained diffusion model
|
7 |
-
pipe = FluxPipeline.from_pretrained('terminusresearch/flux-booru-
|
8 |
pipe.to('cuda')
|
9 |
import re
|
10 |
|
|
|
4 |
import gradio as gr
|
5 |
|
6 |
# Load the pre-trained diffusion model
|
7 |
+
pipe = FluxPipeline.from_pretrained('terminusresearch/flux-booru-v0.2', torch_dtype=torch.bfloat16)
|
8 |
pipe.to('cuda')
|
9 |
import re
|
10 |
|