Cene655 commited on
Commit
b12d5a4
1 Parent(s): bda551d

Upload scheduler/scheduler_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +9 -0
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
+ }