PseudoTerminal X commited on
Commit
b2a8a60
1 Parent(s): f6fe7d9

Update scheduler/scheduler_config.json

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +3 -3
scheduler/scheduler_config.json CHANGED
@@ -9,9 +9,9 @@
9
  "dynamic_thresholding_ratio": 0.995,
10
  "interpolation_type": "linear",
11
  "num_train_timesteps": 1000,
12
- "prediction_type": "v_prediction",
13
- "rescale_betas_zero_snr": true,
14
  "sample_max_value": 1.0,
15
  "skip_prk_steps": true,
16
- "timestep_spacing": "trailing"
17
  }
 
9
  "dynamic_thresholding_ratio": 0.995,
10
  "interpolation_type": "linear",
11
  "num_train_timesteps": 1000,
12
+ "prediction_type": "epsilon",
13
+ "rescale_betas_zero_snr": false,
14
  "sample_max_value": 1.0,
15
  "skip_prk_steps": true,
16
+ "timestep_spacing": "linspace"
17
  }