Upload scheduler/scheduler_config.json with huggingface_hub
Browse files
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UnCLIPScheduler",
|
3 |
+
"_diffusers_version": "0.17.0.dev0",
|
4 |
+
"clip_sample": true,
|
5 |
+
"clip_sample_range": 10.0,
|
6 |
+
"num_train_timesteps": 1000,
|
7 |
+
"prediction_type": "sample",
|
8 |
+
"variance_type": "fixed_small_log"
|
9 |
+
}
|