Spaces:
Runtime error
Runtime error
lionelgarnier
commited on
Commit
·
c943e2c
1
Parent(s):
65df541
typo
Browse files
app.py
CHANGED
@@ -28,8 +28,8 @@ def get_image_gen_pipeline():
|
|
28 |
# tokenizer = AutoTokenizer.from_pretrained(
|
29 |
# "black-forest-labs/FLUX.1-schnell",
|
30 |
# # "black-forest-labs/FLUX.1-dev",
|
31 |
-
|
32 |
-
)
|
33 |
_image_gen_pipeline = DiffusionPipeline.from_pretrained(
|
34 |
"black-forest-labs/FLUX.1-schnell",
|
35 |
# "black-forest-labs/FLUX.1-dev",
|
|
|
28 |
# tokenizer = AutoTokenizer.from_pretrained(
|
29 |
# "black-forest-labs/FLUX.1-schnell",
|
30 |
# # "black-forest-labs/FLUX.1-dev",
|
31 |
+
# use_fast=True
|
32 |
+
# )
|
33 |
_image_gen_pipeline = DiffusionPipeline.from_pretrained(
|
34 |
"black-forest-labs/FLUX.1-schnell",
|
35 |
# "black-forest-labs/FLUX.1-dev",
|