CoolFace
Modelpublic

EnD-Diffusers/VirtualDiffusion_SDXL

sourceHugging Facecreativeml-openrail-mupdated 3y agoView on Hugging Face
1likes5downloads
scheduler_config.json19 linesDownload Raw Back to scheduler
1{2  "_class_name": "EulerDiscreteScheduler",3  "_diffusers_version": "0.18.2",4  "beta_end": 0.012,5  "beta_schedule": "scaled_linear",6  "beta_start": 0.00085,7  "clip_sample": false,8  "interpolation_type": "linear",9  "num_train_timesteps": 1000,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": "leading",16  "trained_betas": null,17  "use_karras_sigmas": false18}19