Spaces:
Running
Running
Update configs/pixart/inference/1x512x512.py
Browse files
configs/pixart/inference/1x512x512.py
CHANGED
|
@@ -21,7 +21,7 @@ text_encoder = dict(
|
|
| 21 |
)
|
| 22 |
scheduler = dict(
|
| 23 |
type="dpm-solver",
|
| 24 |
-
num_sampling_steps=
|
| 25 |
cfg_scale=7.0,
|
| 26 |
)
|
| 27 |
dtype = "fp16"
|
|
|
|
| 21 |
)
|
| 22 |
scheduler = dict(
|
| 23 |
type="dpm-solver",
|
| 24 |
+
num_sampling_steps=15,
|
| 25 |
cfg_scale=7.0,
|
| 26 |
)
|
| 27 |
dtype = "fp16"
|