File size: 824 Bytes
044cd23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "num_train_timesteps": 1000,
    "beta_start": 0.0001,
    "beta_end": 0.02,
    "beta_schedule": "linear",
    "trained_betas": null,
    "variance_type": "fixed_small",
    "clip_sample": true,
    "prediction_type": "epsilon",
    "thresholding": false,
    "dynamic_thresholding_ratio": 0.995,
    "clip_sample_range": 1.0,
    "sample_max_value": 1.0,
    "timestep_spacing": "leading",
    "steps_offset": 0,
    "rescale_betas_zero_snr": false,
    "_use_default_values": [
        "clip_sample_range",
        "timestep_spacing",
        "sample_max_value",
        "dynamic_thresholding_ratio",
        "prediction_type",
        "steps_offset",
        "rescale_betas_zero_snr",
        "thresholding"
    ],
    "_class_name": "DDPMScheduler",
    "_diffusers_version": "0.1.1"
}