king159 commited on
Commit
57990a4
1 Parent(s): 0ec0197

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +1 -7
scheduler/scheduler_config.json CHANGED
@@ -5,16 +5,10 @@
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
8
- "clip_sample_range": 1.0,
9
- "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
11
- "prediction_type": "v_prediction",
12
- "rescale_betas_zero_snr": false,
13
- "sample_max_value": 1.0,
14
  "set_alpha_to_one": false,
15
  "skip_prk_steps": true,
16
  "steps_offset": 1,
17
- "thresholding": false,
18
- "timestep_spacing": "leading",
19
  "trained_betas": null
20
  }
 
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
 
 
8
  "num_train_timesteps": 1000,
9
+ "prediction_type": "epsilon",
 
 
10
  "set_alpha_to_one": false,
11
  "skip_prk_steps": true,
12
  "steps_offset": 1,
 
 
13
  "trained_betas": null
14
  }