rupeshs commited on
Commit
6dee6f8
1 Parent(s): b5582a9

Updated scheduler config

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +1 -5
scheduler/scheduler_config.json CHANGED
@@ -10,12 +10,8 @@
10
  "prediction_type": "epsilon",
11
  "sample_max_value": 1.0,
12
  "set_alpha_to_one": false,
13
- "sigma_max": null,
14
- "sigma_min": null,
15
  "skip_prk_steps": true,
16
  "steps_offset": 1,
17
  "timestep_spacing": "trailing",
18
- "timestep_type": "discrete",
19
- "trained_betas": null,
20
- "use_karras_sigmas": false
21
  }
 
10
  "prediction_type": "epsilon",
11
  "sample_max_value": 1.0,
12
  "set_alpha_to_one": false,
 
 
13
  "skip_prk_steps": true,
14
  "steps_offset": 1,
15
  "timestep_spacing": "trailing",
16
+ "trained_betas": null
 
 
17
  }