Spaces:
Runtime error
Runtime error
znchen
commited on
Commit
·
793fa41
1
Parent(s):
a97032a
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from RAG_pipeline_flux import RAG_FluxPipeline
|
|
| 16 |
|
| 17 |
MAX_SEED = 999999
|
| 18 |
|
| 19 |
-
pipe = RAG_FluxPipeline.from_pretrained("/
|
| 20 |
pipe = pipe.to("cuda")
|
| 21 |
|
| 22 |
global run_nums
|
|
|
|
| 16 |
|
| 17 |
MAX_SEED = 999999
|
| 18 |
|
| 19 |
+
pipe = RAG_FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
|
| 20 |
pipe = pipe.to("cuda")
|
| 21 |
|
| 22 |
global run_nums
|