Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ scheduler = EDMEulerScheduler(
|
|
21 |
prediction_type="epsilon",
|
22 |
rho=7.0,
|
23 |
final_sigmas_type="sigma_min",
|
24 |
-
use_flow_sigmas=True,
|
25 |
)
|
26 |
|
27 |
pipe_14b.scheduler = scheduler
|
|
|
21 |
prediction_type="epsilon",
|
22 |
rho=7.0,
|
23 |
final_sigmas_type="sigma_min",
|
24 |
+
# use_flow_sigmas=True,
|
25 |
)
|
26 |
|
27 |
pipe_14b.scheduler = scheduler
|