Spaces:
Running
Running
clementchadebec
commited on
Commit
•
b8716d5
1
Parent(s):
1879105
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,6 @@ else:
|
|
45 |
)
|
46 |
pipe = pipe.to(device)
|
47 |
|
48 |
-
pipe.text_encoder.to_bettertransformer()
|
49 |
|
50 |
pipe.scheduler = FlashFlowMatchEulerDiscreteScheduler.from_pretrained(
|
51 |
"stabilityai/stable-diffusion-3-medium",
|
|
|
45 |
)
|
46 |
pipe = pipe.to(device)
|
47 |
|
|
|
48 |
|
49 |
pipe.scheduler = FlashFlowMatchEulerDiscreteScheduler.from_pretrained(
|
50 |
"stabilityai/stable-diffusion-3-medium",
|