CoolFace
Modelpublic

Fantasy-Studio/Paint-by-Example

sourceHugging Facecreativeml-openrail-mupdated 4y agoView on Hugging Face
49likes670downloads
scheduler_config.json15 linesDownload Raw Back to scheduler
1{2  "_class_name": "PNDMScheduler",3  "_diffusers_version": "0.10.0.dev0",4  "beta_end": 0.012,5  "beta_schedule": "scaled_linear",6  "beta_start": 0.00085,7  "clip_sample": false,8  "num_train_timesteps": 1000,9  "prediction_type": "epsilon",10  "set_alpha_to_one": false,11  "skip_prk_steps": true,12  "steps_offset": 1,13  "trained_betas": null14}15