myxlmynx commited on
Commit
ac0dbe4
1 Parent(s): f3a4cef

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. scheduler/scheduler_config.json +29 -0
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UniPCMultistepScheduler",
3
+ "_diffusers_version": "0.31.0.dev0",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "disable_corrector": [],
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "final_sigmas_type": "zero",
11
+ "lower_order_final": true,
12
+ "num_train_timesteps": 1000,
13
+ "predict_x0": true,
14
+ "prediction_type": "epsilon",
15
+ "rescale_betas_zero_snr": false,
16
+ "sample_max_value": 1.0,
17
+ "set_alpha_to_one": false,
18
+ "skip_prk_steps": true,
19
+ "solver_order": 2,
20
+ "solver_p": null,
21
+ "solver_type": "bh2",
22
+ "steps_offset": 1,
23
+ "thresholding": false,
24
+ "timestep_spacing": "linspace",
25
+ "trained_betas": null,
26
+ "use_beta_sigmas": false,
27
+ "use_exponential_sigmas": false,
28
+ "use_karras_sigmas": true
29
+ }