Create scheduler_config.json
Browse files- scheduler_config.json +10 -0
scheduler_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "EDMEulerScheduler",
|
3 |
+
"_diffusers_version": "0.27.2",
|
4 |
+
"num_train_timesteps": 1000,
|
5 |
+
"prediction_type": "epsilon",
|
6 |
+
"rho": 7.0,
|
7 |
+
"sigma_data": 0.5,
|
8 |
+
"sigma_max": 2080,
|
9 |
+
"sigma_min": 0.002
|
10 |
+
}
|