Re.cocoamixXL / scheduler /scheduler_config.json
cocoat's picture
Upload 2 files
94e7b46 verified
raw
history blame
363 Bytes
{
"steps_offset": 0,
"scheduler_type": "EulerAncestralDiscreteScheduler",
"beta_start": 0.00085,
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"clip_sample": true,
"set_alpha_to_one": false,
"predict_epsilon": false,
"use_karras": true,
"num_train_timesteps": 20,
"sampling_order": "original",
"max_sample_size": 1024
}