Commit
·
089e3f2
1
Parent(s):
d919967
Fix scheduler JSON config (#1)
Browse files- Update scheduler/scheduler_config.json (873418e71b7505dc766e856250e9d393b0ef472e)
Co-authored-by: Sayak Paul <sayakpaul@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 |
}
|