Commit
·
1ecdd61
1
Parent(s):
1343e26
Fix malformed json (#1)
Browse files- Fix malformed json (efbd7d16b04d96bcf027054c03022e20bacc7fc3)
Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>
scheduler/scheduler_config.json
CHANGED
|
@@ -7,5 +7,5 @@
|
|
| 7 |
"clip_sample": true,
|
| 8 |
"clip_sample_range": 1.0,
|
| 9 |
"prediction_type": "sample",
|
| 10 |
-
"use_karras_sigmas": true
|
| 11 |
}
|
|
|
|
| 7 |
"clip_sample": true,
|
| 8 |
"clip_sample_range": 1.0,
|
| 9 |
"prediction_type": "sample",
|
| 10 |
+
"use_karras_sigmas": true
|
| 11 |
}
|