alkzar90 commited on
Commit
bd2bdca
1 Parent(s): 7e0a77e

Upload with huggingface_hub

Browse files
Files changed (1) hide show
  1. scheduler_config.json +12 -0
scheduler_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.11.1",
4
+ "beta_end": 0.02,
5
+ "beta_schedule": "linear",
6
+ "beta_start": 0.0001,
7
+ "clip_sample": true,
8
+ "num_train_timesteps": 1000,
9
+ "prediction_type": "epsilon",
10
+ "trained_betas": null,
11
+ "variance_type": "fixed_small"
12
+ }