CoolFace
Modelpublic

msonali/diffusion-tutorial

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes19downloads
scheduler_config.json20 linesDownload Raw Back to root
1{2  "_class_name": "DDPMScheduler",3  "_diffusers_version": "0.27.2",4  "beta_end": 0.02,5  "beta_schedule": "squaredcos_cap_v2",6  "beta_start": 0.0001,7  "clip_sample": true,8  "clip_sample_range": 1.0,9  "dynamic_thresholding_ratio": 0.995,10  "num_train_timesteps": 1000,11  "prediction_type": "epsilon",12  "rescale_betas_zero_snr": false,13  "sample_max_value": 1.0,14  "steps_offset": 0,15  "thresholding": false,16  "timestep_spacing": "leading",17  "trained_betas": null,18  "variance_type": "fixed_small"19}20