Files
ViGent2/models/LatentSync/configs/scheduler_config.json
2026-01-21 10:30:32 +08:00

13 lines
275 B
JSON

{
"_class_name": "DDIMScheduler",
"beta_end": 0.012,
"beta_schedule": "scaled_linear",
"beta_start": 0.00085,
"clip_sample": false,
"num_train_timesteps": 1000,
"set_alpha_to_one": false,
"steps_offset": 1,
"trained_betas": null,
"skip_prk_steps": true
}